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