/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#03AFEF';			// Background color when mouse is not over
	var LowSubBgColor='#03AFEF';			// Background color when mouse is not over on subs
	var HighBgColor='#43F0FF';			// Background color when mouse is over
	var HighSubBgColor='#43F0FF';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=9;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=-7;				// Menu offset x coordinate
	var StartLeft=-3;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	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='MenuPos';				// 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
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}



//*****************************EXAMPLE************
// Menu2=new Array("Products","#","",2);
//	Menu2_1=new Array("Acid Precipitation Sampler","#","",5,20,180);	
//		Menu2_1_1=new Array("TE-78-100 APS-Acid Precipitation","#","",0,20,150);
//		Menu2_1_2=new Array("ABCNews","http://www.abcnews.com","",0);
//		Menu2_1_3=new Array("MSNBC","http://www.msnbc.com","",0);
 //               Menu2_1_4=new Array("CBSNews","http://www.cbsnews.com","",0);
//                Menu2_1_5=new Array("Canadian News","http://news.bbc.co.uk","",2);
  //                        Menu2_1_5_1=new Array("Vancouver Sun","http://www.vancouversun.com","",0,20,150);
 //                         Menu2_1_5_2=new Array("CTV News","http://www.ctvnews.com","",0);
	//***************************************************
// Example of javascript used in hyperlink
// Menu5=new Array("Other","javascript:top.location.href='blank.htm'","",1);
	
// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"


Menu1=new Array("Home","index.asp","",0,20,94);

Menu2=new Array("Products","#","",16,"","");


	Menu2_1=new Array("Canister Samplers and Formaldehyde Samplers","#","",3,35,180);
			Menu2_1_1=new Array("TE-323 Canister Type","3-channel-canister-sampler-for-VOC-TE-323.asp","",0,20,225);
			Menu2_1_2=new Array("TE-423 3-Channel Carbonyl Sampler","carbonyl_sampler.asp","",0,20,200);
			Menu2_1_3=new Array("TE-123 Canister Sampler","Canister-Sampler-TE-123.asp","",0,20,200);
	

	Menu2_2=new Array("PUF (PolyUrethane Foam) Sampler","#","",3,35);
		Menu2_2_1=new Array("PUF + and PUF + BL Controllers","Polyurethane-foam-sampler-PUF-Sampler.asp","",0,20,200);
		Menu2_2_2=new Array("TE-PNY1123 Accuvol Modified PUF","tegpny1123.asp","",0,20,200);
		Menu2_2_3=new Array("TE-1000 PUF (Ambient Air)","Polyurethane-Foam-Sampler-TE-1000.asp","",0,20,200);	
			
			
	Menu2_3=new Array("VOC Ambient Monitors Active and Passive","#","",3,35);
			Menu2_3_1=new Array("TE-1000 PUF (Ambient Air)","Polyurethane-Foam-Sampler-TE-1000.asp","",0,20,200);
			Menu2_3_2=new Array("PUF + and PUF + BL Controllers","Polyurethane-foam-sampler-PUF-Sampler.asp","",0,20,200);
			Menu2_3_3=new Array("TE-PNY1123 Accuvol Modified PUF","tegpny1123.asp","",0,20,200);
		
//*********************Double Tier
	Menu2_4=new Array("High Volume Ambient Air Samplers TSP/PM10/PM2.5","#","",3,35);
			Menu2_4_1=new Array("High Volume TSP Total Suspended Particulate Sampler","#","",8,35,210);
				Menu2_4_1_1=new Array("High Vol Plus","TSP-high-volume-lead-sampler.asp","",0,20,200);
				Menu2_4_1_2=new Array("TE-5000 High Volume TSP","TSP-high-volume-lead-sampler-TE-5000.asp","",0,20,200);
				Menu2_4_1_3=new Array("TE-5170 High Volume TSP","high-volume-lead-sampler-TE-5170.asp","",0,20,200);
				Menu2_4_1_4=new Array("TE-5170D MFC TSP High Volume","TSP-high-volume-air-sampler-TE-5170D.asp","",0,20,200);
				Menu2_4_1_5=new Array("TE-5170V High Volume TSP","high-vol-lead-sampler-TE-5170v.asp","",0,20,200);
				Menu2_4_1_6=new Array("TE-8550 Sampl-Saver","fugitive-dust-reduction.asp","",0,20,200);
				Menu2_4_1_7=new Array("TE-5200 Tri-Pod High Volume","TSP-high-volume-air-sampler-tri-pod-Te-5200.asp","",0,20,200);
				Menu2_4_1_8=new Array("TE-230 High Volume Impactor","High-volume-cascade-impactor-TE-230.asp","",0,20,200);
			Menu2_4_2=new Array("High Volume PM10 Particulate Sampler","#","",6,35,210);
				Menu2_4_2_1=new Array("High Vol Plus","TSP-high-volume-lead-sampler.asp","",0,20,200);
				Menu2_4_2_2=new Array("TE-6070 High Volume PM-10","PM10-high-volume-air-sampler-TE-6070.asp","",0,20,200);
				Menu2_4_2_3=new Array("TE-6070D High Volume PM-10","Reference-method-PM10-TE-6070D.asp","",0,20,200);
				Menu2_4_2_4=new Array("TE-6070DV High Volume PM-10","PM10-mass-flow-control-TE-6070V.asp","",0,20,200);
				Menu2_4_2_5=new Array("TE-6070V High Volume PM-10","te-6070v.asp","",0,20,200);
				Menu2_4_2_6=new Array("TE-230 High Volume Impactor","High-volume-cascade-impactor-TE-230.asp","",0,20,200);
			Menu2_4_3=new Array("High Volume PM2.5 Particulate Sample","#","",1,35,210);
				Menu2_4_3_1=new Array("PM 2.5 High Volume","PM25-high-volume-ambient-air-sampler.asp","",0,20,200);
