//(c) Ger Versluis 2000 version 4.1, 3 May 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;

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

PopMenu1=new Array(42);
	PopMenu1[0]=10;				// number of main items
	PopMenu1[1]=6;				// Left position
	PopMenu1[2]=-0;				// Top position
	PopMenu1[3]='#eaeaea';		// Normal font color			WHITE
	PopMenu1[4]='#5B6583';		// Normal back color			#4F5C77
	PopMenu1[5]='white';		// High font color				#f0e68c
	PopMenu1[6]='#5B6583';		// High back color 828ac8'		#4F5C77
	PopMenu1[7]='#e3e3e3';		// Border color					#4F5C77
	PopMenu1[8]='arial';		// Fontfamily
	PopMenu1[9]=1;				// Bold
	PopMenu1[10]=0;				// Italic
	PopMenu1[11]=8;				// Font size
	PopMenu1[12]=1;				// First line horizontal
	PopMenu1[13]=1;				// First line permanent visible
	PopMenu1[14]=1;				// Border width
	PopMenu1[15]='left';		// Text align 'left', 'center' or 'right'
	PopMenu1[16]=.25;			// Horizontal overlap
	PopMenu1[17]=.25;			// Vertical overlap
	PopMenu1[18]=100;			// Delay
	PopMenu1[19]=0;				// Right to left unfold
	PopMenu1[20]='sc001';		// Target div
	PopMenu1[21]=0;				// Border between elements
	PopMenu1[22]='left';		// Menu horizontal centered 'left', 'center' or 'right'
	PopMenu1[23]='top';			// Menu vertical centered 'top', 'center' or 'bottom'
	PopMenu1[24]='#474747';		// Normal fontcolor sub items		#4F5C77
	PopMenu1[25]='e3e3e3';		// Normal back color sub items		white
	PopMenu1[26]='#5B6583';		// High font color sub items		white
	PopMenu1[27]='white';		// High back color sub items		#4F5C77
	PopMenu1[28]='#8f8f8f';		// Border color sub items			#8f8f8f
	PopMenu1[29]='../../Global/JavaScript/PopUpMenu/LogArea/tri.gif';			// Arrow right
	PopMenu1[30]=5;				// Arrow Width
	PopMenu1[31]=10;			// Arrow Height
	PopMenu1[32]='../../Global/JavaScript/PopUpMenu/LogArea/tridownW.gif'; 	// Arrow down
	PopMenu1[33]=10;			// Arrow Width
	PopMenu1[34]=5;				// Arrow Height
	PopMenu1[35]='../../Global/JavaScript/PopUpMenu/LogArea/trileft.gif';		// Arrow left
	PopMenu1[36]=5;				// Arrow Width
	PopMenu1[37]=10;			// Arrow Height
	PopMenu1[38]=1;				// Keep selected path highlighted
	PopMenu1[39]=0;				// Top padding
	PopMenu1[40]=5;				// 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','http://www.jm-solutions.com/Home/JMSolutions/index.php','',0,15,39);
	
	PopMenu1_2=new Array("|",'','',0,15,10);
	PopMenu1_3=new Array("LogIn",'https://www.jm-solutions.com/Global/Log/Login00.php','',0,15,38);
	
	PopMenu1_4=new Array("|",'','',0,15,10);
	PopMenu1_5=new Array("Register",'https://www.jm-solutions.com/Global/Log/register01.php','',0,15,54);
	
	PopMenu1_6=new Array("|",'','',0,15,10);	
	PopMenu1_7=new Array("Edit Profile",'https://www.jm-solutions.com/Global/Log/editprofile01.php','',0,15,66);
	
	PopMenu1_8=new Array("|",'','',0,15,10);
	PopMenu1_9=new Array("Send Password",'https://www.jm-solutions.com/Global/Log/sendemail01.php','',0,15,100);
	
	PopMenu1_10=new Array("",'','',0,15,450);



			

