/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#CCCCCC';			// Background color when mouse is not over
	var LowSubBgColor='#CCCCCC';			// Background color when mouse is not over on subs
	var HighBgColor='#CCCCCC';			// Background color when mouse is over
	var HighSubBgColor='#CCCCCC';			// Background color when mouse is over on subs
	var FontLowColor='#0066FF';			// Font color when mouse is not over
	var FontSubLowColor='#0066FF';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// 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="verdana,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8.0;				// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=182;				// 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=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='';				// DIV id for relative positioning (refer to config.htm for info)
	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 MenuBgImg='images/dhtml2.gif';
	var MenuBgImg2='images/';
	var PageIndex='http://www.e-gameservers.com/';
	var SecureIndex='http://www.e-gameservers.com/';

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("Game Servers","index.php",MenuBgImg,1,20,150);
	Menu1_1=new Array("Order",SecureIndex + "order-cc.php",MenuBgImg2,0,20,150);
	Menu1_2=new Array("Login",SecureIndex + "user.php",MenuBgImg2,0,20,150);

Menu2=new Array("Server Pricing","",MenuBgImg,11,20,150);
	Menu2_1=new Array("America's Army","index.php?game=aa",MenuBgImg2,0,20,150);
	
	Menu2_2=new Array("BF1942","",MenuBgImg2,3,20,150);
		Menu2_2_1=new Array("Desert Combat","index.php?game=bf1942dc",MenuBgImg2,0,20,150);
		Menu2_2_2=new Array("BF : Vietnam","index.php?game=bfvn",MenuBgImg2,0,20,150);
		Menu2_2_3=new Array("BF1942","index.php?game=bf1942",MenuBgImg2,0,20,150);
		
	Menu2_3=new Array("Call of Duty","index.php?game=cod",MenuBgImg2,0,20,150);
	Menu2_4=new Array("Call of Duty : UO","",MenuBgImg2,2,20,150);
		Menu2_4_1=new Array("No Vehicles","index.php?game=coduoa",MenuBgImg2,0,20,150);
		Menu2_4_2=new Array("Vehicles","index.php?game=coduob",MenuBgImg2,0,20,150);


	Menu2_5=new Array("Doom 3","index.php?game=doom3",MenuBgImg2,0,20,150);
	Menu2_6=new Array("Enemy Territory","index.php?game=et",MenuBgImg2,0,20,150);
	
	Menu2_7=new Array("Halflife","",MenuBgImg2,4,20,150);
		Menu2_7_1=new Array("Counter Strike","index.php?game=cs",MenuBgImg2,0,20,150);
		Menu2_7_2=new Array("Condition Zero","index.php?game=cz",MenuBgImg2,0,20,150);
		Menu2_7_3=new Array("Day of Defeat","index.php?game=dod",MenuBgImg2,0,20,150)
		Menu2_7_4=new Array("Natural Selection","index.php?game=ns",MenuBgImg2,0,20,150);
		
	Menu2_8=new Array("HalfLife 2","",MenuBgImg2,2,20,150);
		Menu2_8_1=new Array("Counter Strike Source","index.php?game=hl2",MenuBgImg2,0,20,150);
		Menu2_8_2=new Array("HalfLife 2","index.php?game=hl2",MenuBgImg2,0,20,150);
		
	Menu2_9=new Array("Medal of Honor","",MenuBgImg2,1,20,150);
		Menu2_9_1=new Array("Allied Assault","index.php?game=mohaa",MenuBgImg2,0,20,150);
		
	Menu2_10=new Array("Rainbow 6","",MenuBgImg2,2,20,150);
		Menu2_10_1=new Array("Athena Sword","index.php?game=as",MenuBgImg2,0,20,150);
		Menu2_10_2=new Array("Raven Shield","index.php?game=rs",MenuBgImg2,0,20,150);
		
	Menu2_11=new Array("Soldier of Fortune II","index.php?game=sof2",MenuBgImg2,0,20,150);

	Menu2_12=new Array("UT 2004","",MenuBgImg2,2,20,150);
		Menu2_12_1=new Array("With out Vehicles","index.php?game=ut2k4a",MenuBgImg2,0,20,150);
		Menu2_12_2=new Array("With Vehicles","index.php?game=ut2k4b",MenuBgImg2,0,20,150);

Menu3=new Array("Dedicated Services","",MenuBgImg,3,20,150);
	Menu3_1=new Array("Dedicated Servers","index.php?serv=dedicated",MenuBgImg2,0,20,150);
	Menu3_2=new Array("Voice Servers","index.php?serv=voice",MenuBgImg2,0,20,150);
	Menu3_3=new Array("Web Hosting","index.php?serv=web",MenuBgImg2,0,20,150);

Menu4=new Array("Help","",MenuBgImg,4,20,150);
	Menu4_1=new Array("Articles","content.php",MenuBgImg2,0,20,150);
	Menu4_2=new Array("Assistance Policy","index.php?helpme=assistpolicy",MenuBgImg2,0,20,150);
	Menu4_3=new Array("Contact Us","index.php?helpme=contact",MenuBgImg2,0,20,150);
	Menu4_4=new Array("F.A.Q","index.php?helpme=faq",MenuBgImg2,0,20,150);

Menu5=new Array("Other Info","",MenuBgImg,3,20,150);
	Menu5_1=new Array("About Us","index.php?about=about",MenuBgImg2,0,20,150);
	Menu5_2=new Array("Terms Of Service","index.php?about=tos",MenuBgImg2,0,20,150);
	Menu5_3=new Array("Acceptable Use","index.php?about=aup",MenuBgImg2,0,20,150);

Menu6=new Array("Technical Information","",MenuBgImg,2,20,150);
	Menu6_1=new Array("Server Connectivity","index.php?tech=connectivity",MenuBgImg2,0,20,150);
	Menu6_2=new Array("Server Hardware","index.php?tech=hardware",MenuBgImg2,0,20,150);

Menu7=new Array("","",MenuBgImg,0,20,94);




//was going to include a link to egames here
//Menu7=new Array("Splat Gaming","",MenuBgImg,1,20,150);
	//Menu7_1=new Array("e-gameservers","?egames=egames",MenuBgImg2,0,20,150);
