//(c) Ger Versluis 2000 version 4.15, 9 July 2002
// Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster.

	// Globals
	var PopNoOffMenus=1;
	var PopWebMasterCheck=0;
	var BaseHref="";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

PopMenu1=new Array(42);
	PopMenu1[0]=6;			// number of main items
	PopMenu1[1]=-1;			// Left position
	PopMenu1[2]=-7;			// Top position
	PopMenu1[3]="#EED3AF";		// Normal font color
	PopMenu1[4]="#95AFBB";		// Normal back color
	PopMenu1[5]="#95AFBB";		// High font color
	PopMenu1[6]="yellow";		// High back color
	PopMenu1[7]="";		// Border color
	PopMenu1[8]="Trebuchet MS";	// Fontfamily
	PopMenu1[9]=1;			// Bold
	PopMenu1[10]=0;			// Italic
	PopMenu1[11]=10;		// Font size
	PopMenu1[12]=1;			// First line horizontal
	PopMenu1[13]=1;			// First line permanent visible
	PopMenu1[14]=0;			// Border width
	PopMenu1[15]="left";		// Text align "left", "center" or "right"
	PopMenu1[16]=.25;		// Horizontal overlap
	PopMenu1[17]=.55;		// Vertical overlap
	PopMenu1[18]=500;		// Delay
	PopMenu1[19]=0;			// Right to left unfold
	PopMenu1[20]="menu";		// Target div
	PopMenu1[21]=0;			// Border between elements
	PopMenu1[22]="center";		// Menu horizontal centered "left", "center" or "right"
	PopMenu1[23]="top";		// Menu vertical centered "top", "center" or "bottom"
	PopMenu1[24]="white";		// Normal fontcolor sub items
	PopMenu1[25]="#425580";		// Normal back color sub items
	PopMenu1[26]="#425580";		// High font color sub items
	PopMenu1[27]="#95A5BC";		// High back color sub items
	PopMenu1[28]="black";		// Border color sub items
	PopMenu1[29]="";	// Arrow right
	PopMenu1[30]=0;			// Arrow Width
	PopMenu1[31]=00;			// Arrow Height
	PopMenu1[32]="";	// Arrow down
	PopMenu1[33]=00;			// Arrow Width
	PopMenu1[34]=0;			// Arrow Height
	PopMenu1[35]="";	// Arrow left
	PopMenu1[36]=0;			// Arrow Width
	PopMenu1[37]=0;			// Arrow Height
	PopMenu1[38]=0;			// Keep selected path highlighted
	PopMenu1[39]=8;			// Top padding
	PopMenu1[40]=10;			// Left padding
	PopMenu1[41]=0;			// Unfold On Click



//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

	PopMenu1_1=new Array("Home","/","/images/homepage/navbar.gif",0,34,65);
	PopMenu1_2=new Array("Products","","/images/homepage/navbar.gif",9,34,85);
		PopMenu1_2_1=new Array("Assembleon","/productlanding.php?pg=assembleon&lg=en","",0,34,110);
		PopMenu1_2_2=new Array("Fuji","/productlanding.php?pg=fuji&lg=en","",0,34,110);
		PopMenu1_2_3=new Array("JUKI","/productlanding.php?pg=juki&lg=en","",0,34,110);
		PopMenu1_2_4=new Array("MYDATA","/productlanding.php?pg=mydata&lg=en","",0,34,110);
		PopMenu1_2_5=new Array("Panasonic","/productlanding.php?pg=panasonic&lg=en","",0,34,110);
		PopMenu1_2_6=new Array("Samsung","/productlanding.php?pg=samsung&lg=en","",0,34,110);
		PopMenu1_2_7=new Array("Siemens","/productlanding.php?pg=siemens&lg=en","",0,34,110);
		PopMenu1_2_8=new Array("Universal","/productlanding.php?pg=universal&lg=en","",0,34,110);
		PopMenu1_2_9=new Array("YAMAHA","/productlanding.php?pg=yamaha&lg=en","",0,34,110);
	PopMenu1_3=new Array("Support","/about.php?lg=en&grp=support","/images/homepage/navbar.gif",0,34,80);
	PopMenu1_4=new Array("About Us","/about.php?lg=en&grp=about","/images/homepage/navbar.gif",0,34,85);
	PopMenu1_5=new Array("Contact","/about.php?lg=en&grp=contact","/images/homepage/navbar.gif",0,34,80);
	PopMenu1_6=new Array("Login","","/images/homepage/navbar.gif",3,34,70);
		PopMenu1_6_1=new Array("Login","/login.php","",0,34,120);
		PopMenu1_6_2=new Array("Register","/contactform.php?lg=en&grp=register","",0,34,120);
		PopMenu1_6_3=new Array("Supplier Login","/suppliers/info_page.php","",0,34,120);


