
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames=0

//Menu properties   
oCMenu.pxBetween=10
oCMenu.fromLeft=20 
oCMenu.fromTop=200  
oCMenu.rows=0
oCMenu.menuPlacement="left"
                                                             
oCMenu.offlineRoot="file:///C|/partington/" 
oCMenu.onlineRoot="/" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="100%"
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=110
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=0
oCMenu.level[0].offsetY=0
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=10
oCMenu.level[0].cliptim=2
//special animation filters (IE5.5+ only, controllable for each level)
oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)" 

//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=oCMenu.level[0].width-4
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=10
oCMenu.level[1].cliptim=2
//special animation filters
oCMenu.level[1].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)" 


//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=150
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"


/******************************************
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','index2.html')

oCMenu.makeMenu('top1','','Online Catalogue','cat/cat.html')
	oCMenu.makeMenu('sub10','top1','Cash and Carry Trolleys','cat/cc/cccat.html','',170)
		oCMenu.makeMenu('sub001','sub10','CC1','cat/cc/cc1.html','',50,0)
		oCMenu.makeMenu('sub002','sub10','CC2','cat/cc/cc2.html','',50,0)
		oCMenu.makeMenu('sub003','sub10','CC3','cat/cc/cc3.html','',50,0)
		oCMenu.makeMenu('sub004','sub10','CC4','cat/cc/cc4.html','',50,0)
		oCMenu.makeMenu('sub005','sub10','CC5P','cat/cc/cc5p.html','',50,0)
		oCMenu.makeMenu('sub006','sub10','CC5ZP','cat/cc/cc5zp.html','',50,0)
		oCMenu.makeMenu('sub007','sub10','CCNA','cat/cc/ccna.html','',50,0)
		oCMenu.makeMenu('sub008','sub10','CCHS','cat/cc/cchs.html','',50,0)

	oCMenu.makeMenu('sub11','top1','Warehouse and Distribution Trolleys','cat/wd/wdcat.html','',170)
		oCMenu.makeMenu('sub011','sub11','WT1','cat/wd/wt1.html','',50,0)
		oCMenu.makeMenu('sub025','sub11','WT2','cat/wd/wt2.html','',50,0)
		oCMenu.makeMenu('sub026','sub11','WT3','cat/wd/wt3.html','',50,0)
		oCMenu.makeMenu('sub012','sub11','WT4','cat/wd/wt4.html','',50,0)
		oCMenu.makeMenu('sub013','sub11','WT5','cat/wd/wt5.html','',50,0)
		oCMenu.makeMenu('sub014','sub11','WT6','cat/wd/wt6.html','',50,0)
		oCMenu.makeMenu('sub015','sub11','WT7','cat/wd/wt7.html','',50,0)
		oCMenu.makeMenu('sub016','sub11','WT8','cat/wd/wt8.html','',50,0)
		oCMenu.makeMenu('sub017','sub11','WT9','cat/wd/wt9.html','',50,0)
		oCMenu.makeMenu('sub018','sub11','WT10','cat/wd/wt10.html','',50,0)
		oCMenu.makeMenu('sub019','sub11','TP Range','cat/wd/tp.html','',50,0)
		oCMenu.makeMenu('sub021','sub11','TT Range','cat/wd/tt.html','',50,0)
		

	oCMenu.makeMenu('sub12','top1','Garden Centre Trolleys','cat/gc/gccat.html','',170)
		oCMenu.makeMenu('sub030','sub12','GC1','cat/gc/gc1.html','',50,0)
		oCMenu.makeMenu('sub031','sub12','GC2','cat/gc/gc2.html','',50,0)
		oCMenu.makeMenu('sub032','sub12','LCGC2','cat/gc/lcgc2.html','',50,0)
		oCMenu.makeMenu('sub033','sub12','GCPT','cat/gc/gcpt.html','',50,0)
		oCMenu.makeMenu('sub034','sub12','TTGCT','cat/gc/ttgct.html','',50,0)
		oCMenu.makeMenu('sub035','sub12','NB1','cat/gc/nb1.html','',50,0)
		oCMenu.makeMenu('sub036','sub12','NB2','cat/gc/nb2.html','',50,0)	


	oCMenu.makeMenu('sub13','top1','Sack Trucks','cat/st/sackcat.html','',170)
		oCMenu.makeMenu('sub040','sub13','S1','cat/st/s1.html','',50,0)
		oCMenu.makeMenu('sub041','sub13','S2','cat/st/s2.html','',50,0)
		oCMenu.makeMenu('sub043','sub13','S4','cat/st/s4.html','',50,0)
		oCMenu.makeMenu('sub044','sub13','S5','cat/st/s5.html','',50,0)
		oCMenu.makeMenu('sub045','sub13','S6','cat/st/s6.html','',50,0)
		oCMenu.makeMenu('sub046','sub13','S7','cat/st/s7.html','',50,0)
		oCMenu.makeMenu('sub047','sub13','S8','cat/st/s8.html','',50,0)
		oCMenu.makeMenu('sub048','sub13','S9','cat/st/s9.html','',50,0)
		oCMenu.makeMenu('sub049','sub13','S10','cat/st/s10.html','',50,0)
		oCMenu.makeMenu('sub050','sub13','S11','cat/st/s11.html','',50,0)
		oCMenu.makeMenu('sub051','sub13','S12','cat/st/s12.html','',50,0)
		oCMenu.makeMenu('sub052','sub13','S13','cat/st/s13.html','',50,0)
		oCMenu.makeMenu('sub053','sub13','FT','cat/st/ft.html','',50,0)
		oCMenu.makeMenu('sub054','sub13','HFT','cat/st/hft.html','',50,0)
		oCMenu.makeMenu('sub055','sub13','HDFT','cat/st/hdft.html','',50,0)
		oCMenu.makeMenu('sub056','sub13','SFT','cat/st/sft.html','',50,0)
		oCMenu.makeMenu('sub057','sub13','PPH','cat/st/pph.html','',50,0)
		oCMenu.makeMenu('sub058','sub13','EST','cat/st/est.html','',50,0)


	oCMenu.makeMenu('sub14','top1','Mobile Safety Steps','cat/mss/stepcat.html','',170)
		oCMenu.makeMenu('sub060','sub14','MS Range','cat/mss/msrange.html','',50,0)
		oCMenu.makeMenu('sub061','sub14','STS3','cat/mss/sts3.html','',50,0)



	oCMenu.makeMenu('sub15','top1','Panel Trolleys','cat/pt/panelcat.html','',170)
		oCMenu.makeMenu('sub070','sub15','DIYG','cat/pt/diyg.html','',50,0)
		oCMenu.makeMenu('sub071','sub15','DIYP','cat/pt/diyp.html','',50,0)
		oCMenu.makeMenu('sub072','sub15','BT','cat/pt/bt.html','',50,0)
		oCMenu.makeMenu('sub073','sub15','FTPC','cat/pt/ftpc.html','',50,0)
		oCMenu.makeMenu('sub074','sub15','FTZP','cat/pt/ftzp.html','',50,0)	


	oCMenu.makeMenu('sub16','top1','Cylinder and Bottle Handling','cat/cbh/cylinhandcat.html','',170)
		oCMenu.makeMenu('sub080','sub16','2WTP','cat/cbh/2wtp.html','',100,0)
		oCMenu.makeMenu('sub081','sub16','2WTZ','cat/cbh/2wtz.html','',100,0)
		oCMenu.makeMenu('sub082','sub16','4WTP','cat/cbh/4wtp.html','',100,0)
		oCMenu.makeMenu('sub083','sub16','G1','cat/cbh/g1.html','',100,0)
		oCMenu.makeMenu('sub087','sub16','G2','cat/cbh/g2.html','',100,0)
		oCMenu.makeMenu('sub084','sub16','Tandem Trolley','cat/cbh/tandemtrolley.html','',100,0)
		oCMenu.makeMenu('sub085','sub16','Keg Carrier','cat/cbh/kegcarrier.html','',100,0)
		oCMenu.makeMenu('sub086','sub16','SCT','cat/cbh/sct.html','',100,0)


	oCMenu.makeMenu('sub17','top1','Cylinder Floor Stands','cat/cfs/cylinfloorcat.html','',170)
		oCMenu.makeMenu('sub090','sub17','SS range','cat/cfs/ssrange.html','',70,0)
		oCMenu.makeMenu('sub091','sub17','SD range','cat/cfs/sdrange.html','',70,0)
		oCMenu.makeMenu('sub092','sub17','LS range','cat/cfs/lsrange.html','',70,0)
		oCMenu.makeMenu('sub093','sub17','LD range','cat/cfs/ldrange.html','',70,0)


	oCMenu.makeMenu('sub18','top1','Cylinder Storage','cat/cwpt/cylinwallcat.html','',170)
		oCMenu.makeMenu('sub100','sub18','Cylinder Wall Racks','cat/cwpt/wrsrange.html','',120,0)
		oCMenu.makeMenu('sub101','sub18','Hand Truck Pallets','cat/cwpt/hprange.html','',120,0)
		oCMenu.makeMenu('sub102','sub18','Forklift Pallets','cat/cwpt/forkliftpallets.html','',120,0)
		oCMenu.makeMenu('sub103','sub18','Propane Transporter','cat/cwpt/propanetransporter.html','',120,0)


	oCMenu.makeMenu('sub19','top1','Drum Handling','cat/dh/drumcat.html','',170)
		oCMenu.makeMenu('sub110','sub19','D1A3','cat/dh/d1a3.html','',50,0)
		oCMenu.makeMenu('sub111','sub19','D2','cat/dh/d2.html','',50,0)
		oCMenu.makeMenu('sub112','sub19','D3','cat/dh/d3.html','',50,0)
		oCMenu.makeMenu('sub113','sub19','DD','cat/dh/dd.html','',50,0)


	oCMenu.makeMenu('sub20','top1','Cycle Racks','cat/cr/cyclecat.html','',170)
		oCMenu.makeMenu('sub120','sub20','Cycle Carousel','cat/cr/cyclecarousel.html','',100,0)
		oCMenu.makeMenu('sub123','sub20','Ground Fixing Racks','cat/cr/groundfixing.html','',100,0)
		oCMenu.makeMenu('sub124','sub20','Single Sided Racks','cat/cr/singlesided.html','',100,0)
		oCMenu.makeMenu('sub125','sub20','Double Sided Racks','cat/cr/doublesided.html','',100,0)
		oCMenu.makeMenu('sub126','sub20','Straight Wall Racks','cat/cr/straightwall.html','',100,0)
		oCMenu.makeMenu('sub127','sub20','Angled Wall Racks','cat/cr/angledwall.html','',100,0)

	oCMenu.makeMenu('sub21','top1','Miscellaneous Products','cat/misc/misccat.html','',170)
		oCMenu.makeMenu('sub130','sub21','OPT','cat/misc/opt.html','',50,0)
		oCMenu.makeMenu('sub131','sub21','LPT S','cat/misc/lpts.html','',50,0)
		oCMenu.makeMenu('sub132','sub21','LPT B','cat/misc/lptb.html','',50,0)
		oCMenu.makeMenu('sub133','sub21','PS1','cat/misc/ps1.html','',50,0)
		oCMenu.makeMenu('sub134','sub21','U-GRAB','cat/misc/ugrab.html','',50,0)
		oCMenu.makeMenu('sub135','sub21','PD1','cat/misc/pd1.html','',50,0)
		oCMenu.makeMenu('sub136','sub21','MDF','cat/misc/mdf.html','',50,0)
		oCMenu.makeMenu('sub137','sub21','PBT','cat/misc/pbt.html','',50,0)
		

	oCMenu.makeMenu('sub22','top1','Wheels and Castors','cat/w/wheelsandcastors.html','',170)


oCMenu.makeMenu('top3','','Bespoke Service','bespoke.html')
	
oCMenu.makeMenu('top4','','How To Find Us','find.html')

oCMenu.makeMenu('top5','','Contact Us','contactus.html')
	

//Leave this line - it constructs the menu
oCMenu.construct()	
