/*	(c) Ger Versluis 2000 version 5 9 October 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#91B234';			// Background color when mouse is not over
	var LowSubBgColor='#4F6897';			// Background color when mouse is not over on subs
	var HighBgColor='#4F6897';			// Background color when mouse is over
	var HighSubBgColor='#91B234';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='#91B234';			// Border color
	var BorderSubColor='#FFFFFF';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial"	// Font family menu items
	var FontSize=7.5;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=-.01;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.01;			// vertical overlap child/ parent
	var StartTop=93;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=9;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("About Us","about-us.htm","",0,18,80);

Menu2=new Array("Products","","",6,18,83);

	Menu2_1=new Array("Freezers","#","",1,20,140);	
		Menu2_1_1=new Array("-20°C Manual Defrost","prod_freez-20-manual-defrost.htm","",0,20,163);	

	Menu2_2=new Array("Refrigerators","#","",5,20,140);	
		Menu2_2_1=new Array("Lab & Chromatography","prod_refr-lab-chrom.htm","",0,20,230);	
		Menu2_2_2=new Array("Constant Temperature Refrigerators","prod_refr-constant.htm","",0,20,220);	
		Menu2_2_3=new Array("Pharmacy Refrigerators","prod_refr-pharmacy.htm","",0,20,92);	
		Menu2_2_4=new Array("Pass-Thru Pharmacy Refrigerators","prod_refr-passthru.htm","",0,20,92);	
		Menu2_2_5=new Array("Safety Refrigerators","prod_refr-safety.htm","",0,20,92);	
		
	Menu2_3=new Array("Under Counter","prod_undercounter.htm","",0,20,92);	

	Menu2_4=new Array("Incubators","#","",3,20,92);	
		Menu2_4_1=new Array("Refrigerated Incubators","prod_incubators-refrig.htm","",0,20,270);	
		Menu2_4_2=new Array("Non-Refrigerated Incubators","prod_incubators-non.htm","",0,20,270);
		Menu2_4_3=new Array("Humidified Incubators","prod_incubators_humidified.htm","",0,20,92);	

	Menu2_5=new Array("Stability","#","",2,20,92);	
		Menu2_5_1=new Array("Photostability Chamber","prod_stability-photostability.htm","",0,20,215);
		Menu2_5_2=new Array("Temperature/Humidity Stability","prod_stability-temp.htm","",0,20,215);	

	Menu2_6=new Array("Growth Chambers","#","",4,20,92);	
		Menu2_6_1=new Array("Plant Growth/Seed Germination","prod_growth-plant-seed.htm","",0,20,220);		
		Menu2_6_2=new Array("Drosophila and Small Insect","prod_growth-drosophila.htm","",0,20,220);	
		Menu2_6_3=new Array("Rodent","prod_growth-rodent.htm","",0,20,92);	
		Menu2_6_4=new Array("Protein Crystal","prod_growth-protein.htm","",0,20,92);	

Menu3=new Array("Accessories","accessories.htm","",0,18,93);	

Menu4=new Array("Applications","applications.htm","",0,18,95);

Menu5=new Array("GSA","gsa.htm","",0,18,50);

Menu6=new Array("Contact Us","contact-us.htm","",0,18,86);

Menu7=new Array("Home","index.htm","",0,18,58);



