/* --- menu items --- */
var MENU_ITEMS = [

['Destination', null, null,
        ['Italy', '../travel/Travelguide.html', null],
        ['Cities and Towns', null, null,
                ['Capri Island', '../capri/Capri.htm', null],
                ['Cinque Terre', '../towns/CinqueTerre.htm', null],
                ['Florence', 'Florence.htm', null],
                ['Forte dei Marmi', '../towns/ForteMarmi.htm', null],
                ['Milan', '../milan/Milan.htm', null],
                ['Naples', '../naples/Naples_Italy.htm', null],
                ['Pisa', '../towns/Pisa.htm', null],
                ['Rome', '../rome/Rome_Italy.htm', null],
                ['Siena', '../towns/Siena.htm', null],
                ['Torre del Lago', '../towns/TorreLago.htm', null],
                ['Vatican', '../vatican/Vatican.html', null],
                ['Viareggio', '../towns/Viareggio.htm', null],
                ['Venice', '../venice/Venice_Italy.htm', null],
       ],
],

['Photo Gallery', '../eye-on-Italy/EyeonItaly001.html', null,
],
['Travel',null, null,
       ['Front Page', '../news/World-of-Italy-01.html', null],
       ['Travel Planner', '../Italy/travel-planner.htm', null],
       ['Travel Tips', '../travel/Autostrade.htm', null],
       ['Weather', ['http://infoseek.wunderground.com/global/IY.html','_blank'], null],
],
['More', null, null,
['Free CD-ROM', 'javascript:speakWindow()', null],
['Tidbits', 'TidBits.html', null],
['Quiz', 'javascript:quizWindow()', null],
['Useful Links', '../Links/Link-Page.htm', null],
],
];