//****************************************************************************				
		Menu2_5=new Array("Digital Timers","#","",2,20);
		Menu2_5_1=new Array("TE-303 Digital Timer Plus","Digital-timer-for-TSP-TE-303.asp","",0,33,200);
		Menu2_5_2=new Array("TTE-303 TP Digital Timer Plus","digital-timer-for-TSP-TE-303TP.asp","",0,33,200);			
//****************************************************************************		
	Menu2_6=new Array("Filter Media and Consumables","consumables.asp","",0,20);

		
		
	Menu2_7=new Array("Industrial Hygiene Sampler, Enzymes","#","",1,35);
		Menu2_7_1=new Array("TE-2000PS Industrial Hygiene","Enzyme-sampler-Industrial-hygiene-air-sampler-TE-2000.asp","",0,20,200);
		
		
		
	Menu2_8=new Array("Passive Air Sampler","#","",2,20);
		Menu2_8_1=new Array("TE-200-PAS Outdoor Passive Air Sampler","indoor-passive-air-sampler-TE-200-TE-300.asp","",0,33,200);
		Menu2_8_2=new Array("TE-300-PAS Indoor Passive Air Sampler","indoor-passive-air-sampler-TE-200-TE-300.asp","",0,33,200);
				
		
	Menu2_9=new Array("Impactors Biological, Non Viable, Personal","#","",3,35);
		Menu2_9_1=new Array("TE-230 High Volume Impactor","High-volume-cascade-impactor-TE-230.asp","",0,20,200);
		Menu2_9_2=new Array("TE-10-800 Series Ambient Viable Microbial Sampler","Ambient-Viable-Impactor-Cascade-Sampler-Impactor-TE-10-800.asp","",0,33,200);
		Menu2_9_3=new Array("TE-20-800 Series Ambient Non-Viable Sampler","Ambient-air-sampler-particulate-sizing-instrument-Te-20-800.asp","",0,33,200);
		
		
	Menu2_10=new Array("Personal Impactor","#","",1,20);
		Menu2_10_1=new Array("TE-298 Personal Impactor","Personal-Cascade-Impactor-TE-298.asp","",0,20,200);
		
	Menu2_11=new Array("Federal Reference Method PM2.5","#","",2,35);
		Menu2_11_1=new Array("PQ200120 (120 volt) Ambient Air Monitor ","PQ200-Ambient-Air-Monitor.asp","",0,20,250);
		Menu2_11_2=new Array("PQ200240 (240 volt) Ambient Air Monitor ","PQ200-Ambient-Air-Monitor.asp","",0,20,250);

		
	Menu2_12=new Array("Air Flow Calibrators","#","",1,20);
		Menu2_12_1=new Array("DeltaCal DC1","dc1.asp","",0,20,200);
		
	Menu2_13=new Array("Gas Sampling Bags","#","",1,20);
		Menu2_13_1=new Array("Gas Sampling Bags","Gas-Bag-Samplers.asp","",0,20,200);
		
					
	Menu2_14=new Array("Gas Analyzers","#","",3,20);
		Menu2_14_1=new Array("SA-633 Kimoto Gas Analyzers","Kimoto-Electric-Sulfur-Dioxides-Analyzer.asp","",0,20,200);
		Menu2_14_2=new Array("OA-683 Kimoto Gas Analyzers","Kimoto-Electric-Ozone-Analyzer.asp","",0,20,200);
		Menu2_14_3=new Array("NA-623 Kimoto Gas Analyzers","Kimoto-Electric-Nitrogen-Oxides-Analyzer.asp","",0,20,200);
		
		
	Menu2_15=new Array("Acid Precipitation Sampler","#","",1,20);
		Menu2_15_1=new Array("TE-78-100 APS-Acid Precipitation","Atmospheric-Precipitation-Sample-Acid-Precipitation-Sampler-TE-78-100.asp","",0,20,150);
			
	Menu2_16=new Array("Continuous Particulate Monitors","#","",3,35);
		Menu2_16_1=new Array("SPM 613","Kimoto-Electric-Continuous-Particulate-Monitoring-Device.asp","",0,20,200);
		Menu2_16_2=new Array("SPM 613D","Kimoto-Electric-Dichotomous-Monitor-Virtual-Impactor.asp","",0,20,200);
		Menu2_16_3=new Array("SM200 Sampler PM10/PM2.5","gravimetric-sampler-particulate-matter.asp","",0,20,200);
		

		

Menu3=new Array("Rentals","high-volume-air-sampling-rentals.asp","","","",80);

Menu4=new Array("EPA Documents","index8.asp","","","",100);

Menu5=new Array("Quality/Warranty","quality.asp","","","",103);
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);

Menu6=new Array("Contact Us","contactus.asp","",0);

Menu7=new Array("About Us","aboutus.asp","",0);

Menu8=new Array("Distributors","distributors2.asp","",0);

