/***********************************************************************************
*	(c) Ger Versluis 2000 version 6.1 19 Januari 2002	          *
*	You may use this script on non commercial sites.	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#3333FF';			// Background color when mouse is not over
	var HighBgColor='#FF3333';			// Background color when mouse is over
	var FontLowColor='white';			// Font color when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var BorderColor='#FF3333';			// Border color
	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=9;				// 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='';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// 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=3;				// 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=200;			// 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='MenuPos';				// 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 BottomUp=0;				// enables/ disables Bottom up 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=['./images/tri.gif',5,10,'./images/tridown.gif',10,5,'./images/trileft.gif',5,10,'./images/triup.gif',10,5];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width, bgcolor, bghighcolor, fontcolor, fonthighcolor,bordercolor);
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","./main.shtml","",0,19,90,"","","","","");
	
Menu2=new Array("Downloads","./files.shtml","",5,"","","","","","","");
	Menu2_1=new Array("Quake","./files.shtml","",0,20,150,"#CCCCCC","","black","","black");	
	Menu2_2=new Array("Quake World","./files.shtml#QuakeWorld","",0,"","","#CCCCCC","","black","","black");
	Menu2_3=new Array("Half-Life","./half-life/files.html","",0,"","","#CCCCCC","","black","","black");
	Menu2_4=new Array("ScreenShots","./sctfimages.shtml","",0,"","","#CCCCCC","","black","","black");
        Menu2_5=new Array("Movie","./movie.html","",0,"","","#CCCCCC","","black","","black");

Menu3=new Array("Information","./faq.shtml","",6,"","","","","","","");
	Menu3_1=new Array("FAQ","./faq.shtml","",0,20,150,"#CCCCCC","","black","","black");	
	Menu3_2=new Array("Beta Versions","./beta.shtml","",0,"","","#CCCCCC","","black","","black");	
	Menu3_3=new Array("Impulse Commands","./impulselist.shtml","",0,"","","#CCCCCC","","black","","black");	
	Menu3_4=new Array("Rune Information","./runehome.html","",0,"","","#CCCCCC","","black","","black");	
	Menu3_5=new Array("Credits","./credits.shtml","",0,"","","#CCCCCC","","black","","black");
	Menu3_6=new Array("Links","./links.shtml","",0,"","","#CCCCCC","","black","","black");	


Menu4=new Array("Messages","./forum/","",5,"","","","","","","");
	Menu4_1=new Array("Email - Webmaster","mailto:webmaster@sctf.net?Super Capture - Site","",0,20,180,"#CCCCCC","","black","","black");	
	Menu4_2=new Array("Email - DataSpel (Programmer)","mailto:dataspel2000@yahoo.com?Super Capture the Flag","",0,"","","#CCCCCC","","black","","black");	
	Menu4_3=new Array("Email - Neophyte   (Information)","mailto:neophyte@sctf.net?Super Capture the Flag","",0,"","","#CCCCCC","","black","","black");	
	Menu4_4=new Array("This Site","./contacts.shtml","",0,"","","#CCCCCC","","black","","black");	
	Menu4_5=new Array("Message Board","./forum/","",0,"","","#CCCCCC","","black","","black");	

Menu5=new Array("Servers","./servers.shtml","",1,"","","","","","","");
	Menu5_1=new Array("Online Server Check","./servers.shtml","",0,20,140,"#CCCCCC","","black","","black");	

