/* Tigra Menu items structure */
var MENU_ITEMS = [

['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home', "index.html",  {'sw':100}
	],
['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tours', "tours.html",   {'sw':100}
	],
['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;History & Mystery', "history_and_mystery.html",  {'sw':180}
	],
['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Getting here', "getting_here.html",   {'sw':140}
	],
['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Links', "links.html",   {'sw':100}
	],
['&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact us', "contact.html",   {'sw':120}
	],

];
