/***********************************************************************************
*	(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=5;			// Number of first level items
	var LowBgColor='beige';				// Background color when mouse is not over
	var LowSubBgColor='beige';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='white';			// 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='red';			// Font color when mouse is over
	var FontSubHighColor='red';			// Font color subs when mouse is over
	var BorderColor='Black';			// Border color
	var BorderSubColor='Gray';			// 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=8;					// Font size menu items
	var FontBold=0;					// 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','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=32;				// 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=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='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=1;				// 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',3,8,'tridown.gif',8,3,'trileft.gif',3,8];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//            "Link","Background","sub elements","
//	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.htm","",0,20,90);

Menu2=new Array("About Flux Computer Systems","","",3,0,135);
	Menu2_1=new Array("Company Overview","overview.htm","",0,20,155);
	Menu2_2=new Array("Contact Us","contact.htm","",0);
	Menu2_3=new Array("Career Opportunities","careers.htm","",0);
Menu3=new Array("Computer Services","","",3,0,130);
	Menu3_1=new Array("LAN and Workstations","service.htm","",0,20,150);
	Menu3_2=new Array("Computer Repairs","","",2);
		Menu3_2_1=new Array("PC Tune-Up 's","tune-up.htm","",0,20,130);
		Menu3_2_2=new Array("PC Upgrades","test.htm","",0);
	Menu3_3=new Array("Products We Sell","products.htm","",0,20,150);

//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);

Menu4=new Array("Technical Support","","",5,0,143);
	Menu4_1=new Array("Today's Virus Advisory","virus-advisory.htm","",0,20,160);
	Menu4_2=new Array("Free Virus / Spyware Scans","","",4);
		Menu4_2_1=new Array("Symantec's Norton","http://security.symantec.com/","",0,20,155);
		Menu4_2_2=new Array("Trend Micro's Housecall","http://housecall.trendmicro.com/","",0);
		Menu4_2_3=new Array("Computer Associates' eTrust","http://www3.ca.com/securityadvisor/virusinfo/scan.aspx","",0);
		Menu4_2_4=new Array("Kaspersky Anti-Virus","http://usa.kaspersky.com/services/free-virus-scanner.php","",0);
	Menu4_3=new Array("Resources and Tools","support.htm","",0,20,110);
	Menu4_4=new Array("Articles For The Novice","art-novice.htm","",0,20,110);
	Menu4_5=new Array("Driver / File Downloads","downloads.htm","",0,20,110);


//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);

Menu5=new Array("Site Tools","","",3,0,100);
	Menu5_1=new Array("Site Search","search.htm","",0,20,100);
	Menu5_2=new Array("Site Map","sitemap.htm","",0,20,100);
	Menu5_3=new Array("Login","","",3,0,100);
		Menu5_3_1=new Array("Client","login-client.htm","",0,20,100);
		Menu5_3_2=new Array("Guest","login-guest.htm","",0);
		Menu5_3_3=new Array("Employees","login-employee.htm","",0);
