	var NoOffFirstLineMenus=7;			// Number of main menu  items
	var LowBgColor="#346898";			// Background color when mouse is not over
	var HighBgColor="#A9C9EE";			// Background color when mouse is over
	var FontLowColor="white";			// Font color when mouse is not over
	var FontHighColor="black";			// Font color when mouse is over
	var BorderColor="black";			// Border color
	var BorderWidthMain=1;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=1;			// Borderwidth between elements
	var BorderBtwnSub=1;			// Borderwidth between elements sub items
	var FontFamily="arial";	// Font family menu items
	var FontSize=11;				// 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 can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.15;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.5;			// vertical overlap child/ parent
	var StartTop=110;
	var StartLeft=0;
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=8;				// Left padding
	var TopPaddng=3;			// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="";				// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="http://www.src-medical.com/";
	var Arrws=[BaseHref+"",0,0,BaseHref+"",0,0,BaseHref+"",0,0,BaseHref+"",0,0];
	var MenuUsesFrames=0;
	var OverFormElements=1;			// Set this to 0 when the menu does not need to cover form elements.
	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0
	var MenuSlide="";
	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=2)";
	var MenuOpacity="";

	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,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","index.html","",0,35,47,"","","","","","",-1,-1,-1,"","Text description");
Menu2=new Array("Sales","","",3,0,45,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("Featured Products","","",14,20,150,"","","","","","",-1,-1,-1,"","");
		Menu2_1_1=new Array("Combi Cath Deep Lung Catheters","Deep_Lung_Catheters.html","",0,20,265,"","","","","","",-1,-1,-1,"","");
		Menu2_1_2=new Array("Dymedso Airway Clearance Device","dymedso.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_3=new Array("Mercury Medical CO2 Detectors","CO2_Detectors.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_4=new Array("Mercury Medical CPR & Hyperinflation Bags","","",2,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_1_4_1=new Array("CPR Bags","CPR_Bags.html","",0,20,125,"","","","","","",-1,-1,-1,"","");
			Menu2_1_4_2=new Array("Hyperinflation Bags","Hyperinflation_Bags.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_5=new Array("Mercury Medical Intubation Products","","",4,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_1_5_1=new Array("Intubating Laryngeal Airways (ILAs)","Intubating_Laryngeal_Airways.html","",0,20,215,"","","","","","",-1,-1,-1,"","");
			Menu2_1_5_2=new Array("ILA Removal Styletes","ILA_Removal_Styletes.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_1_5_3=new Array("air Vu Rigid Fiber Optic Scope","air_Vu_Rigid_Fiber.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_1_5_4=new Array("air Q Disposable Laryngeal Mask","Air_Q_Disposable.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_6=new Array("Newport Medical Critical Care Ventilators","","",2,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_1_6_1=new Array("e500","Critical_Care_Ventilator.html","",0,20,100,"","","","","","",-1,-1,-1,"","");
			Menu2_1_6_2=new Array("e360","Ventilator_e360.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_7=new Array("Newport Medical Portable Ventilator","Portable_Ventilator.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_8=new Array("ResMed APAPs, CPAPs, Bilevels","APAP_CPAP.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_9=new Array("Mass Casualty / Pandemic Flu Ventilator ","Sales/Ventilators/PC-904a.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_10=new Array("Pulmodyne BiTrac Masks & Circuits","Sales/Pulmodyne/PC026.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_11=new Array("Pulmodyne ValueTrac Masks & Circuits","Sales/Pulmodyne/PC027.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_12=new Array("Pulmodyne BiTrac Shields","Sales/Pulmodyne/PC028.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_13=new Array("Mercury Medical FlowSafe CPAP System","Sales/Mercury/MMP030.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_1_14=new Array("Clarus Airway Management Stylets & Scopes","","",4,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_1_14_1=new Array("Clarus Video System","Sales/Clarus/CM-001.html","",0,20,180,"","","","","","",-1,-1,-1,"","");
			Menu2_1_14_2=new Array("Shikani Optical Stylets","Sales/Clarus/CM-002.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_1_14_3=new Array("Levitan Optical Stylet","Sales/Clarus/CM-003.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_1_14_4=new Array("Clarus Pocket Scope","Sales/Clarus/CM-004.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu2_2=new Array("All Products","","",25,0,0,"","","","","","",-1,-1,-1,"","");	
		Menu2_2_1=new Array("Air Compressors","","",2,20,265,"","","","","","",-1,-1,-1,"","");
			Menu2_2_1_1=new Array("Portable/Nebulizer Compressors","Sales/AirCompressors/PC-801a.html","",0,20,205,"","","","","","",-1,-1,-1,"","");
			Menu2_2_1_2=new Array("Large/Ventilator Compressors","Sales/AirCompressors/PC-801b.html","",0,0,0,"","","","","","",-1,-1,-1,"","");		
	  	Menu2_2_2=new Array("Air/Oxygen Blenders","","",3,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_2_1=new Array("High & Low Flow Blenders","Sales/082508/PC-002aHighLowFlowBlenders.html","",0,20,205,"","","","","","",-1,-1,-1,"","");
			Menu2_2_2_2=new Array("Blenders w/Analyzers","Sales/082508/PC-004aBlenderAnalyzer.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_2_3=new Array("Blender Accessories","Sales/082508/PC-005aBlenderAccessories.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_3=new Array("Air/Oxygen Hoses & Fittings","","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_4=new Array("CO2 Detectors","PDF/PC-006.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_5=new Array("CPAPs, APAPs & BiLevels","PDF/PC-007.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_6=new Array("Diagnostic Tools","","",4,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_6_1=new Array("Nasal Aspiration Kits","PDF/PC-008.pdf","",0,20,205,"","","","","","",-1,-1,-1,"","");
			Menu2_2_6_2=new Array("Deep Lung Catheters","PDF/PC-009.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_6_3=new Array("Obstructive Sleep Apnea Screener","PDF/PC-024.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_6_4=new Array("Mercury Medical NIFometer","PDF/Nifometer.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");				
		Menu2_2_7=new Array("Disinfecting Products","","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_8=new Array("Filters","","",2,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_8_1=new Array("HME & CircuitGuard Filters","Sales/Filters/PC-803a.html","",0,20,205,"","","","","","",-1,-1,-1,"","");
			Menu2_2_8_2=new Array("Ventilator Insp/Exp Filters","Sales/Filters/PC-803b.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_9=new Array("Flowmeters & Regulators","","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_10=new Array("Vapotherm High Flow O2 System","Sales/082508/FPP-030a-Vapotherm.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_11=new Array("Intubation Products","","",8,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_11_1=new Array("Air-Q Disposable Laryngeal Mask","PDF/PC-016.pdf","",0,20,205,"","","","","","",-1,-1,-1,"","");
			Menu2_2_11_2=new Array("Air-Vu Intubating Scope","PDF/PC-017.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_11_3=new Array("Intubating Laryngeal Masks (ILA)","PDF/PC-019.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_11_4=new Array("ILA Removal Stylets","PDF/PC-020.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");	
			Menu2_2_11_5=new Array("Laryngoscope Blades & Handles","","",0,0,0,"","","","","","",-1,-1,-1,"","");	
			Menu2_2_11_6=new Array("Elevation Pillows","","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_11_7=new Array("CO2 Detectors","PDF/PC-015.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");	
			Menu2_2_11_8=new Array("Intubating Foam Tooth Guard","PDF/PC-014.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");	
		Menu2_2_12=new Array("Masks & Cannulas","","",8,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_12_1=new Array("Vented Disposable Masks","Sales/Pulmodyne/PC026.html","",0,20,205,"","","","","","",-1,-1,-1,"","");
			Menu2_2_12_2=new Array("Vented Reusable Masks","","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_12_3=new Array("Non-Vented Disposable Masks","Sales/Pulmodyne/PC026.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_12_4=new Array("Non-Vented Reusable Masks","","",0,0,0,"","","","","","",-1,-1,-1,"","");	
			Menu2_2_12_5=new Array("Nasal Cannulas","","",0,0,0,"","","","","","",-1,-1,-1,"","");	
			Menu2_2_12_6=new Array("NCPAP Seals & Cannula Holders","Sales/082508/PC-802aBeevers.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_12_7=new Array("Full Face Shields","Sales/Pulmodyne/PC028.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_12_8=new Array("Value Nasal Masks & Circuits ","Sales/Pulmodyne/PC027.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_13=new Array("CAS Medical Multi Parameter Monitors","Multi_Parameter_Monitors.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_14=new Array("Nebulizers","","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_15=new Array("Oxygen Analyzers & Sensors","","",2,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_15_1=new Array("Analyzers","PDF/PC-031.pdf","",0,20,205,"","","","","","",-1,-1,-1,"","");
			Menu2_2_15_2=new Array("Sensors","","",0,0,0,"","","","","","",-1,-1,-1,"","");	
		Menu2_2_16=new Array("Oxygen Concentrators","","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_17=new Array("Percussors","","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_18=new Array("Pulse Oximeters & Sensors","","",5,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_18_1=new Array("Finger Pulse Oximeters","PDF/PC-011.pdf","",0,20,205,"","","","","","",-1,-1,-1,"","");
			Menu2_2_18_2=new Array("Table Top Pulse Oximeters","","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_18_3=new Array("Handheld Pulse Oximeters","PDF/PC-030.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_18_4=new Array("Reusable Oximeter Sensors","","",0,0,0,"","","","","","",-1,-1,-1,"","");	
			Menu2_2_18_5=new Array("Disposable Oximeter Sensors","","",0,0,0,"","","","","","",-1,-1,-1,"","");	
		Menu2_2_19=new Array("Resucitation Products","","",3,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_19_1=new Array("CPR Bags","PDF/PC-012.pdf","",0,20,205,"","","","","","",-1,-1,-1,"","");
			Menu2_2_19_2=new Array("Hyperinflation Bags","PDF/PC-013.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_19_3=new Array("CO2 Detectors","PDF/PC-015.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_20=new Array("Stands, Poles, Arms & Brackets","","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_21=new Array("Vacuum/Aspirator Products","","",2,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_21_1=new Array("Portable Aspirators","Sales/Vacuum-Aspirator/PC-033a Portable Aspirators.html","",0,20,205,"","","","","","",-1,-1,-1,"","");
			Menu2_2_21_2=new Array("Vacuum Regulators","Sales/Vacuum-Aspirator/PC-032a Vacuum Regulators.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_22=new Array("Ventilators","","",6,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_22_1=new Array("Critical Care Ventilators","PDF/PC-026.pdf","",0,20,205,"","","","","","",-1,-1,-1,"","");
			Menu2_2_22_2=new Array("Home Care Ventilators","PDF/PC-025.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_22_3=new Array("Portable Ventilators","PDF/PC-025.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_22_4=new Array("Subacute Ventilators","PDF/PC-025.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");	
			Menu2_2_22_5=new Array("Transport Ventilators","PDF/PC-025.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");	
			Menu2_2_22_6=new Array("Mass Casualty / Pandemic Flu Ventilator ","Sales/Ventilators/PC-904a.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_2_23=new Array("Ventilator Accessories","","",6,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_23_1=new Array("Patient Circuits","","",0,20,205,"","","","","","",-1,-1,-1,"","");
			Menu2_2_23_2=new Array("Heat & Moisture Exchangers (HME)","","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_23_3=new Array("Filters","","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_23_4=new Array("Humidifiers","","",0,0,0,"","","","","","",-1,-1,-1,"","");	
			Menu2_2_23_5=new Array("Connectors & Adapters","","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_23_6=new Array("Support Arms","PDF/PC-018.pdf","",0,0,0,"","","","","","",-1,-1,-1,"","");	
		Menu2_2_24=new Array("Disposable CPAP Systems","Sales/Mercury/MMP030.html","",0,0,0,"","","","","","",-1,-1,-1,"","");	
		Menu2_2_25=new Array("Clarus Airway Management Stylets & Scopes","","",4,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_25_1=new Array("Clarus Video System","Sales/Clarus/CM-001.html","",0,20,180,"","","","","","",-1,-1,-1,"","");
			Menu2_2_25_2=new Array("Shikani Optical Stylets","Sales/Clarus/CM-002.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_25_3=new Array("Levitan Optical Stylet","Sales/Clarus/CM-003.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
			Menu2_2_25_4=new Array("Clarus Pocket Scope","Sales/Clarus/CM-004.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array("Product Promotions","","",4,0,0,"","","","","","",-1,-1,-1,"","");	
		Menu2_3_1=new Array("F&P Infant Warmers","Sales/Promotions/InfantWarmers.html","",0,20,200,"","","","","","",-1,-1,-1,"","");	
		Menu2_3_2=new Array("F&P CosyCot Warmers","Sales/Promotions/CosyCots.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu2_3_3=new Array("Medical Illumination Exam Lights","Sales/Promotions/ExamLights.html","",0,0,0,"","","","","","",-1,-1,-1,"","");	
		Menu2_3_4=new Array("Refurbished Air/Oxygen Blenders","Sales/Promotions/RefurbishedAirBlenders.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
Menu3=new Array("Rentals","","",19,0,56,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Rental Programs","Rentals/R-025a.html","",0,20,250,"","","","","","",-1,-1,-1,"","");	
	Menu3_2=new Array("Ventilators","","",5,0,0,"","","","","","",-1,-1,-1,"","");	
		Menu3_2_1=new Array("Adult","Rentals/R-020.html","",0,20,125,"","","","","","",-1,-1,-1,"","");
		Menu3_2_2=new Array("Infant","Rentals/R-021.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_2_3=new Array("Portable/Homecare","Rentals/R-022.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_2_4=new Array("Subacute/LTAC","Rentals/R-022.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
		Menu3_2_5=new Array("Transport","Rentals/R-023.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_3=new Array("Vapotherm High Flow O2 Systems","Rentals/R-008.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_4=new Array("Airway Clearance Devices","Rentals/R-002.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_5=new Array("APAPs & CPAPs","Rentals/R-003.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_6=new Array("BiLevels & BiPAPs","Rentals/R-004.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_7=new Array("OSA Screeners","Rentals/R-005.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_8=new Array("Infant Flow Drivers / Nasal CPAPs","Rentals/R-009.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_9=new Array("Air & Nebulizer Compressors","Rentals/R-001.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_10=new Array("Portable Aspirators","Rentals/R-006.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_11=new Array("Heated Humidifiers","Rentals/R-007.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_12=new Array("Oxygen Blenders","Rentals/R-010.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_13=new Array("Oxygen Concentrators","Rentals/R-017.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_14=new Array("Pulse Oximeters","Rentals/R-011.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_15=new Array("Percussors","Rentals/R-012.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_16=new Array("Transcutaneous pCO2/pO2 Monitors","Rentals/R-013.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_17=new Array("Cardiac Output Monitors","Rentals/R-014.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_18=new Array("Multi-Parameter Patient Monitors","Rentals/R-015.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
	Menu3_19=new Array("End Tidal CO2 Monitors","Rentals/R-016.html","",0,0,0,"","","","","","",-1,-1,-1,"","");
Menu4=new Array("Service","Service.html","",0,0,56,"","","","","","",-1,-1,-1,"","");
Menu5=new Array("Associates   & Partners","Associates.html","",0,0,78,"","","","","","",-1,-1,-1,"","");
Menu6=new Array("About Us","About_Us.html","",0,0,65,"","","","","","",-1,-1,-1,"","");
Menu7=new Array("Contact Us","Contact_Us.html","",0,0,74,"","","","","","",-1,-1,-1,"","");