/***********************************************************************************
*	(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=7;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='white';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='083194';			// Font color when mouse is over
	var FontSubHighColor='083194';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial, technical, helvetica, sans"	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=0;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='content';			// Frame where first level appears
	var SecLineFrame='content';			// Frame where sub levels appear
	var DocTargetFrame='content';			// Frame where target documents appear
	var TargetLoc='table';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// 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=1;				// Keep selected path highligthed
	var Arrws=['../bits/tri.gif',5,10,'../bits/tridown.gif',10,5,'../bits/trileft.gif',5,10];	// Arrow source, width and height
	var Height=20;
	var Width=130;

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","http://weather.engin.umich.edu/index.php","",0,Height,48);


Menu2=new Array("Current Conditions","","",7,Height,Width);
	Menu2_1=new Array("Meteograms","./main.php?product=meteograms","",0,Height, Width);
	Menu2_2=new Array("Surface Conditions","./main.php?product=surface","",0,Height, Width); 
	Menu2_3=new Array("Fronts","./main.php?product=fronts","",0,Height,Width);
	Menu2_4=new Array("Satellite","./main.php?product=satellite","",0,Height, Width);
	Menu2_5=new Array("Radar","./main.php?product=radar","",0,Height, Width);
	Menu2_6=new Array("Upper Air","","",3, Height, Width);
		Menu2_6_1=new Array("Skew-T","./main.php?product=skewt","",0,Height, Width);
		Menu2_6_2=new Array("Map","./main.php?product=upperair","",0,Height,Width);
		Menu2_6_3=new Array("Hodograph","./main.php?product=hodo","",0,Height,Width);
	Menu2_7=new Array("Severe Weather","","",2,Height,Width);
		Menu2_7_1=new Array("Indices","./main.php?product=index","",0,Height,Width);
		Menu2_7_2=new Array("Hurricane","./main.php?product=hurricane","",0,Height,Width);


Menu3=new Array("Models","","",5,Height, Width);
	Menu3_1=new Array("NAM","","",2,Height, Width);
		Menu3_1_1=new Array("Map","./main.php?product=eta","",0,Height, Width);
		Menu3_1_2=new Array("Meteogram","./main.php?product=etagram","",0,Height, Width);

	Menu3_2=new Array("UK Met","./main.php?product=ukmet","",0,Height, Width);
	Menu3_3=new Array("RUC","","",2,Height, Width);
		Menu3_3_1=new Array("Map","./main.php?product=ruc","",0,Height, Width);
		Menu3_3_2=new Array("Meteogram","./main.php?product=rucgram","",0,Height, Width);
	Menu3_4=new Array("GFS Short Term","","",2,Height,Width);
		Menu3_4_1=new Array("Map","./main.php?product=gfs","",0,Height,Width);
		Menu3_4_2=new Array("Meteogram","./main.php?product=gfsgram","",0,Height,Width);
	
	Menu3_5=new Array("GFS Long Term","","",2,Height,Width);
		Menu3_5_1=new Array("Map","./main.php?product=gfsx","",0,Height,Width);
		Menu3_5_2=new Array("Meteogram","./main.php?product=gfsxgram","",0,Height,Width);

Menu4=new Array("Text","","",3,Height,Width);
	Menu4_1=new Array("Discussions","","",5,Height,Width);
		Menu4_1_1=new Array("Area Discussions","./main.php?product=discussions","",0,Height,Width);
		Menu4_1_2=new Array("Model Discussions","./main.php?product=modeldisc","",0,Height,Width);
		Menu4_1_3=new Array("QPF","./main.php?product=qpf","",0,Height,Width);
		Menu4_1_4=new Array("QPF: Extreme","./main.php?product=qpferp","",0,Height,Width);
		Menu4_1_5=new Array("Short Range","./main.php?product=prog","",0,Height,Width);
	
	Menu4_2=new Array("Zone Forecasts","./main.php?product=zone","",0,Height,Width);
	Menu4_3=new Array("MOS","","",3,Height,Width);
		Menu4_3_1=new Array("GFS","./main.php?product=gfsmos","",0,Height,Width);	
		Menu4_3_2=new Array("GFSX","./main.php?product=gfsxmos","",0,Height,Width);
		Menu4_3_3=new Array("NAM","./main.php?product=etamos","",0,Height,Width);
	

Menu5=new Array("Climate","","",2,Height, Width);
	Menu5_1=new Array("High Temps","./main.php?product=high","",0,Height, Width);
	Menu5_2=new Array("Low Temps","./main.php?product=low","",0,Height, Width);

Menu6=new Array("UM Wxnet","./wxnet/index.php","",0,Height, Width);

Menu7=new Array("XML","./xml.php","",0,Height,50);




