//				(c) Ger Versluis 2000 version 4.0, 14 August 2001
//				You may remove all comments for faster loading

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#D52C2C';				// Background color when mouse is not over
	var LowSubBgColor='#D52C2C';			// Background color when mouse is not over on subs
	var HighBgColor='#FFF100';			// Background color when mouse is over
	var HighSubBgColor='#FFF100';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=2;				// Border between elements 1 or 0
	var FontFamily="Tahoma, Arial"			// Font family menu items
	var FontSize=8;					// Font size menu items
	var FontBold=1;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// 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' or 'bottom'
	var ChildOverlap=.05;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.05;			// vertical overlap child/ parent
	var StartTop=148;					// Menu offset x coordinate
	var StartLeft=11;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;				// 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

function BeforeStart(){;
	}

function AfterBuild(){;
	}

// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);

Menu1=new Array("Home Page","index.php","",0,18,105);
Menu2=new Array("Customer Info","","",2,18,144);
	Menu2_1=new Array("Links","customers.php","",0,18,144);
	Menu2_2=new Array("Demurrage Calendar","demurrage.php","",0,18,144);
Menu3=new Array("Safety","safety.php","",3,18,101);
	Menu3_1=new Array("Harriman<br>Awards","harriman.php","",0,30,101);
	Menu3_2=new Array("ASLRRA<br>Awards","aslrra.php","",0,30,101);
	Menu3_3=new Array("Safety<br>Committee","committee.php","",0,30,101);
//Menu4=new Array("TRRA Rules","","",6,18,124);
//Menu4=new Array("TRRA Rules","","",5,18,124);
	//Menu4_1=new Array("Operating Rules","operating.php","",0,18,124);
	//Menu4_2=new Array("Safety Rules","safety_rules.php","",0,18,124);
	//Menu4_3=new Array("Special Instructions","special.php","",0,18,124);
	//Menu4_4=new Array("Time Tables","timetables.php","",0,18,124);
//	Menu4_5=new Array("Training Materials","training.php","",0,18,124);
//	Menu4_6=new Array("Maps","maps.php","",0,18,124);
	//Menu4_5=new Array("Maps","maps.php","",0,18,124);
Menu4=new Array("About TRRA","","",5,18,144);
	Menu4_1=new Array("TRRA History","history.php","",0,18,144);
	Menu4_2=new Array("Careers","careers.php","",0,18,144);
	Menu4_3=new Array("Contact List","contacts.php","",0,18,144);
	Menu4_4=new Array("FAQs","faq.php","",0,18,144);
	Menu4_5=new Array("Operation Lifesaver","lifesaver.php","",0,18,144);
Menu5=new Array("Railroad Links","links.php","",0,18,144);
Menu6=new Array("Employees","admin/index.php","",0,18,105);
