
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames=0

//Menu properties   
oCMenu.pxBetween=5
oCMenu.fromLeft=5 
oCMenu.fromTop=80   
oCMenu.rows=0 
oCMenu.menuPlacement="0"
                                                             
oCMenu.offlineRoot="file:///C:\Documents and Settings\Maggi Weinhagen\My Documents\My Webs\Machovec/" 
oCMenu.onlineRoot="/" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="../coolmenus4v/cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX=0 
oCMenu.barY=0
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be specified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=120
oCMenu.level[0].height=18 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=1
oCMenu.level[0].offsetY=5
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="right"

//dynamic effect (controllable for each level)
oCMenu.level[0].clippx=2
oCMenu.level[0].cliptim=3
//special animation filters (IE5.5+ only, controllable for each level)
oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.4)"

//Other special animation filters (IE5.5+ only, controllable for each level)
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Barn(duration=0.5,orientation=horizontal)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Blinds(duration=0.5,bands=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.CheckerBoard(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.GradientWipe(duration=0.5,wipeStyle=0)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=STAR)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=CIRCLE)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Pixelate(duration=0.5,maxSquare=40)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Spiral(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Stretch(duration=0.5,stretchStyle=push)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Strips(duration=0.5,motion=rightdown)"


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=140
oCMenu.level[1].height=18
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=0
oCMenu.level[1].borderY=0
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
//dynamic effect
oCMenu.level[1].clippx=2
oCMenu.level[1].cliptim=3
//special animation filters
oCMenu.level[1].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.4)" 


//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to specify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=170
oCMenu.level[2].height=18
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"
oCMenu.level[2].clippx=2
oCMenu.level[2].cliptim=3
oCMenu.level[2].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.4)" 

//EXAMPLE SUB LEVEL[3] PROPERTIES - You have to specify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[3]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[3].width=170
oCMenu.level[3].height=18
oCMenu.level[3].offsetX=0
oCMenu.level[3].offsetY=0
oCMenu.level[3].regClass="clLevel1"
oCMenu.level[3].overClass="clLevel1over"
oCMenu.level[3].borderClass="clLevel1border"
oCMenu.level[3].clippx=2
oCMenu.level[3].cliptim=3
oCMenu.level[3].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.4)" 

//EXAMPLE SUB LEVEL[4] PROPERTIES - You have to specify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[4]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[4].width=170
oCMenu.level[4].height=18
oCMenu.level[4].offsetX=0
oCMenu.level[4].offsetY=0
oCMenu.level[4].regClass="clLevel2"
oCMenu.level[4].overClass="clLevel2over"
oCMenu.level[4].borderClass="clLevel2border"
oCMenu.level[4].clippx=2
oCMenu.level[4].cliptim=3
oCMenu.level[4].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.4)" 

//EXAMPLE SUB LEVEL[5] PROPERTIES - You have to specify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[5]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[5].width=170
oCMenu.level[5].height=18
oCMenu.level[5].offsetX=0
oCMenu.level[5].offsetY=0
oCMenu.level[5].regClass="clLevel1"
oCMenu.level[5].overClass="clLevel1over"
oCMenu.level[5].borderClass="clLevel1border"
oCMenu.level[5].clippx=2
oCMenu.level[5].cliptim=3
oCMenu.level[5].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.4)" 

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/
oCMenu.makeMenu('top0','','Home','http://www.machovec.com','')
	oCMenu.makeMenu('sub01','top0','Terms of Use','http://www.machovec.com/terms_of_use.htm')
	oCMenu.makeMenu('sub02','top0','Privacy Policy','http://www.machovec.com/privacy.htm')
	oCMenu.makeMenu('sub03','top0','FIRE Grants','http://www.machovec.com/fire_grants.htm')
		oCMenu.makeMenu('sub030','sub03','National Fire Plan','http://www.machovec.com/fire_grants.htm#National Fire Plan','',140,0)
		oCMenu.makeMenu('sub031','sub03','CDBG','http://www.machovec.com/fire_grants.htm#CDBG','',140,0)
		oCMenu.makeMenu('sub032','sub03','USDA','http://www.machovec.com/fire_grants.htm#USDA','',140,0)
		oCMenu.makeMenu('sub033','sub03','VFA','http://www.machovec.com/fire_grants.htm#VFA','',140,0)
		oCMenu.makeMenu('sub034','sub03','BIA','http://www.machovec.com/fire_grants.htm#BIA','',140,0)
		oCMenu.makeMenu('sub035','sub03','Minnesota Council','http://www.machovec.com/fire_grants.htm#Minnesota Council','',140,0)
	oCMenu.makeMenu('sub04','top0','Glossary','http://www.machovec.com/rope/glossary.htm')
	oCMenu.makeMenu('sub05','top0','Links','http://www.machovec.com/links.htm')

