	// Globals effecting all menus
	var PopNoOffMenus=1;	// number of seperate menus
	var BaseHref="";		// Root of the site
	var PopRClick=0;		// Defines which menu reacts on right click. 0=none

	var PopMenuSlide="";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=12)";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.3, wipeStyle=2)";

	var PopMenuShadow="";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=4)";

	var PopMenuOpacity="";
	var PopMenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

	// Globals effecting one menu
	// Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster.

PopMenu1=new Array(		// global variables for PopMenu1
	8,			// number of main items
	0,			// Left position
	0,			// Top position
	"white",			// Normal font color
	"#696969",		// Normal back color
	"white",			// High font color
	"#333333",			// High back color
	"white",			// Border color
	"Verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	1,			// First line horizontal
	1,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	500,			// Delay
	0,			// Right to left unfold
	"LyrOne",			// Target div
	0,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"/menu/tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"/menu/tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"/menu/trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	2,			// Top padding
	2,			// Left padding
	0);			// Unfold On Click

//Home
	PopMenu1_1=new Array(
		"Home",	// ElementText
		"http://www.nestech.net",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		20,		// ElementHeight
		80,		// ElementWidth
		"#696969",		// ElementBgColor
		"#333333",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"Verdana",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"center",		// ElementTextAlign
		"");		// ElementStatusText

