//(c) Ger Versluis 2000 version 4.1, 3 May 2002
// Notation of PopMenu2 is different from PopMenu2.
	// Globals
	var PopNoOffMenus=1;

PopMenu2=new Array(42);
	PopMenu2[0]=1;			// number of main items
	PopMenu2[1]=0;			// Left position
	PopMenu2[2]=0;			// Top position
	PopMenu2[3]='#ffffcc';		// Normal font color
	PopMenu2[4]='#990000';		// Normal back color
	PopMenu2[5]='#990000';		// High font color
	PopMenu2[6]='#ffffcc';		// High back color
	PopMenu2[7]='black';		// Border color
	PopMenu2[8]="verdana,arial,comic sans ms,technical";	// Fontfamily
	PopMenu2[9]=1;			// Bold
	PopMenu2[10]=0;			// Italic
	PopMenu2[11]=8;			// Font size
	PopMenu2[12]=0;			// First line horizontal
	PopMenu2[13]=1;			// First line permanent visible
	PopMenu2[14]=0;			// Border width
	PopMenu2[15]='right';			// Text align 'left', 'center' or 'right'
	PopMenu2[16]=.25;			// Horizontal overlap
	PopMenu2[17]=.25;			// Vertical overlap
	PopMenu2[18]=100;			// Delay
	PopMenu2[19]=0;			// Right to left unfold
	PopMenu2[20]='tmax_3a_nav';		// Target div
	PopMenu2[21]=0;			// Border between elements
	PopMenu2[22]='left';			// Menu horizontal centered 'left', 'center' or 'right'
	PopMenu2[23]='top';			// Menu vertical centered 'top', 'center' or 'bottom'
	PopMenu2[24]='#ffffcc';		// Normal fontcolor sub items
	PopMenu2[25]='#990000';		// Normal back color sub items
	PopMenu2[26]='#990000';		// High font color sub items
	PopMenu2[27]='#ffffcc';		// High back color sub items
	PopMenu2[28]='black';		// Border color sub items
	PopMenu2[29]='';		// Arrow right
	PopMenu2[30]=5;			// Arrow Width
	PopMenu2[31]=10;			// Arrow Height
	PopMenu2[32]='';		// Arrow down
	PopMenu2[33]=10;			// Arrow Width
	PopMenu2[34]=5;			// Arrow Height
	PopMenu2[35]='';		// Arrow left
	PopMenu2[36]=5;			// Arrow Width
	PopMenu2[37]=10;			// Arrow Height
	PopMenu2[38]=1;			// Keep selected path highlighted
	PopMenu2[39]=2;			// Top padding
	PopMenu2[40]=2;			// Left padding
	PopMenu2[41]=0;			// Unfold On Click



//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);

	PopMenu2_1=new Array("<img src='images/tmax_manager_pro.gif'>","","",4,139,243);

	PopMenu2_1_1=new Array("T-MAX 3A","tmax_manager_pro.htm","",0,20,120);

	PopMenu2_1_2=new Array("Specifications","tmax_manager_pro_specs.htm","",0,20,120);
	
	PopMenu2_1_3=new Array("Manual","tmax_manager_pro_manual.htm","",0,20,120);
	
	PopMenu2_1_4=new Array("FAQS","tmax_manager_pro_faqs.htm","",0,20,120);

