

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor="#FFFFFF";			// Background color when mouse is not over
	var LowSubBgColor='#CCCCCC';  	// Background color when mouse is not over on subs
	var HighBgColor='336699';			// Background color when mouse is over
	var HighSubBgColor='#CCCCCC';			// Background color when mouse is over on subs
	var FontLowColor='#336699';			// Font color when mouse is not over
	var FontSubLowColor='#336699';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// 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=0;				// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=110;				// Menu offset x coordinate
	var StartLeft=-0;				// Menu offset y coordinate
	var VerCorrect=110;				// Multiple frames y correction
	var HorCorrect=7;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=4;				// 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=0;			// 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
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['Images/yellow1.gif',8,8,'Images/tridown.gif',0,0,'Images/trileft.gif',10,10];	// Arrow source, width and height

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("Home","/index.html","",1,20,90);
	Menu1_1=new Array("Partners","/Home/Partners.htm","",0,20,90);
	
Menu2=new Array("Solutions","/Solutions/Solutionssum.htm","",4,20,145);
	Menu2_1=new Array("Application Delivery","/Solutions/Appdeploy/Application.htm","",5,20,145);
		Menu2_1_1=new Array("Access Infrastructure Assessment","/Solutions/Appdeploy/Accessinfraassess.htm","",0,20,275);
		Menu2_1_2=new Array("Citrix Presentation Server 4.5 Platinum Edition","/Solutions/Appdeploy/CPS45Plat.htm","",0,20,275);
		Menu2_1_3=new Array("Microsoft Terminal Services","/Solutions/Appdeploy/Terminalservices.htm","",0,20,275);
		Menu2_1_4=new Array("ScriptLogic","/Solutions/Appdeploy/Scriptlogic.htm","",0,20,275);
		Menu2_1_5=new Array("triCerat","/Solutions/Appdeploy/Tricerat.htm","",0,20,275);
	Menu2_2=new Array("Infrastructure Solutions","/Solutions/Infrastructure/Infrastructure.htm","",4,20,125);
		Menu2_2_1=new Array("Active Directory","/Solutions/Infrastructure/Activedirectory.htm","",0,20,125);
		Menu2_2_2=new Array("Microsoft Exchange","/Solutions/Infrastructure/Exchange.htm","",0,20,125);
		Menu2_2_3=new Array("Server Consolidation","/Solutions/Infrastructure/Consolidation.htm","",2,20,125);
			Menu2_2_3_1=new Array("Microsoft Server System","/Solutions/Infrastructure/MSConsolidation.htm","",0,20,150);
			Menu2_2_3_2=new Array("VMware Consolidation","/Solutions/Infrastructure/VMConsolidation.htm","",0,20,150);
		//Menu2_2_4=new Array("Business Continuity","/Solutions/Infrastructure/Continuity.htm","",1,20,125);
			//Menu2_2_4_1=new Array("VMware Continuity","/Solutions/Infrastructure/VMContinuity.htm","",0,20,125);
		Menu2_2_4=new Array("Storage","/Solutions/Infrastructure/Storage.htm","",2,20,125);
			Menu2_2_4_1=new Array("Compellent","/Solutions/Infrastructure/Compellent.htm","",0,20,125);
			Menu2_2_4_2=new Array("Hewlett Packard","/Solutions/Infrastructure/HPStorage.htm","",0,20,125);
	Menu2_3=new Array("Network Enhancement","/Solutions/Network/Network.htm","",4,20,125);
		Menu2_3_1=new Array("WAN Application Management","/Technologies/BWMgmt/Bandwidth.htm","",0,20,175);
		Menu2_3_2=new Array("Perimeter Security","/Technologies/Perimeter/Perimeter.htm","",0,20,165);
		Menu2_3_3=new Array("Secure Remote Access","/Solutions/Security/Remoteaccess.htm","",0,20,165);
		Menu2_3_4=new Array("SSL VPN Appliances","/Technologies/SecureAccess/Secureaccess.htm","",0,20,165);
	Menu2_4=new Array("Security","/Solutions/Security/Security.htm","",4,20,125);
		Menu2_4_1=new Array("Patch Management","/Solutions/Security/Patch.htm","",0,20,165);
		Menu2_4_2=new Array("Safe Content Management","/Solutions/Security/Content.htm","",0,20,165);
		Menu2_4_3=new Array("Secure Remote Access","/Solutions/Security/Remoteaccess.htm","",0,20,165);
		Menu2_4_4=new Array("Vulnerability Assessments","/Solutions/Security/Secvulnerability.htm","",0,20,165);