oCMenu.makeMenu('top1','','Rope','http://www.machovec.com/rope/product.htm','')
	oCMenu.makeMenu('sub10','top1','Applications','http://www.machovec.com/rope/applications.htm')
		oCMenu.makeMenu('sub100','sub10','Snow Rope Tow','http://www.machovec.com/rope/sno_tow.htm','',140,0)
			oCMenu.makeMenu('sub1000','sub100','Snow Hose','http://www.machovec.com/sno_hose.htm','',140,0)
		oCMenu.makeMenu('sub101','sub10','Merchant Marine','http://www.machovec.com/rope/applications.htm#Merchant Marine','',140,0)
		oCMenu.makeMenu('sub102','sub10','Barge Craft','http://www.machovec.com/rope/applications.htm#Barge Craft','',140,0)
		oCMenu.makeMenu('sub103','sub10','Swimming Pool','http://www.machovec.com/rope/pool_rope.htm','',140,0)
		oCMenu.makeMenu('sub104','sub10','Crowd Control','http://www.machovec.com/rope/crowd_control.htm','',140,0)
		oCMenu.makeMenu('sub105','sub10','Rigging','http://www.machovec.com/rope/sm_rigging.htm','',140,0)
		oCMenu.makeMenu('sub106','sub10','Safety','http://www.machovec.com/rope/applications.htm#Safety, Arborist, Rescue','',140,0)
		oCMenu.makeMenu('sub107','sub10','Challenge Course','http://www.machovec.com/rope/rope_course.htm','',140,0)
			oCMenu.makeMenu('sub1070','sub107','High Course','http://www.machovec.com/rope/high_course.htm','',140,0)
			oCMenu.makeMenu('sub1071','sub107','Low Course','http://www.machovec.com/rope/low_course.htm','',140,0)
		oCMenu.makeMenu('sub108','sub10','MORE','','',140,0)
			oCMenu.makeMenu('sub1080','sub108','Rescue','http://www.machovec.com/rope/applications.htm#Safety, Arborist, Rescue','',140,0)
			oCMenu.makeMenu('sub1081','sub108','Commercial Fishing','http://www.machovec.com/rope/applications.htm#Commercial Fishing','',140,0)
			oCMenu.makeMenu('sub1082','sub108','Recreational Marine','http://www.machovec.com/rope/applications.htm#Recreational Marine','',140,0)
			oCMenu.makeMenu('sub1083','sub108','Arborist','http://www.machovec.com/rope/applications.htm#Safety, Arborist, Rescue','',140,0)	
			oCMenu.makeMenu('sub1084','sub108','General Industrial','http://www.machovec.com/rope/applications.htm#General Industrial','',140,0)
			oCMenu.makeMenu('sub1085','sub108','Musher','http://www.machovec.com/rope/musher.htm','',140,0)
	oCMenu.makeMenu('sub11','top1','Education','')
		oCMenu.makeMenu('sub110','sub11','Splicing','http://www.machovec.com/rope/splicing/splicing.htm','',140,0)
			oCMenu.makeMenu('sub1100','sub110','12-Strand','','',140,0)
				oCMenu.makeMenu('sub11000','sub1100','End-to-End','http://www.machovec.com/rope/splicing/12strand_end_end.htm','',140,0)
				oCMenu.makeMenu('sub11001','sub1100','Eye-Brummell','http://www.machovec.com/rope/splicing/12strand_eye_splice.htm','',140,0)
				oCMenu.makeMenu('sub11002','sub1100','Eye-Bury','http://www.machovec.com/rope/splicing/12strand_eye_bury.htm','',140,0)
				oCMenu.makeMenu('sub11003','sub1100','Eye-Lock','http://www.machovec.com/rope/splicing/12strand_eye_lock.htm','',140,0)
				oCMenu.makeMenu('sub11004','sub1100','Eye-Tuck','http://www.machovec.com/rope/splicing/12strand_eye_tuck.htm','',140,0)
			oCMenu.makeMenu('sub1101','sub110','8-Strand','','',140,0)
				oCMenu.makeMenu('sub11010','sub1101','Tuck Class 2','http://www.machovec.com/rope/splicing/8strand_tuck_splice.htm','',140,0)
				oCMenu.makeMenu('sub11011','sub1101','Tuck Class 1','http://www.machovec.com/rope/splicing/8strand_tuck_splice1.htm','',140,0)
				oCMenu.makeMenu('sub11012','sub1101','End-to-End','http://www.machovec.com/rope/splicing/8strand_end2end.htm','',140,0)
			oCMenu.makeMenu('sub1102','sub110','3-Strand','','',140,0)
				oCMenu.makeMenu('sub11020','sub1102','Tuck','http://www.machovec.com/rope/splicing/3strand_tuck_splice.htm','',140,0)
				oCMenu.makeMenu('sub11021','sub1102','Tapered Eye','http://www.machovec.com/rope/splicing/3strand_tapered_eye_splice.htm','',140,0)
				oCMenu.makeMenu('sub11022','sub1102','Rope to Chain','http://www.machovec.com/rope/splicing/3strand_rope_chain.htm','',140,0)
				oCMenu.makeMenu('sub11023','sub1102','Back Splice','http://www.machovec.com/rope/splicing/3strand_back_splice.htm','',140,0)
				oCMenu.makeMenu('sub11024','sub1102','End to End Short','http://www.machovec.com/rope/splicing/3strand_end2end_short.htm','',140,0)
				oCMenu.makeMenu('sub11025','sub1102','Crown Splice','http://www.machovec.com/rope/splicing/3strand_crown.htm','',140,0)
			oCMenu.makeMenu('sub1103','sub110','Double Braid','','',140,0)
				oCMenu.makeMenu('sub11030','sub1103','Eye','http://www.machovec.com/rope/splicing/db_eye.htm','',140,0)
				oCMenu.makeMenu('sub11031','sub1103','Back','http://www.machovec.com/rope/splicing/db_back.htm','',140,0)
				oCMenu.makeMenu('sub11032','sub1103','End-To-End','http://www.machovec.com/rope/splicing/db_end.htm','',140,0)
				oCMenu.makeMenu('sub11033','sub1103','Core-To-Core','http://www.machovec.com/rope/splicing/db_core2core.htm','',140,0)
			oCMenu.makeMenu('sub1104','sub110','Splicing Tips','http://www.machovec.com/rope/splicing/splicing_tips.htm','',140,0)
		oCMenu.makeMenu('sub111','sub11','Knots','http://www.machovec.com/rope/splicing/knots.htm','',140,0)
			oCMenu.makeMenu('sub1110','sub111','More','','',140,0)
				oCMenu.makeMenu('sub11100','sub1110','Clove Hitch','http://www.machovec.com/rope/splicing/knots.htm#Clove Hitch','',140,0)
				oCMenu.makeMenu('sub11101','sub1110','Overhand','http://www.machovec.com/rope/splicing/knots1.htm#Overhand','',140,0)
				oCMenu.makeMenu('sub11102','sub1110','Square','http://www.machovec.com/rope/splicing/knots1.htm#Reef_Knot','',140,0)
				oCMenu.makeMenu('sub11103','sub1110','Fisherman','http://www.machovec.com/rope/splicing/knots1.htm#Fisherman','',140,0)
				oCMenu.makeMenu('sub11104','sub1110','Trilene','http://www.machovec.com/rope/splicing/knots1.htm#Trilene','',140,0)
				oCMenu.makeMenu('sub11105','sub1110','Surgeon','http://www.machovec.com/rope/splicing/knots1.htm#surgeon','',140,0)
			oCMenu.makeMenu('sub1111','sub111','Figure Eight','http://www.machovec.com/rope/splicing/knots.htm#Figure Eight','',140,0)
			oCMenu.makeMenu('sub1112','sub111','Bowline','http://www.machovec.com/rope/splicing/knots.htm#Bowline','',140,0)
			oCMenu.makeMenu('sub1113','sub111','Belaying','http://www.machovec.com/rope/splicing/knots.htm#Belaying','',140,0)
			oCMenu.makeMenu('sub1114','sub111','Anchor Bend','http://www.machovec.com/rope/splicing/knots.htm#Anchor Bend','',140,0)
			oCMenu.makeMenu('sub1115','sub111','Tug Boat Hitch','http://www.machovec.com/rope/splicing/knots.htm#Tug Boat Hitch','',140,0)
			oCMenu.makeMenu('sub1116','sub111','Single Sheet Bend','http://www.machovec.com/rope/splicing/knots.htm#Single Sheet Bend','',140,0)
			oCMenu.makeMenu('sub1117','sub111','Double Sheet Bend','http://www.machovec.com/rope/splicing/knots.htm#Double Sheet Bend','',140,0)
			oCMenu.makeMenu('sub1118','sub111','Round Turn','http://www.machovec.com/rope/splicing/knots.htm#Round Turn','',140,0)
			oCMenu.makeMenu('sub1119','sub111','Bight & Loop','http://www.machovec.com/rope/splicing/knots.htm#Bight & Loop','',140,0)
		oCMenu.makeMenu('sub112','sub11','Projects','','',140,0)
			oCMenu.makeMenu('sub1120','sub112','Rope Bridges','http://www.machovec.com/rope/bridges.htm','',140,0)
			oCMenu.makeMenu('sub1121','sub112','Rope Hammock','http://www.machovec.com/rope/hammock.htm','',140,0)
			oCMenu.makeMenu('sub1122','sub112','Rope Course','http://www.machovec.com/rope/rope_course.htm','',140,0)
		oCMenu.makeMenu('sub113','sub11','Fibers & Types','http://www.machovec.com/rope/fibers.htm','',140,0)
		oCMenu.makeMenu('sub114','sub11','Rope Comparison','http://www.machovec.com/rope/compare.htm','',140,0)
			oCMenu.makeMenu('sub1140','sub114','Rope Sizes','http://www.machovec.com/rope/compare1.htm#Size','',140,0)
			oCMenu.makeMenu('sub1141','sub114','Rope Strength','http://www.machovec.com/rope/compare1.htm#Strength','',140,0)
			oCMenu.makeMenu('sub1142','sub114','Rope Weight','http://www.machovec.com/rope/compare1.htm#Weight','',140,0)
			oCMenu.makeMenu('sub1143','sub114','Effects of Moisture','http://www.machovec.com/rope/compare1.htm#Moisture','',140,0)
			oCMenu.makeMenu('sub1144','sub114','Degredation','http://www.machovec.com/rope/compare1.htm#Degredation','',140,0)
			oCMenu.makeMenu('sub1145','sub114','Thermal Properties','http://www.machovec.com/rope/compare1.htm#Thermal','',140,0)
			oCMenu.makeMenu('sub1146','sub114','Abrasion Resistance','http://www.machovec.com/rope/compare1.htm#Abrasion','',140,0)
			oCMenu.makeMenu('sub1147','sub114','Resistance','http://www.machovec.com/rope/compare1.htm#Resistance','',140,0)
			oCMenu.makeMenu('sub1148','sub114','Elongation','http://www.machovec.com/rope/compare1.htm#Elongation','',140,0)
		oCMenu.makeMenu('sub115','sub11','Rope Care','http://www.machovec.com/rope/care.htm','',140,0)
		oCMenu.makeMenu('sub116','sub11','Construction','http://www.machovec.com/rope/construction.htm','',140,0)
		oCMenu.makeMenu('sub117','sub11','Glossary','http://www.machovec.com/rope/glossary.htm','',140,0)
		oCMenu.makeMenu('sub118','sub11','Conversion','http://www.machovec.com/rope/conversion.htm','',140,0)
	oCMenu.makeMenu('sub12','top1','Polyester','')
		oCMenu.makeMenu('sub120','sub12','Yacht Braid','http://www.machovec.com/rope/yacht_braid.htm')
		oCMenu.makeMenu('sub121','sub12','Polyester 12-Strand','http://www.machovec.com/rope/polyester_12strand.htm')
		oCMenu.makeMenu('sub122','sub12','Polyester 3-Strand','http://www.machovec.com/rope/polyester_3strand.htm')
		oCMenu.makeMenu('sub123','sub12','Poly Double Braid','http://www.machovec.com/rope/polyester_double_braid.htm')
		oCMenu.makeMenu('sub124','sub12','Polyester Diamond Braid','http://www.machovec.com/rope/polyester_diamond_braid.htm')
	oCMenu.makeMenu('sub13','top1','Poly-DAC','')
		oCMenu.makeMenu('sub130','sub13','Poly-Dac 3-Strand','http://www.machovec.com/rope/poly_dac.htm')
		oCMenu.makeMenu('sub131','sub13','Poly-Dac 8-Strand','http://www.machovec.com/rope/poly_dac_8strand.htm')
		oCMenu.makeMenu('sub132','sub13','Combo 8-Strand','http://www.machovec.com/rope/combination.htm')
		oCMenu.makeMenu('sub133','sub13','Combo 12-Strand','http://www.machovec.com/rope/combination_12strand.htm')
		oCMenu.makeMenu('sub134','sub13','ARADAC','http://www.machovec.com/rope/aradac.htm')
	oCMenu.makeMenu('sub14','top1','Nylon','')
		oCMenu.makeMenu('sub140','sub14','Nylon 3-Strand','http://www.machovec.com/rope/nylon_3strand.htm')
		oCMenu.makeMenu('sub141','sub14','Nylon Double Braid','http://www.machovec.com/rope/nylon_double_braid.htm')
		oCMenu.makeMenu('sub142','sub14','Dockline','http://www.machovec.com/rope/dockline.htm')
	oCMenu.makeMenu('sub15','top1','Polypropylene','')
		oCMenu.makeMenu('sub150','sub15','Polypro 3-Strand','http://www.machovec.com/rope/polypro_3strand.htm')
		oCMenu.makeMenu('sub151','sub15','Super Polypro','http://www.machovec.com/rope/superpolypro.htm')
		oCMenu.makeMenu('sub152','sub15','Polypro Hollow Braid','http://www.machovec.com/rope/polypropylene_hollow_braid.htm')
		oCMenu.makeMenu('sub153','sub15','Polypro Double Braid','http://www.machovec.com/rope/rescue_rope.htm')
	oCMenu.makeMenu('sub16','top1','Kernmantle','http://www.machovec.com/rope/kernmantle.htm')
	oCMenu.makeMenu('sub17','top1','Rescue','')
		oCMenu.makeMenu('sub170','sub17','Rescue Rope','http://www.machovec.com/rope/rescue_rope.htm')
		oCMenu.makeMenu('sub171','sub17','Throw Bags','http://www.machovec.com/rope/throw_bags.htm')
	oCMenu.makeMenu('sub18','top1','Spectra®','')
		oCMenu.makeMenu('sub180','sub18','Spectra® 12-Strand','http://www.machovec.com/rope/spectra_12strand.htm')
		oCMenu.makeMenu('sub181','sub18','Spectra® Double Braid','http://www.machovec.com/rope/spectra_double_braid.htm')
	oCMenu.makeMenu('sub19','top1','More','')
		oCMenu.makeMenu('sub190','sub19','Manila','http://www.machovec.com/rope/manila_3strand.htm')
		oCMenu.makeMenu('sub191','sub19','Lock Line','http://www.machovec.com/rope/lockline.htm')
		oCMenu.makeMenu('sub192','sub19','Marine','http://www.machovec.com/rope/marine.htm')
		oCMenu.makeMenu('sub193','sub19','Arborist','http://www.machovec.com/rope/arborists.htm')
		oCMenu.makeMenu('sub194','sub19','Sailing','http://www.machovec.com/rope/sm_rigging.htm')
		oCMenu.makeMenu('sub195','sub19','Fishing','http://www.machovec.com/rope/fishing.htm')

