/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.ashingtonwx.co.uk/wx.html', {'tw':'mainframe','tt':'Back to the Home Page','sb':'Home','be':['revealTrans(TRANSITION=5,DURATION=0.5)','']}],
	['Live Weather', 'livewx.html', {'tw':'mainframe','tt':'Live Weather Updated every 5 seconds','sb':'Live Weather Updated every 5 seconds','be':['','dTrans(DURATION=0.5)']}],
	['Live Lightning', 'StormVue.html', {'tw':'mainframe','tt':'Live Lightning Display','sb':'Live Lightning Display','bt':10},
		['Live Density', 'density.html', {'tw':'mainframe','tt':'Density Map of Strkes','sb':'Live Density (density.html)'}],
		['TRAC Report', 'TRACReport.txt', {'tw':'mainframe','tt':'Track Storms','sb':'TRAC Report (TRACReport.txt)'}]
	],
	['Table of Data', 'wx7.html', {'tw':'mainframe','tt':'Data in Table form','sb':'Data in Table form'}],
	['Hi/lows', 'hilow.html', {'tw':'mainframe','tt':'Yesterdays and Todays Highs and Lows','sb':'Highs / Lows'}],
	['Trends', 'trends.html', {'tw':'mainframe','tt':'Current trends','sb':'Current Trends'}],
	['Graphs', 'graphs.html', {'tw':'mainframe','tt':'12/48/72/week and month graphs','sb':'12/48/72/week and month graphs','bt':10},
		['Single Graphs', 'Graphs2.html', {'tw':'mainframe','tt':'Indivudal Graphs','sb':'Indivudal Graphs'}],
		['3D Graphs', '3DG.html', {'tw':'mainframe','tt':'Graphs in 3D','sb':'Graphs in 3D'}]
	],
	['Records-Month', 'records.html', {'tw':'mainframe','sb':'Records for the month','bt':10},
		['Year to date', 'recordsy.html', {'tw':'mainframe','tt':'Records for this year to date','sb':'Records for this year to date'}],
		['All Time', 'recordsa.html', {'tw':'mainframe','tt':'All Time Records','sb':'All Time Records'}]
	],
	['Reports', 'weekrep.htm', {'tw':'mainframe','tt':'Weekley and archived monthly reports','sb':'Weekley and archived monthly reports'}],
	['Meso Map (live)', 'mml/mml.html', {'tw':'mainframe','tt':'Maps showing Live weather data','sb':'Meso Map Live'}],
	['Uk Maps', 'maps.html', {'tw':'mainframe','tt':'Temp/Preasure and lightning strike maps','sb':'Temp/Preasure and lightning strike maps'}],
	['Satellite Images', 'sat.html', {'tw':'mainframe','tt':'Current Infrared and Visible satellite Images','sb':'Current Infrared and Visible satellite Images'}],
	['Forecast', 'forecast.php', {'tw':'mainframe','tt':'Weather Underground 7 Day Forecast','sb':'7 Day Forecast'}],
	['Sun / Moon', 'wx3.html', {'tw':'mainframe','tt':'Sun and Moon Phase details','sb':'Sun and Moon Phase details'}],
	['METARS', 'wx4.html', {'tw':'mainframe','tt':'Gatwick airports weather report','sb':'Gatwick airports weather report'}],
	['Station Info', 'station_details.html', {'tw':'mainframe','tt':'Details of the weather station, hardware and software','sb':'Details of the weather station, hardware and software','bt':10},
		['Station Status', 'wx2.html', {'tw':'mainframe','tt':'Current system status','sb':'Current system status'}]
	],
	['Pictures', 'pictures.html', {'tw':'mainframe','tt':'Picture gallery','sb':'Picture gallery'}],
	['Contact', 'mailto:stuart@ashingtonwx.co.uk', {'tw':'_blank','tt':'Send an Email','sb':'Send an Email'}],
	['Links', 'links.html', {'tw':'mainframe','tt':'Useful Links','sb':'Useful Links'}],
	['About', 'about.html', {'tw':'mainframe','tt':'All about Ashington Weather','sb':'All about Ashington Weather'}]
];

