/***********************************************************************************
*	(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='#ffffff';			// Background color when mouse is not over
	var LowSubBgColor='#f0f2f9';			// Background color when mouse is not over on subs
	var HighBgColor='#f0f2f9';			// Background color when mouse is over
	var HighSubBgColor='#5470ae';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#5470ae';			// Font color subs when mouse is not over
	var FontHighColor='#5370ad';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='#000000';			// Border color
	var BorderSubColor='#5470ae';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
        var browser=navigator.appName;
	//if(browser.match('Internet Explorer'))
	var StartTop=114;				// Menu offset x coordinate
	var StartLeft=270;				// 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=5;				// 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=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='';			// Frame where first level appears
	var SecLineFrame='';			// Frame where sub levels appear
	var DocTargetFrame='';			// Frame where target documents appear
	var TargetLoc='menudiv';				// 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=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.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("rollover:images/home.gif:images/home2.gif","index.shtml","",0,30,60);
Menu2=new Array("rollover:images/inductees.gif:images/inductees2.gif","","",2,30,90);
   Menu2_1=new Array("By Year","inductee.php?type=year","",0,30,90);
   Menu2_2=new Array("By Name","inductee.php?type=name","",0,30,90);
Menu3=new Array("rollover:images/awards.gif:images/awards2.gif","","",4,30,75);
   Menu3_1=new Array("Fischer Family Award","family.php","",0,30,200);
   Menu3_2=new Array("Ron Gustafson Inspiration Award","inspiration.php","",0,30,200);
   Menu3_3=new Array("Dominant Dynasties","dynasty.php","",0,30,200);
   Menu3_4=new Array("Team Honors","","",2,30,200);
      Menu3_4_1=new Array("Gold Anniversary","gold.php","",0,30,125);
      Menu3_4_2=new Array("Silver Anniversary","silver.php","",0,30,125);
Menu4=new Array("rollover:images/greatmoments.gif:images/greatmoments2.gif","moments.php","",2,30,140);
   Menu4_1=new Array("By Year","moments.php?type=year","",0,30,140);
   Menu4_2=new Array("By Sport","moments.php?type=sport","",0,30,140);
Menu5=new Array("rollover:images/nominations.gif:images/nominations2.gif","nominations.shtml","",0,30,120);
Menu6=new Array("rollover:images/donations.gif:images/donations2.gif","","",2,30,95);
   Menu6_1=new Array("How to Donate","donations.shtml","",0,30,110);
   Menu6_2=new Array("Contributors","contributors.shtml","",0,30,110);
Menu7=new Array("rollover:images/about.gif:images/about2.gif","","",5,30,60);
   Menu7_1=new Array("General Information","about.shtml","",0,30,130);
   Menu7_2=new Array("Board of Directors","board.shtml","",0,30,130);
   Menu7_3=new Array("History","history.shtml","",0,30,130);
   Menu7_4=new Array("Interesting Items","interesting.shtml","",0,30,130);
   Menu7_5=new Array("Newsletters","newsletters.shtml","",0,30,130);
/*
Menu2=new Array("<img src='images/properties.gif' border=0>","","",5,30,120);
	Menu2_1=new Array("View all Nebraska Listings","propsearch.php?state=NE","",0,25,170);	
	Menu2_2=new Array("View all Iowa Listings","propsearch.php?state=IA","",0,25,170);
        Menu2_3=new Array("View all Kansas Listings","propsearch.php?state=KS","",0,25,170);
        Menu2_4=new Array("View All Listings","propsearch.php","",0,25,150);
	Menu2_5=new Array("View All New Listings","propsearch.php?justlisted=45","",0,25,170);
*/