oCMenu.makeMenu('top2','','Rescue Gear','','')
	oCMenu.makeMenu('sub20','top2','Ice Commander','http://www.machovec.com/catalog/ic9001.htm')
	oCMenu.makeMenu('sub21','top2','Fitzwright','http://www.machovec.com/ice_rescue/immersion_suit.htm')
	oCMenu.makeMenu('sub22','top2','Ocean Suit','http://www.machovec.com/catalog/oc8000.htm')
	oCMenu.makeMenu('sub23','top2','Life Jackets','http://www.machovec.com/catalog/seahorse.htm','')
		oCMenu.makeMenu('sub230','sub23','Inflatables','http://www.machovec.com/catalog/index_pages/airforce.htm')
			oCMenu.makeMenu('sub2300','sub230','Manual Inflatable','http://www.machovec.com/catalog/md3003.htm')
			oCMenu.makeMenu('sub2301','sub230','Manual+Harness','http://www.machovec.com/catalog/md3004.htm')
			oCMenu.makeMenu('sub2302','sub230','Automatic Inflatable','http://www.machovec.com/catalog/md3031.htm')
			oCMenu.makeMenu('sub2303','sub230','Automatic+Harness','http://www.machovec.com/catalog/md3032.htm')
			oCMenu.makeMenu('sub2304','sub230','Inflatable Pouch','http://www.machovec.com/catalog/md3025.htm')
		oCMenu.makeMenu('sub231','sub23','Type I S.O.L.A.S.','http://www.machovec.com/catalog/type_i_s_o_l_a_s.htm')
		oCMenu.makeMenu('sub232','sub23','Type I Fabric Covered Offshore','http://www.machovec.com/catalog/type_i_fabric_covered_offshore.htm')
		oCMenu.makeMenu('sub233','sub23','Type I Vinyl Coated Offshore','http://www.machovec.com/catalog/type_i_vinyl_coated_offshore.htm')
		oCMenu.makeMenu('sub234','sub23','Type I Ext.','http://www.machovec.com/catalog/type_i_extended.htm')
		oCMenu.makeMenu('sub235','sub23','Type V Work Vest','http://www.machovec.com/catalog/type_v_work_vest.htm')
		oCMenu.makeMenu('sub236','sub23','Work Vest Cover','http://www.machovec.com/catalog/work_vest_cover.htm')
		oCMenu.makeMenu('sub237','sub23','Type V Fall Vest','http://www.machovec.com/catalog/type_v_fall_vest.htm')
	oCMenu.makeMenu('sub24','top2','Ring Buoys','http://www.machovec.com/catalog/ring_buoy_list.htm')
		oCMenu.makeMenu('sub240','sub24','24" Ring Buoy','http://www.machovec.com/catalog/24_ring_buoy.htm')
		oCMenu.makeMenu('sub241','sub24','30" Ring Buoy','http://www.machovec.com/catalog/30_ring_buoy.htm')
		oCMenu.makeMenu('sub242','sub24','30" S.O.L.A.S.','http://www.machovec.com/catalog/30_ring_buoy_solas.htm')
		oCMenu.makeMenu('sub243','sub24','Ring Buoy Bracket','http://www.machovec.com/catalog/ring_buoy_bracket.htm')
		oCMenu.makeMenu('sub244','sub24','Ring Buoy Cover','http://www.machovec.com/catalog/ring_buoy_cover.htm')
	oCMenu.makeMenu('sub25','top2','Throw Bags','http://www.machovec.com/rope/throw_bags.htm')
	oCMenu.makeMenu('sub26','top2','Rescue Rope','http://www.machovec.com/rope/rescue_rope.htm')
	oCMenu.makeMenu('sub27','top2','Ice Picks','http://www.machovec.com/ice_rescue/ice_pick.htm')
	oCMenu.makeMenu('sub28','top2','Education','')
		oCMenu.makeMenu('sub280','sub28','Comparison','http://www.machovec.com/ice_rescue/compare.htm')
		oCMenu.makeMenu('sub281','sub28','F.A.Q.','http://www.machovec.com/ice_rescue/faq.htm')
		oCMenu.makeMenu('sub282','sub28','Donning Suit','http://www.machovec.com/ice_rescue/donning.htm')
		oCMenu.makeMenu('sub283','sub28','Care of Suit','http://www.machovec.com/ice_rescue/faq.htm#Clean')
		oCMenu.makeMenu('sub284','sub28','Hypothermia','http://www.machovec.com/ice_rescue/hypothermia.htm')
		oCMenu.makeMenu('sub285','sub28','C.G.Approvals','http://www.machovec.com/ice_rescue/coast_guard_approvals.htm')
		oCMenu.makeMenu('sub286','sub28','Neoprene','http://www.machovec.com/ice_rescue/neoprene.htm')
	oCMenu.makeMenu('sub29','top2','Rescue Machine','http://www.machovec.com/irm/product.htm','')
		oCMenu.makeMenu('sub290','sub29','Information','http://www.machovec.com/irm/product.htm')
		oCMenu.makeMenu('sub291','sub29','Photo Gallery','http://www.machovec.com/irm/irm_photos.htm')

