	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#f0c070';			// Background color when mouse is not over
	var LowSubBgColor='#ececec';			// Background color when mouse is not over on subs
	var HighBgColor='#ececec';			// Background color when mouse is over
	var HighSubBgColor='#006699';			// Background color when mouse is over on subs
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='#ffda8c';			// Border color
	var BorderSubColor='#cccccc';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Arial,Verdana,Comic Sans Ms,Technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=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=0;
	var ChildVerticalOverlap=0;
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=1;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;
	var DissapearDelay=1000;
	var TakeOverBgColor=1;
	var FirstLineFrame='self';
	var SecLineFrame='self';
	var DocTargetFrame='self';
	var TargetLoc='MenuPos';				// span id for relative positioning
	var HideTop=0;
	var MenuWrap=1;
	var RightToLeft=0;
	var UnfoldsOnClick=0;
	var WebMasterCheck=0;
	var ShowArrow=1;
	var KeepHilite=1;
	var Arrws=['/images/tri.gif',5,10,'/images/tridown.gif',10,5,'/images/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);

Menu1=new Array("SOLUTIONS","/solutions/index.htm","",6,17,96);
	Menu1_1=new Array("Disaster","/solutions/backup.htm","",0,19,120);
	Menu1_2=new Array("Complete","/solutions/completesol.htm","",0);
	Menu1_3=new Array("E-mail","/solutions/emailsol.htm","",0);
	Menu1_4=new Array("Firewall","/solutions/firewall.htm","",0);
	Menu1_5=new Array("ISP","/solutions/isp.htm","",0);
	Menu1_6=new Array("Telecommunication","/solutions/telecomms.htm","",0);

Menu2=new Array("ADVICE","/advice/index.htm","",4);
	Menu2_1=new Array("Consulting","/advice/consulting.htm","",0,19,120);
	Menu2_2=new Array("Datacommunication","/advice/datacomms.htm","",0);
	Menu2_3=new Array("Projects","/advice/projects.htm","",0);
	Menu2_4=new Array("Security","/advice/security.htm","",0);
		
Menu3=new Array("PRODS|SUPPLY","/products/index.htm","",3);
	Menu3_1=new Array("Licensing","/products/licensing.htm","",0,19,120);
	Menu3_2=new Array("Software Platform","/products/softplatform.htm","",0);
	Menu3_3=new Array("Warranty|Support","/products/warranty.htm","",0);

Menu4=new Array("TRAINING","/training/index.htm","",1);
	Menu4_1=new Array("Courses","/training/index.htm","",0,19,120);
        
Menu5=new Array("ABOUT US","/aboutus/index.htm","",2);
	Menu5_1=new Array("The Company","/aboutus/thecompany.htm","",0,19,120);
	Menu5_2=new Array("Contact Us","/aboutus/contactus.htm","",0);
