var MENU_ITEMS = [
['Home', 'http://www.google.com', null],
['Tutorials', '../index.html', [
    ['1. Layers in CSS', '../css_layers.html', null],
    ['2. Basic JavaScript', '../basic_javascript.html', null],
    ['3. Menus in JavaScript', '../javascript_menus.html', null],
    ['4. Clever Form Validation', '../javascript_forms.html', null],
    ['5. Javascript Games', '../javascript_games.html', null],
    ['6. AJAX', '../javascript_ajax.html', null],
    ['7. Transparency Effects', '../css_transparency.html', null],
    ['8. Paypal Integration', '../paypal_integration.html', null]
    ]],
['Links', null, [
    ['W3C', 'http://www.w3.org/', null],
    ['Essex University', 'http://www.essex.ac.uk', null],
    ['Google UK', 'http://www.google.co.uk', null],
    ['B3TA', 'http://www.b3ta.com', null]
]]
];