oCMenu.makeMenu('top3','','Mustang','http://www.machovec.com/mustang/product.htm','')
	oCMenu.makeMenu('sub30','top3','Ice Rider™','http://www.machovec.com/mustang/ice_rider.htm','')
		oCMenu.makeMenu('sub300','sub30','Slide Show','http://www.machovec.com/ice_rescue/ice_rescue_training_day.htm')
		oCMenu.makeMenu('sub301','sub30','Mens','http://www.machovec.com/catalog/index_pages/ice_rider.htm#mens')
			oCMenu.makeMenu('sub3010','sub301','V2','http://www.machovec.com/catalog/mj6280.htm')
			oCMenu.makeMenu('sub3011','sub301','IRX','http://www.machovec.com/catalog/mj6270.htm')
			oCMenu.makeMenu('sub3012','sub301','Bomber','http://www.machovec.com/catalog/mj6264.htm')
			oCMenu.makeMenu('sub3013','sub301','Parka','http://www.machovec.com/catalog/mc1241.htm')
			oCMenu.makeMenu('sub3014','sub301','Bibs','http://www.machovec.com/catalog/mp4231.htm')
		oCMenu.makeMenu('sub302','sub30','Women','http://www.machovec.com/catalog/index_pages/ice_rider.htm#womens','')
			oCMenu.makeMenu('sub3020','sub302','IRX','http://www.machovec.com/catalog/mj6272.htm')
			oCMenu.makeMenu('sub3021','sub302','Bomber','http://www.machovec.com/catalog/mj6266.htm')
			oCMenu.makeMenu('sub3022','sub302','Bibs','http://www.machovec.com/catalog/mp4227.htm')
		oCMenu.makeMenu('sub303','sub30','Children','http://www.machovec.com/catalog/index_pages/ice_rider.htm#kids')
				oCMenu.makeMenu('sub3030','sub303','Bomber Jacket','http://www.machovec.com/catalog/mj6250.htm')
				oCMenu.makeMenu('sub3031','sub303','Bibs','http://www.machovec.com/catalog/mp4233.htm')
	oCMenu.makeMenu('sub31','top3','Special Suits','http://www.machovec.com/catalog/index_pages/mustang_special_suits.htm')
		oCMenu.makeMenu('sub310','sub31','Ocean Commander','http://www.machovec.com/catalog/oc8000.htm')
			oCMenu.makeMenu('sub3100','sub310','With Harness','http://www.machovec.com/catalog/oc8000hr.htm')
		oCMenu.makeMenu('sub311','sub31','Ice Commander','http://www.machovec.com/catalog/ic9001.htm')
			oCMenu.makeMenu('sub3110','sub311','With Harness','http://www.machovec.com/catalog/ic9001os.htm')
		oCMenu.makeMenu('sub312','sub31','Flame Resistant','http://www.machovec.com/catalog/index_pages/mustang_fire_retardant.htm')
			oCMenu.makeMenu('sub3120','sub312','FR Coverall','http://www.machovec.com/catalog/ms195fr.htm')
			oCMenu.makeMenu('sub3121','sub312','FR Bomber','http://www.machovec.com/catalog/mj6214fr.htm')
			oCMenu.makeMenu('sub3122','sub312','FR Coat','http://www.machovec.com/catalog/mc1504fr.htm')
			oCMenu.makeMenu('sub3123','sub312','FR Bibs','http://www.machovec.com/catalog/mp4212fr.htm')
		oCMenu.makeMenu('sub313','sub31','Worksuit','http://www.machovec.com/catalog/msd900.htm')
			oCMenu.makeMenu('sub3130','sub313','Special OPS','http://www.machovec.com/catalog/msd900so.htm')
		oCMenu.makeMenu('sub314','sub31','Tactical Dry Suit','http://www.machovec.com/catalog/msd575.htm')
		oCMenu.makeMenu('sub315','sub31','Rescue Dry Suit','http://www.machovec.com/catalog/msd560.htm')
		oCMenu.makeMenu('sub316','sub31','Breathable Dry Suit','http://www.machovec.com/catalog/msd565.htm')
		oCMenu.makeMenu('sub317','sub31','Survival Suit','http://www.machovec.com/catalog/ms2075.htm')
		oCMenu.makeMenu('sub318','sub31','Anti-Exposure','http://www.machovec.com/catalog/ms2175.htm')
		oCMenu.makeMenu('sub319','sub31','Boat Crew','http://www.machovec.com/catalog/msd585.htm')
	oCMenu.makeMenu('sub32','top3','Jackets & Bibs','http://www.machovec.com/catalog/index_pages/jackets_bibs.htm')
		oCMenu.makeMenu('sub320','sub32','Integrity™ Flotation','http://www.machovec.com/mustang/integrity_flotation.htm')
			oCMenu.makeMenu('sub3200','sub320','Integrity™ Bomber','http://www.machovec.com/catalog/mj6224.htm')
			oCMenu.makeMenu('sub3201','sub320','Integrity™ Bibs','http://www.machovec.com/catalog/mp4222.htm')
			oCMenu.makeMenu('sub3202','sub320','Integrity™ Coat','http://www.machovec.com/catalog/mc1524.htm')
			oCMenu.makeMenu('sub3203','sub320','Integrity™ Vest','http://www.machovec.com/catalog/mv3224.htm')
			oCMenu.makeMenu('sub3204','sub320','Integrity™ HX Pant','http://www.machovec.com/catalog/mp4224.htm')
			oCMenu.makeMenu('sub3205','sub320','Integrity™ HX Bib','http://www.machovec.com/catalog/mp4225.htm')
		oCMenu.makeMenu('sub321','sub32','Classic Bomber','http://www.machovec.com/catalog/mj6214.htm')
		oCMenu.makeMenu('sub322','sub32','Solas Bomber','http://www.machovec.com/catalog/mj6214t1.htm')
		oCMenu.makeMenu('sub323','sub32','ThermoSystem™ Coat','http://www.machovec.com/catalog/mc1534.htm')
		oCMenu.makeMenu('sub324','sub32','Law Enforcement','http://www.machovec.com/catalog/mc1510.htm')
		oCMenu.makeMenu('sub325','sub32','SOLAS Coat','http://www.machovec.com/catalog/mc1504nv.htm')
		oCMenu.makeMenu('sub326','sub32','Classic Coat','http://www.machovec.com/catalog/mc1504.htm')
		oCMenu.makeMenu('sub327','sub32','Classic Bibs','http://www.machovec.com/catalog/mp4212.htm')
	oCMenu.makeMenu('sub33','top3','AirForce PFDs','http://www.machovec.com/catalog/index_pages/airforce.htm')
		oCMenu.makeMenu('sub330','sub33','Automatic Inflatables','http://www.machovec.com/catalog/index_pages/airforce.htm')
			oCMenu.makeMenu('sub3300','sub330','Hammar Inflator','http://www.machovec.com/catalog/md3183.htm')
			oCMenu.makeMenu('sub3301','sub330','Hammar & L.I.F.T.','http://www.machovec.com/catalog/md0450.htm')
			oCMenu.makeMenu('sub3302','sub330','Hammar & Harness','http://www.machovec.com/catalog/md3184.htm')
			oCMenu.makeMenu('sub3303','sub330','L.I.F.T.','http://www.machovec.com/catalog/md0200.htm')
			oCMenu.makeMenu('sub3304','sub330','Deluxe','http://www.machovec.com/catalog/md3083.htm')
			oCMenu.makeMenu('sub3305','sub330','Deluxe & Harness','http://www.machovec.com/catalog/md3084.htm')
			oCMenu.makeMenu('sub3306','sub330','Law Enforcement','http://www.machovec.com/catalog/md3083le.htm')
			oCMenu.makeMenu('sub3307','sub330','Classic','http://www.machovec.com/catalog/md3031.htm')
			oCMenu.makeMenu('sub3308','sub330','Classic & Harness','http://www.machovec.com/catalog/md3032.htm')
			oCMenu.makeMenu('sub3309','sub330','SOLAS','http://www.machovec.com/catalog/md3031t2.htm')
		oCMenu.makeMenu('sub331','sub33','Manual Inflatables','http://www.machovec.com/catalog/index_pages/airforce.htm')
			oCMenu.makeMenu('sub3310','sub331','L.I.F.T.','http://www.machovec.com/catalog/md0100.htm')
			oCMenu.makeMenu('sub3311','sub331','Deluxe','http://www.machovec.com/catalog/md3081.htm')
			oCMenu.makeMenu('sub3312','sub331','Law Enforcement','http://www.machovec.com/catalog/md3081le.htm')
			oCMenu.makeMenu('sub3313','sub331','Deluxe & Harness','http://www.machovec.com/catalog/md3082.htm')
			oCMenu.makeMenu('sub3314','sub331','Classic','http://www.machovec.com/catalog/md3003.htm')
			oCMenu.makeMenu('sub3315','sub331','Classic Law Enforce','http://www.machovec.com/catalog/md3003le.htm')
			oCMenu.makeMenu('sub3316','sub331','Body Armor','http://www.machovec.com/catalog/md3090.htm')
			oCMenu.makeMenu('sub3317','sub331','Fisherman','http://www.machovec.com/catalog/miv10.htm')
		oCMenu.makeMenu('sub332','sub33','Inflatable Pouch','http://www.machovec.com/catalog/md3025.htm')
		oCMenu.makeMenu('sub333','sub33','Abandon Ship','http://www.machovec.com/catalog/md3025nv.htm')
	oCMenu.makeMenu('sub34','top3','Accessories','')
		oCMenu.makeMenu('sub340','sub34','Suits','http://www.machovec.com/catalog/index_pages/mustang_suit_accessories.htm')
			oCMenu.makeMenu('sub3400','sub340','MAC200 Modules','')
				oCMenu.makeMenu('sub34000','sub3400','Outer Shell','http://www.machovec.com/catalog/ma7145.htm')
				oCMenu.makeMenu('sub34001','sub3400','Thermal Liner','http://www.machovec.com/catalog/ma7146.htm')
				oCMenu.makeMenu('sub34002','sub3400','Immersion Module','http://www.machovec.com/catalog/ma7147.htm')
				oCMenu.makeMenu('sub34003','sub3400','Hood','http://www.machovec.com/catalog/ma7148.htm')
				oCMenu.makeMenu('sub34004','sub3400','Mitts','http://www.machovec.com/catalog/ma7149.htm')
				oCMenu.makeMenu('sub34005','sub3400','Carry Case','http://www.machovec.com/catalog/ma7105.htm')
			oCMenu.makeMenu('sub3401','sub340','MSD900 Modules','')
				oCMenu.makeMenu('sub34010','sub3401','Outer Shell','http://www.machovec.com/catalog/ma3003.htm')
				oCMenu.makeMenu('sub34011','sub3401','Immersion Module','http://www.machovec.com/catalog/ma3006.htm')
				oCMenu.makeMenu('sub34012','sub3401','Thermal Liner','http://www.machovec.com/catalog/ma3009.htm')
				oCMenu.makeMenu('sub34013','sub3401','Hood','http://www.machovec.com/catalog/ma7148.htm')
				oCMenu.makeMenu('sub34014','sub3401','Carry Case','http://www.machovec.com/catalog/ma7105.htm')
		oCMenu.makeMenu('sub341','sub34','Insulated Hood','http://www.machovec.com/catalog/ma7136.htm')
		oCMenu.makeMenu('sub342','sub34','Uninsulated Hood','http://www.machovec.com/catalog/ma7026.htm')
		oCMenu.makeMenu('sub343','sub34','Digilite','http://www.machovec.com/catalog/mi5710.htm')
		oCMenu.makeMenu('sub344','sub34','AirForce Pouch','http://www.machovec.com/catalog/ma6000.htm')
		oCMenu.makeMenu('sub345','sub34','3-Finger Mitts','http://www.machovec.com/catalog/ma7102.htm')
		oCMenu.makeMenu('sub346','sub34','Hat','http://www.machovec.com/catalog/ma7017.htm')
		oCMenu.makeMenu('sub347','sub34','Customizing','http://www.machovec.com/catalog/customizing.htm')
	oCMenu.makeMenu('sub35','top3','Re-Arm Kits','http://www.machovec.com/catalog/index_pages/mustang_rearm.htm')
		oCMenu.makeMenu('sub350','sub35','Hydrostatic','http://www.machovec.com/catalog/index_pages/mustang_rearm.htm#hydrostatic')
			oCMenu.makeMenu('sub3500','sub350','MA7218 22','http://www.machovec.com/catalog/ma7218.htm')
			oCMenu.makeMenu('sub3501','sub350','MA7214','http://www.machovec.com/catalog/ma7214.htm')
		oCMenu.makeMenu('sub351','sub35','Automatic','http://www.machovec.com/catalog/index_pages/mustang_rearm.htm#auto')
			oCMenu.makeMenu('sub3510','sub351','MA7202','http://www.machovec.com/catalog/ma7202.htm')
			oCMenu.makeMenu('sub3511','sub351','MA7200','http://www.machovec.com/catalog/ma7200.htm')
			oCMenu.makeMenu('sub3512','sub351','MA7172','http://www.machovec.com/catalog/ma7172.htm')
		oCMenu.makeMenu('sub352','sub35','Manual','http://www.machovec.com/catalog/index_pages/mustang_rearm.htm#manual')
			oCMenu.makeMenu('sub3520','sub352','MA7210','http://www.machovec.com/catalog/ma7210.htm')
			oCMenu.makeMenu('sub3521','sub352','MA7203','http://www.machovec.com/catalog/ma7203.htm')
			oCMenu.makeMenu('sub3522','sub352','MA7176','http://www.machovec.com/catalog/ma7176.htm')
			oCMenu.makeMenu('sub3523','sub352','MA7170','http://www.machovec.com/catalog/ma7170.htm')
		oCMenu.makeMenu('sub353','sub35','Crewfit','http://www.machovec.com/catalog/index_pages/mustang_rearm.htm#crewfit')
			oCMenu.makeMenu('sub3530','sub353','C10019','http://www.machovec.com/catalog/c10019.htm')
		oCMenu.makeMenu('sub354','sub35','CO2','http://www.machovec.com/catalog/index_pages/mustang_rearm.htm#co2')
			oCMenu.makeMenu('sub3540','sub354','MI5700','http://www.machovec.com/catalog/mi5700.htm')
			oCMenu.makeMenu('sub3541','sub354','MA7128','http://www.machovec.com/catalog/ma7128.htm')
		oCMenu.makeMenu('sub355','sub35','Bobbins','http://www.machovec.com/catalog/index_pages/mustang_rearm.htm#bobbins')
			oCMenu.makeMenu('sub3550','sub355','MA9072','http://www.machovec.com/catalog/ma9072.htm')
