/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;		// Number of first level items
	var LowBgColor='#00a';			// Background color when mouse is not over
	var LowSubBgColor='#00a';		// Background color when mouse is not over on subs
	var HighBgColor='#fff';				// Background color when mouse is over
	var HighSubBgColor='#fff';			// Background color when mouse is over on subs
	var FontLowColor='#fff';			// Font color when mouse is not over
	var FontSubLowColor='#fff';		// Font color subs when mouse is not over
	var FontHighColor='#000';			// Font color when mouse is over
	var FontSubHighColor='#000';		// Font color subs when mouse is over
	var BorderColor='#000';			// Border color
	var BorderSubColor='#000';		// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana, helvetica, arial"	// Font family menu items
	var FontSize=7;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;					// Italic menu items 1 or 0
	var MenuTextCentered='left';		// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';		// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
/*	var StartTop=3;					// Menu offset x coordinate - USE THIS WHEN MOVING TO TOP OF PAGE */
/*	var StartTop=165;					// Menu offset x coordinate  */
/*	var StartLeft=0;					// Menu offset y coordinate  */
	var StartTop=window.opera? 162 : document.body.filters? 165 : 162;     // Menu offset x coordinate - FIX FOR NON-IE BROWSERS
	var StartLeft=window.opera? -9 : document.body.filters? 0 : -10;     // Menu offset y coordinate - FIX FOR NON-IE BROWSERS
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;		// Frames in cols or rows 1 or 0
	var DissapearDelay=250;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';		// Frame where sub levels appear
	var DocTargetFrame='space';		// Frame where target documents appear
	var TargetLoc='MenuPos';			// span id for relative positioning
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=1;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=0;					// Keep selected path highligthed
	var Arrws=['images/tri_grey.gif',5,10,'images/vspacer5x5.gif',5,5,'images/trileft_grey.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","","",4,20,100);
	Menu1_1=new Array("MWN Home Page","http://www.memphisweather.net/index.shtml","",0,20,100);	
	Menu1_2=new Array("MWN Blog","http://blog.memphisweather.net","",0);	
	Menu1_3=new Array("MWN on Facebook","social_media.shtml","",0);
	Menu1_4=new Array("MWN on Twitter","social_media.shtml","",0);

Menu2=new Array("Forecasts","","",6,20,100);
	Menu2_1=new Array("MWN Forecast","forecast.shtml","",0,20,100);	
	Menu2_2=new Array("Forecast Maps","maps.shtml","",0);
	Menu2_3=new Array("NWS Discussion","discussion.shtml","",0);
	Menu2_4=new Array("NWS Forecast","nws_forecast.shtml","",0);
	Menu2_5=new Array("Air Quality","aqi-forecast.shtml","",0);
	Menu2_6=new Array("Site Accuracy","accuracy.shtml","",0);

Menu3=new Array("Current Weather","","",6,20,115);
	Menu3_1=new Array("WXLIVE! Rapid Fire","wxlive-rapidfire.shtml","",0,20,115);
	Menu3_2=new Array("WXLIVE! Graphical","wxlive.shtml","",0);
	Menu3_3=new Array("WXLIVE! Data","wxlive-data.shtml","",0);
	Menu3_4=new Array("MEM Int'l Airport","current-mem.shtml","",0);
	Menu3_5=new Array("Metro Mesomap","mesomap.shtml","",0);
	Menu3_6=new Array("Southeastern Wx Network","sewn.php","",0,30,115);

Menu4=new Array("Severe Weather","","",7,20,100);
	Menu4_1=new Array("MWN Storm Center","storm-center.shtml","",0,20,100);
	Menu4_2=new Array("Mid-South Map","severewx-map.shtml","",0,20,100);
	Menu4_3=new Array("Notification Service","wxlive-sevwx.shtml","",0,30,100);
	Menu4_4=new Array("National Maps","severewx-us.shtml","",0,20,100);
	Menu4_5=new Array("Tropical Page","tropical.shtml","",0);
	Menu4_6=new Array("1994 Germantown Tornado","http://blog.memphisweather.net/2009/11/remembering-germantown-tornado-15-years.html","",0,30,100);
	Menu4_7=new Array("May 1-2, 2010 Event Recap","http://blog.memphisweather.net/2010/05/mid-south-may-day-2010-storms-and.html","",0,30,100);

Menu5=new Array("Radar/Satellite","","",2,20,100);
	Menu5_1=new Array("Radar","","",11,20,100);
	Menu5_1_1=new Array("StormView Metro","radar-metro.shtml","",0,20,115);
	Menu5_1_2=new Array("StormView Regional","radar-nqa.shtml","",0);
	Menu5_1_3=new Array("Little Rock","radar-lzk.shtml","",0);
	Menu5_1_4=new Array("Columbus, MS","radar-gwx.shtml","",0);
	Menu5_1_5=new Array("Paducah","radar-pah.shtml","",0);
	Menu5_1_6=new Array("Nashville","radar-ohx.shtml","",0);
	Menu5_1_7=new Array("St. Louis","radar-lsx.shtml","",0);
	Menu5_1_8=new Array("Jackson, MS","radar-dgx.shtml","",0);
	Menu5_1_9=new Array("Birmingham, AL","radar-bmx.shtml","",0);
	Menu5_1_10=new Array("Southeast US","radar-lwrms.shtml","",0);
	Menu5_1_11=new Array("National","","",2,20,115);
	Menu5_1_11_1=new Array("National Mosaic","radar-us.shtml","",0,20,90);
	Menu5_1_11_2=new Array("Hi-Res Mosaic","radar-us-hires.shtml","",0);
	Menu5_2=new Array("Satellite","","",2,20,100);
	Menu5_2_1=new Array("Mid-South","mids-irbw.shtml","",4,20,90);
	Menu5_2_1_1=new Array("Visible","mids-vis.shtml","",0,20,90);
	Menu5_2_1_2=new Array("Infrared","mids-irbw.shtml","",0);
	Menu5_2_1_3=new Array("Color Infrared","mids-ir.shtml","",0);
	Menu5_2_1_4=new Array("Water Vapor","mids-wv.shtml","",0);
	Menu5_2_2=new Array("National","goese-ir.shtml","",3);
	Menu5_2_2_1=new Array("Visible","goese-vis.shtml","",0,20,90);
	Menu5_2_2_2=new Array("Infrared","goese-ir.shtml","",0);
	Menu5_2_2_3=new Array("Water Vapor","goese-wv.shtml","",0);

Menu6=new Array("Climate","","",5,20,115);
	Menu6_1=new Array("WXLIVE! (Bartlett)","wxlive-climate.shtml","",0,20,115);
	Menu6_2=new Array("MEM Int'l Airport","climate-mem.shtml","",0);
	Menu6_3=new Array("Records","","",3);
	Menu6_3_1=new Array("Temperature","temp-records.shtml","",0,20,90);
	Menu6_3_2=new Array("Precipitation","precip-records.shtml","",0);
	Menu6_3_3=new Array("All-Time","alltime-records.shtml","",0);
	Menu6_4=new Array("Temp. Normals","normals.shtml","",0,20,115);
	Menu6_5=new Array("Sunrise/Sunset","sun.shtml","",0);

Menu7=new Array("Miscellaneous","","",6,20,100);
	Menu7_1=new Array("MWN Mobile","http://pda.memphisweather.net","",0,20,100);
	Menu7_2=new Array("MWN Store","http://www.cafepress.com/memphisweather","",0);
	Menu7_3=new Array("MWN Newsletter","newsletter.shtml","",0);
	Menu7_4=new Array("Photo Gallery","photo-gallery.shtml","",0);
	Menu7_5=new Array("MWN WxStickers","wxstickers.shtml","",0);
	Menu7_6=new Array("Links Page","links.shtml","",0);

Menu8=new Array("About","","",8,20,100);
	Menu8_1=new Array("All About MWN","about.shtml","",0,20,100);
	Menu8_2=new Array("What\'s New","whatsnew.shtml","",0);
	Menu8_3=new Array("Disclaimer/Terms","disclaimer.shtml","",0);
	Menu8_4=new Array("Privacy Policy","privacy.shtml","",0);
	Menu8_5=new Array("Advertising","advertising.shtml","",0);
	Menu8_6=new Array("Site Map","sitemap.shtml","",0);
	Menu8_7=new Array("Contact Us","contact.shtml","",0);
	Menu8_8=new Array("Donate!","donate.shtml","",0);