//Company
	
	PopMenu1_2=new Array(
		"Company",	// ElementText
		"",		// ElementLink
		"",		// ElementBgImage
		6,		// ElementNoOfSubElements
		20,		// ElementHeight
		90,		// ElementWidth
		"#696969",		// ElementBgColor
		"#000000",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"Verdana",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"center",		// ElementTextAlign
		"");		// ElementStatusText
		PopMenu1_2_1=new Array("About NesTECH","http://www.nestech.net/company/aboutus.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_2=new Array("Philosophy","http://www.nestech.net/company/philosophy.html","",0,18,170,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_3=new Array("People","http://www.nestech.net/company/people.html","",0,18,170,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_4=new Array("Locations","http://www.nestech.net/home/contactus.html","",0,18,170,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_5=new Array("Jobs","http://www.nestech.net/company/jobs.html","",0,18,170,"","","","","","",-1,-1,-1,"","");
		PopMenu1_2_6=new Array("Partners & Technologies","http://www.nestech.net/company/partandtech.html","",0,18,170,"","","","","","",-1,-1,-1,"","");

//Products
	PopMenu1_3=new Array(
		"Products",	// ElementText
		"",		// ElementLink
		"",		// ElementBgImage
		3,		// ElementNoOfSubElements
		20,		// ElementHeight
		90,		// ElementWidth
		"#696969",		// ElementBgColor
		"#000000",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"Verdana",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"center",		// ElementTextAlign
		"");		// ElementStatusText
		PopMenu1_3_1=new Array("Products","http://www.nestech.net/products/products.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_2=new Array("Products Overview","http://www.nestech.net/products/prodoverview.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
		PopMenu1_3_3=new Array("Product Support","http://www.nestech.net/products/prodsupport.html","",0,18,190,"","","","","","",-1,-1,-1,"","");

//Services
	PopMenu1_4=new Array(
		"Services",	// ElementText
		"",		// ElementLink
		"",		// ElementBgImage
		9,		// ElementNoOfSubElements
		20,		// ElementHeight
		90,		// ElementWidth
		"#696969",		// ElementBgColor
		"#000000",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"Verdana",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"center",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu1_4_1=new Array("Network Services","","",8,18,190,"","","","","","",-1,-1,-1,"","");
			PopMenu1_4_1_1=new Array("Network Services Overview","http://www.nestech.net/services/networkservices.html","",0,18,220,"","","","","","",-1,-1,-1,"","");
			PopMenu1_4_1_2=new Array("Network Engineering Services","http://www.nestech.net/services/networkservices/engineering.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
			PopMenu1_4_1_3=new Array("Network Operation and Support Services","http://www.nestech.net/services/networkservices/support.html","",0,18,250,"","","","","","",-1,-1,-1,"","");
			PopMenu1_4_1_4=new Array("Help Desk Solutions","http://www.nestech.net/services/networkservices/helpdesk.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
			PopMenu1_4_1_5=new Array("Remote Network Management","http://www.nestech.net/services/networkservices/remotemanagement.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
			PopMenu1_4_1_6=new Array("Remote System Administration","http://www.nestech.net/services/networkservices/remadmin.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
			PopMenu1_4_1_7=new Array("Monitoring Service","","",0,18,190,"","","","","","",-1,-1,-1,"","");
			PopMenu1_4_1_8=new Array("Procurement and Distribution Service","http://www.nestech.net/services/networkservices/procurement.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
		 PopMenu1_4_2=new Array("Security Services","http://www.nestech.net/services/security.html","",0,18,220,"","","","","","",-1,-1,-1,"","");
		PopMenu1_4_3=new Array("Disaster Recovery","http://www.nestech.net/services/disasterrec.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
		PopMenu1_4_4=new Array("Wireless Network Services","http://www.nestech.net/services/wirelessnet.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
		PopMenu1_4_5=new Array("Test Link","","",0,18,190,"","","","","","",-1,-1,-1,"","");
		PopMenu1_4_6=new Array("ADS: ASP & Hosting Services","","",6,18,190,"","","","","","",-1,-1,-1,"","");
			PopMenu1_4_6_1=new Array("What is NesTECH ADS","http://www.nestech.net/services/hosting/nestechads.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
			PopMenu1_4_6_2=new Array("About NesTECH DataCenter","http://www.nestech.net/services/hosting/datacenter.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
			PopMenu1_4_6_3=new Array("NesTECH THIN","http://www.nestech.net/services/hosting/nestechthin.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
			PopMenu1_4_6_4=new Array("NesTECH ASP","http://www.nestech.net/services/hosting/nestechasp.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
			PopMenu1_4_6_5=new Array("NesTECH SAN","http://www.nestech.net/services/hosting/nestechsan.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
			PopMenu1_4_6_6=new Array("NesTECH HOSTING","http://www.nestech.net/services/hosting/nestechhosting.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
		PopMenu1_4_7=new Array("Test Link","","",0,18,190,"","","","","","",-1,-1,-1,"","");
		PopMenu1_4_8=new Array("Application Development","http://www.nestech.net/services/appdevel.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
		PopMenu1_4_9=new Array("Cabling Services","http://www.nestech.net/services/cabling.html","",0,18,190,"","","","","","",-1,-1,-1,"","");
		
//Contracting
	PopMenu1_5=new Array(
		"Contracting",	// ElementText
		"http://www.nestech.net/home/contracting.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		20,		// ElementHeight
		80,		// ElementWidth
		"#696969",		// ElementBgColor
		"#000000",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"Verdana",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"center",		// ElementTextAlign
		"");		// ElementStatusText

//Technology News
	PopMenu1_6=new Array(
		"Technology News",	// ElementText
		"http://www.nestech.net/news/news.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		20,		// ElementHeight
		120,		// ElementWidth
		"#696969",		// ElementBgColor
		"#000000",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"Verdana",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"center",		// ElementTextAlign
		"");		// ElementStatusText

//Site Map
	PopMenu1_7=new Array(
		"Site Map",	// ElementText
		"http://www.nestech.net/home/sitemap.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		20,		// ElementHeight
		80,		// ElementWidth
		"#696969",		// ElementBgColor
		"#000000",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"Verdana",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"center",		// ElementTextAlign
		"");		// ElementStatusText

//Contact Us
	PopMenu1_8=new Array(
		"Contact Us",	// ElementText
		"http://www.nestech.net/home/contactus.html",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		20,		// ElementHeight
		80,		// ElementWidth
		"#696969",		// ElementBgColor
		"#000000",		// ElementBgHighColor
		"white",		// ElementFontColor
		"white",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"Verdana",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"center",		// ElementTextAlign
		"");		// ElementStatusText
	