//			oCMenu.makeMenu('sub3551','sub355','MA7158','https://www.machovec.com/catalog/ma7158.htm')
//			oCMenu.makeMenu('sub3552','sub355','MA7157','https://www.machovec.com/catalog/ma7157.htm')
		oCMenu.makeMenu('sub356','sub35','Safety Pins','http://www.machovec.com/catalog/index_pages/mustang_rearm.htm#pins')
			oCMenu.makeMenu('sub3560','sub356','MA7159','http://www.machovec.com/catalog/ma7159.htm')
	oCMenu.makeMenu('sub36','top3','Recreation','')
		oCMenu.makeMenu('sub360','sub36','Camo Gear','http://www.machovec.com/catalog/index_pages/mustang_camo.htm')
			oCMenu.makeMenu('sub3600','sub360','Bomber Jacket','http://www.machovec.com/catalog/mj6214.htm')
			oCMenu.makeMenu('sub3601','sub360','Bib Pant','http://www.machovec.com/catalog/mp4212.htm')
			oCMenu.makeMenu('sub3602','sub360','Coverall','http://www.machovec.com/catalog/ms2075.htm')
			oCMenu.makeMenu('sub3603','sub360','Automatic PFD','http://www.machovec.com/catalog/md3083.htm')
			oCMenu.makeMenu('sub3604','sub360','Manual PFD','http://www.machovec.com/catalog/md3081.htm')
			oCMenu.makeMenu('sub3605','sub360','Float Coat','http://www.machovec.com/catalog/mc1504.htm')
			oCMenu.makeMenu('sub3606','sub360','Pouch PFD','http://www.machovec.com/catalog/md3028.htm')
			oCMenu.makeMenu('sub3607','sub360','Hood','http://www.machovec.com/catalog/ma7136.htm')
		oCMenu.makeMenu('sub361','sub36','Recreation Vests','http://www.machovec.com/catalog/index_pages/rec_vests.htm')
			oCMenu.makeMenu('sub3610','sub361','High Impact','http://www.machovec.com/catalog/mv4600.htm')
			oCMenu.makeMenu('sub3611','sub361','Lil Legends™','')
				oCMenu.makeMenu('sub36100','sub3611','Infant','http://www.machovec.com/catalog/mv3150.htm')
				oCMenu.makeMenu('sub36101','sub3611','Child','http://www.machovec.com/catalog/mv3155.htm')
				oCMenu.makeMenu('sub36102','sub3611','Youth','http://www.machovec.com/catalog/mv3160.htm')
			oCMenu.makeMenu('sub3612','sub361','Deluxe Vest','http://www.machovec.com/catalog/mv3144.htm')
			oCMenu.makeMenu('sub3613','sub361','Classic Vest','http://www.machovec.com/catalog/mv3142.htm')
			oCMenu.makeMenu('sub3614','sub361','Youth Vest','http://www.machovec.com/catalog/mv3170.htm')
		oCMenu.makeMenu('sub362','sub36','Fisherman','http://www.machovec.com/catalog/miv10.htm')
	oCMenu.makeMenu('sub37','top3','Industrial Vests','http://www.machovec.com/catalog/index_pages/industrial_vests.htm')
		oCMenu.makeMenu('sub370','sub37','SOLAS SAR','http://www.machovec.com/catalog/mv5600.htm')
		oCMenu.makeMenu('sub371','sub37','Mesh','http://www.machovec.com/catalog/mv1254t1.htm')
		oCMenu.makeMenu('sub372','sub37','Standard','http://www.machovec.com/catalog/mv3106t2.htm')
		oCMenu.makeMenu('sub373','sub37','Two-Pocket','http://www.machovec.com/catalog/mv3118.htm')
		oCMenu.makeMenu('sub374','sub37','Four-Pocket','http://www.machovec.com/catalog/mv3128t2.htm')
		oCMenu.makeMenu('sub375','sub37','Work Vest','http://www.machovec.com/catalog/mv3192.htm')
	oCMenu.makeMenu('sub38','top3','Aviation','http://www.machovec.com/catalog/index_pages/aviation.htm')
		oCMenu.makeMenu('sub380','sub38','MAC300','http://www.machovec.com/catalog/mac300.htm')
		oCMenu.makeMenu('sub381','sub38','MAC200','http://www.machovec.com/catalog/mac200.htm')
		oCMenu.makeMenu('sub382','sub38','Inflatable Vest','http://www.machovec.com/catalog/md1127.htm')
		oCMenu.makeMenu('sub383','sub38','MAC100 Flight Suit','http://www.machovec.com/catalog/mac100.htm')
		oCMenu.makeMenu('sub384','sub38','MAC10','http://www.machovec.com/catalog/mac10.htm')
	oCMenu.makeMenu('sub39','top3','OCX','http://www.machovec.com/catalog/index_pages/ocx.htm')
		oCMenu.makeMenu('sub390','sub39','Racing Jacket','http://www.machovec.com/catalog/mc1900.htm')
		oCMenu.makeMenu('sub391','sub39','Racing Pant','http://www.machovec.com/catalog/mp1900.htm')
		oCMenu.makeMenu('sub392','sub39','Harness','http://www.machovec.com/catalog/ma1900.htm')

