var MENU_ITEMS = [
	['About Us', null, null,
		['Contact Us', 'contact.htm'],
       	['Book & Enq', 'benq.htm'],
		['Newsletter', 'nl.htm'],
		['Our Affiliations', 'affiliations.htm'],
		['Our Policies', 'policies.htm'],
		['Our Location', 'locate.htm'],
		['Our Depot Facilities', 'depot.htm'],
        ['Our Staff', 'staff.htm'],
		],
	  ['Our Tours', null, null,
		['Tour Calendar', 'calendar.htm'],
		['Day Tours', 'day.htm'],
		['Short Tours', 'short.htm'],
		['Extended Tours', 'extended.htm'],
		['Overseas Tours', 'overseas.htm'],
		['How to Book', 'book.htm'],
		['Cancellation Policy', 'cancellation.htm'],
		['Tour Photos',  'tourphotos.htm'],
		['Tour Diary', 'tourdiary.htm'],
		],
	   ['Charters', null, null,
	    ['School Groups', 'schoolg.htm'],
		['Sporting Groups', 'sportsg.htm'],
        ['Social Groups', 'socialg.htm'],
		],
      ['Our Fleet', null, null,
		['Fleet Info', 'fleet.htm'],
		],
	  ['Coaches for Sale', null, null,
         ['Available Now', 'availsale.htm'],
         ['Currently Refurbishing', 'refurbish.htm'],
        ],
	  ['Auto Glass', null, null,
	     ['Northland Audo Glass', 'autoglass.htm'],
		 ],
	 
	 ['Home Page', null,null,
            ['Our Home Page', 'index.htm']
            ],     
];