Menu3=new Array("Technologies","/Technologies/Technologies.htm","",5,20,145);		
	Menu3_1=new Array("AntiVirus","/Technologies/AV/Antivirus.htm","",4,20,145);
		Menu3_1_1=new Array("Fortinet","/Technologies/AV/Fortinetav.htm","",0,20,120);
		Menu3_1_2=new Array("McAfee","/Technologies/AV/Mcafee.htm","",0,20,120);
		Menu3_1_3=new Array("Symantec","/Technologies/AV/Symantec.htm","",0,20,120);
		Menu3_1_4=new Array("Trend Micro","/Technologies/AV/Trend.htm","",0,20,120);
	Menu3_2=new Array("Identity Management","/Technologies/IDMgmt/Identity.htm","",3,20,145);
		Menu3_2_1=new Array("ActivCard","/Technologies/IDMgmt/Activcard.htm","",0,20,120);
		Menu3_2_2=new Array("Citrix","/Technologies/IDMgmt/Citrixidsum.htm","",2,20,120);
			Menu3_2_2_1=new Array("Password Manager","/Technologies/IDMgmt/Citrixidpswdmgr.htm","",0,20,160);
			Menu3_2_2_2=new Array("Advanced Access Controls","/Technologies/IDMgmt/Citrixidaac.htm","",0,20,160);
		Menu3_2_3=new Array("RSA Security","/Technologies/IDMgmt/RSASecurity.htm","",0,20,120);
	Menu3_3=new Array("Perimeter Security","/Technologies/Perimeter/Perimeter.htm","",4,20,145);
		Menu3_3_1=new Array("Fortinet","/Technologies/Perimeter/Fortinetps.htm","",0,20,120);
		Menu3_3_2=new Array("Microsoft ISA","/Technologies/Perimeter/ISA.htm","",0,20,120);
		Menu3_3_3=new Array("Network Engines","/Technologies/Perimeter/Netengines.htm","",0,20,120);
		Menu3_3_4=new Array("WatchGuard","/Technologies/Perimeter/Watchguard.htm","",0,20,120);
	Menu3_4=new Array("Secure Access","/Technologies/SecureAccess/Secureaccess.htm","",3,20,145);
		Menu3_4_1=new Array("Aventail","/Technologies/SecureAccess/Aventail.htm","",0,20,100);
		Menu3_4_2=new Array("Citrix","/Technologies/SecureAccess/Citrixsa.htm","",0,20,100);
			//Menu3_4_2_1=new Array("Access Gateway","/Technologies/SecureAccess/CAG.htm","",0,20,120);
			//Menu3_4_2_2=new Array("Secure Access Mgr","/Technologies/SecureAccess/SAM.htm","",0,20,120);
			//Menu3_4_2_3=new Array("Web Interface","/Technologies/SecureAccess/Webinterface.htm","",0,20,120);
		Menu3_4_3=new Array("Juniper","/Technologies/SecureAccess/Juniper.htm","",0,20,100);
	Menu3_5=new Array("WAN Application Mgmt","/Technologies/BWMgmt/Bandwidth.htm","",1,20,145);
		Menu3_5_1=new Array("Packeteer","/Technologies/BWMgmt/Packeteer.htm","",0,20,120);
	//Menu3_6=new Array("Collaboration","/Technologies/Collaboration/Collaboration.htm","",1,20,145);
		//Menu3_6_1=new Array("Citrix Online","/Technologies/Collaboration/CTXonline.htm","",0,20,120);	

Menu4=new Array("Services","/Services/Services.htm","",4,20,120);
	Menu4_1=new Array("Assessment","/Services/Assessmentssum.htm","",2,20,120);
		Menu4_1_1=new Array("Access Infrastructure","/Solutions/Appdeploy/Accessinfraassess.htm","",0,20,140);
		Menu4_1_2=new Array("Security Vulnerability","/Services/Secvulnerability.htm","",0,20,125);
	Menu4_2=new Array("Integration","/Services/Integration.htm","",0,20,125);
	Menu4_3=new Array("Support","/Services/Support.htm","",0,20,125);
	Menu4_4=new Array("Training","/Training/Training.htm","",6,20,125);
		Menu4_4_1=new Array("Citrix ","/Training/CTXMain.htm","",0,20,125);
		Menu4_4_2=new Array("Citrix eLearning","/Training/CTXWebMain.htm","",0,20,125);
		Menu4_4_3=new Array("Packeteer ","/Training/PKTRMain.htm","",0,20,125);
		//Menu4_4_4=new Array("ScriptLogic ","/Training/SLMain.htm","",0,20,125);
		Menu4_4_4=new Array("VMware ","/Training/VMMain.htm","",0,20,125);	
		Menu4_4_5=new Array("WatchGuard ","/Training/WGMain.htm","",0,20,125);
		Menu4_4_6=new Array("WYSE ","/Training/WYSEMain.htm","",0,20,125);

Menu5=new Array("Events","/Events/Events.htm","",1,20,125);
	Menu5_1=new Array("Seminars","/Events/Seminars.htm","",0,20,125);
	//Menu5_2=new Array("Trade Shows","/Events/Shows.htm","",0,20,125);
	
Menu6=new Array("About Syntax","/AboutSyntax/About.htm","",4,20,115);
	Menu6_1=new Array("History","/AboutSyntax/History.htm","",0,20,115);
	Menu6_2=new Array("Contact Us","/AboutSyntax/Contactus.htm","",0,20,115);
	Menu6_3=new Array("Directions","/AboutSyntax/Directions.htm","",0,20,115);
	Menu6_4=new Array("Community","/AboutSyntax/Community.htm","",0,20,115);
		
		

	