oCMenu.makeMenu('top4','','Hyde Racing','http://www.hyderacing.com/index.htm','')
//	oCMenu.makeMenu('sub40','top4','KTM','https://www.machovec.com/catalog/index_pages/hyde_ktm.htm')
//	oCMenu.makeMenu('sub41','top4','Honda','https://www.machovec.com/catalog/index_pages/hyde_honda.htm')
//	oCMenu.makeMenu('sub42','top4','Yamaha','https://www.machovec.com/catalog/index_pages/hyde_yamaha.htm')
//	oCMenu.makeMenu('sub43','top4','Suzuki','https://www.machovec.com/catalog/index_pages/hyde_suzuki.htm')
//	oCMenu.makeMenu('sub44','top4','Kawasaki','https://www.machovec.com/catalog/index_pages/hyde_kawasaki.htm')
//	oCMenu.makeMenu('sub45','top4','GasGas','https://www.machovec.com/catalog/index_pages/hyde_gasgas.htm')
//	oCMenu.makeMenu('sub46','top4','Husaberg','https://www.machovec.com/catalog/index_pages/hyde_husaberg.htm')
//	oCMenu.makeMenu('sub47','top4','Husqvarna','https://www.machovec.com/catalog/index_pages/hyde_husqvarna.htm')
	
