/***********************************************************************************
*	(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=6;					// 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='black';					// Background color when mouse is over
	var HighSubBgColor='black';            // 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='white';					// Font color when mouse is over
	var FontSubHighColor='white';          // Font color subs when mouse is over
	var BorderColor='black';					// Border color
	var BorderSubColor='blue';					// Border color for subs
	var BorderWidth=1;						   // Border width
	var BorderBtwnElmnts=1;					   // Border between elements 1 or 0
	var FontFamily="trebuchet ms, arial,comic sans ms,technical";			// Font family menu items
	var FontSize=10;                       // 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=120;                      // Menu offset x coordinate
	var StartLeft=2;                       // Menu offset y coordinate
	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=1000;					// 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='';                      // 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=['template_images/tri.gif',5,10,'template_images/tridown.gif',10,5,'template_images/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("Home","index.php","",0,20,100);

Menu2=new Array("General Information","","",16,20,150);
	Menu2_1=new Array("Welcome to Soap Box Derby Racing","dispwelcome_sb.php","",0,20,250);
   Menu2_2=new Array("About Keystone","dispabout_sb.php","",0,20,250);
	Menu2_3=new Array("Keystone History","disphistory_sb.php","",0,20,250);
	Menu2_4=new Array("Rules","disprulespage_sb.php","",0,20,250);
	Menu2_5=new Array("Contact Us","dispcontacts_sb.php","",0,20,250);
	Menu2_6=new Array("  ","","",0);
	Menu2_7=new Array("FAST Program","dispfast_sb.php","",0,20,250);
	Menu2_8=new Array("Courtney Isabella Scholarship Fund","courtney.php","",0,20,250);
	Menu2_9=new Array("Our Keystone Champions","dispwinners_sb.php","",0,20,250);
	Menu2_10=new Array("Notable Keystone Placements","dispplaces_sb.php","",0,20,250);
	Menu2_11=new Array("  ","","",0);
	Menu2_12=new Array("Events Calendar","dispeventcalendar_sb.php","",0,20,250);
	Menu2_13=new Array("Keystone Mailing List","formmallist_sb.php","",0,20,250);
	Menu2_14=new Array("  ","","",0);
	Menu2_15=new Array("Keystone News","formreqnews_sb.php","",0,20,250);
	Menu2_16=new Array("Keystone Picnic","disppicnic_sb.php","",0,20,250);

Menu3=new Array("Standings","results/2010_standings.xls","",0,20,100);

//start_auto_menu_4
Menu4=new Array("Race Cities","", "",12);
   Menu4_1=new Array("Bethlehem, PA","dispcity_sb.php?id=7","",0,20,180);
   Menu4_2=new Array("Conshohocken, PA","dispcity_sb.php?id=1","",0,20,180);
   Menu4_3=new Array("Danbury, CT","dispcity_sb.php?id=17","",0,20,180);
   Menu4_4=new Array("Dubois, PA","dispcity_sb.php?id=41","",0,20,180);
   Menu4_5=new Array("Emmaus, PA","dispcity_sb.php?id=10","",0,20,180);
   Menu4_6=new Array("Frederick, MD","dispcity_sb.php?id=4","",0,20,180);
   Menu4_7=new Array("Harrisburg, PA","dispcity_sb.php?id=2","",0,20,180);
   Menu4_8=new Array("Lower Bucks, PA","dispcity_sb.php?id=3","",0,20,180);
   Menu4_9=new Array("Pottstown, PA","dispcity_sb.php?id=6","",0,20,180);
   Menu4_10=new Array("Souderton, PA","dispcity_sb.php?id=18","",0,20,180);
   Menu4_11=new Array("  ","","",0);
   Menu4_12=new Array("How to Become a Race City","dispbeacity_sb.php","",0);
//end_auto_menu_4

//start_auto_menu_5
Menu5=new Array("Links","", "",8);
   Menu5_1=new Array("A Guide to Box Car Racing","http://www.packnboxnow.com/library/guide_to_box_car_racing.htm","",0,20,200);
   Menu5_2=new Array("All American Soap Box Derby","http://aasbd.org","",0,20,200);
   Menu5_3=new Array("Derby Tech","http://207.242.75.40/derbtech/derbtech.htm","",0,20,200);
   Menu5_4=new Array("Greater Washington","http://www.dcsoapboxderby.org","",0,20,200);
   Menu5_5=new Array("Keystone Market Place","linkads_sb.php","",0,20,200);
   Menu5_6=new Array("National Derby Rallies","http://www.ndr.org","",0,20,200);
   Menu5_7=new Array("Wilt Tools","http://www.keystonerallies.org/dennis_wilt.php","",0,20,200);
   Menu5_8=new Array("Zero Error","http://www.zero-error.com","",0,20,200);
//end_auto_menu_5

Menu6=new Array("Members Only","","",5,20,120);
   Menu6_1=new Array("Member Log In","formmemlogin_sb.php","",0,20,150);
   Menu6_2=new Array("Contributor Log In","formlogin_sb.php","",0,20,150);
   Menu6_3=new Array("   ","","",0);
   Menu6_4=new Array("Sign Up Now","formmember_sb.php?opt=0","",0,20,150);
   Menu6_5=new Array("Update Your Profile","formmemlogin_sb.php?opt=1","",0,20,150);