oCMenu.makeMenu('top5','','Secure Screen','http://www.machovec.com/secure_screen/sshome.htm','')
	oCMenu.makeMenu('sub50','top5','Video','http://www.machovec.com/secure_screen/secure_screen.WMV')
	oCMenu.makeMenu('sub51','top5','Material','http://www.machovec.com/secure_screen/products.htm')
	oCMenu.makeMenu('sub52','top5','Residential','http://www.machovec.com/secure_screen/residential.htm')
	oCMenu.makeMenu('sub53','top5','Commercial','http://www.machovec.com/secure_screen/commercial.htm')
	oCMenu.makeMenu('sub54','top5','FloridaScreens','http://www.machovec.com/secure_screen/floridascreen.htm')
	oCMenu.makeMenu('sub55','top5','Roll-Away®','http://www.machovec.com/secure_screen/rollaway.htm')
	oCMenu.makeMenu('sub56','top5','F.A.Q','http://www.machovec.com/secure_screen/faq.htm')
		oCMenu.makeMenu('sub560','sub56','West Nile virus','http://www.machovec.com/secure_screen/westnile.htm')
	oCMenu.makeMenu('sub57','top5','Dealer Locator','http://www.machovec.com/secure_screen/dealer_locator.htm')
	oCMenu.makeMenu('sub58','top5','Get Quote','http://www.machovec.com/secure_screen/quote.htm')
	oCMenu.makeMenu('sub59','top5','Dealerships','http://www.machovec.com/secure_screen/dealer_request.htm')

oCMenu.makeMenu('top6','','Quest Meters','http://www.machovec.com/quest/product.htm','')
	oCMenu.makeMenu('sub60','top6','Off-Road Package','http://www.machovec.com/quest/product.htm#deal')
	oCMenu.makeMenu('sub61','top6','Model 210','http://www.machovec.com/quest/210.htm')
	oCMenu.makeMenu('sub62','top6','Model 1100','http://www.machovec.com/quest/1100.htm')
	oCMenu.makeMenu('sub63','top6','SoundPatrol','http://www.machovec.com/quest/sound_patrol.htm')
	oCMenu.makeMenu('sub64','top6','Model 261','http://www.machovec.com/quest/261.htm')
	oCMenu.makeMenu('sub65','top6','Calibrator','http://www.machovec.com/quest/calibrator.htm')
	oCMenu.makeMenu('sub66','top6','Vibratach','http://www.machovec.com/quest/vibratach.htm')
	oCMenu.makeMenu('sub67','top6','Compare Meters','http://www.machovec.com/quest/comparison.htm')

oCMenu.makeMenu('top7','','Catalog Index','http://www.machovec.com/catalog/index_pages/catalog_contents.htm','')

oCMenu.makeMenu('top8','','Request Info','http://www.machovec.com/request.htm','')

oCMenu.makeMenu('top9','','Contact Us','http://www.machovec.com/contact.htm','')


//Leave this line - it constructs the menu
oCMenu.construct()	
