
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames=0

//Menu properties   
oCMenu.pxBetween=25
oCMenu.fromLeft=10
oCMenu.fromTop=9
oCMenu.rows=1 
oCMenu.menuPlacement="center"
                                                             
oCMenu.offlineRoot="file:///C|/temp/stb/scripts/coolmenus/" 
oCMenu.onlineRoot="../scripts/coolmenus/" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="1000px"
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=10
oCMenu.level[0].arrowHeight=10
oCMenu.level[0].align="bottom"

//dynamic effect (controllable for each level)
oCMenu.level[0].clippx=10
oCMenu.level[0].cliptim=10
//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=135
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=15
oCMenu.level[1].cliptim=15
//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=110
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','','QWP Pages','http://www.qwpi.com/','')
	oCMenu.makeMenu('sub00','top0','About Us','http://www.qwpi.com/newhome/about.html')
	oCMenu.makeMenu('sub01','top0','Lenexa Showroom','http://www.qwpi.com/newhome/lxs.html')
	oCMenu.makeMenu('sub02','top0','Manufacturing Plant','http://www.qwpi.com/newhome/plant.html')
        	//oCMenu.makeMenu('sub002','sub02','Front Office','http://www.qwpi.com/newhome/office.html','',140,0)
        	//oCMenu.makeMenu('sub003','sub02','Layout Department','http://www.qwpi.com/newhome/layout.html','',140,0)
        	//oCMenu.makeMenu('sub004','sub02','The Mill','http://www.qwpi.com/newhome/mill.html','',140,0)
        	//oCMenu.makeMenu('sub005','sub02','Cabinet Facings','http://www.qwpi.com/newhome/dfd.html','',140,0)
        	//oCMenu.makeMenu('sub006','sub02','Cut out and Assembly','http://www.qwpi.com/newhome/cobld.html','',140,0)
        	//oCMenu.makeMenu('sub007','sub02','Hang Out and Paint','http://www.qwpi.com/newhome/hopt.html','',140,0)
        	//oCMenu.makeMenu('sub008','sub02','Specialty Dept.','http://www.qwpi.com/newhome/spec.html','',140,0)

        oCMenu.makeMenu('sub04','top0','Credit Application','http://www.qwpi.com/creditapplication.pdf')
        oCMenu.makeMenu('sub05','top0','Customer/Sales Log In','http://www.qwpi.com/aspapplication/qwpusers.asp')
        oCMenu.makeMenu('sub06','top0','Warranty Document','http://www.qwpi.com/newhome/warranty.pdf')
        oCMenu.makeMenu('sub07','top0','Sitemap','http://www.qwpi.com/newhome/qwpsitemap.html')

oCMenu.makeMenu('top1','','Gallery','http://www.qwpi.com/newhome/imagehome.html')
	oCMenu.makeMenu('sub10','top1','Kitchen Cabinets','http://www.qwpi.com/newhome/kit.html')

        oCMenu.makeMenu('sub11','top1','Bath Cabinets','http://www.qwpi.com/newhome/bath.html')

	oCMenu.makeMenu('sub12','top1','Bar Cabinets','http://www.qwpi.com/newhome/bar.html')
        oCMenu.makeMenu('sub13','top1','Bookcases','http://www.qwpi.com/newhome/bks.html')
        oCMenu.makeMenu('sub14','top1','Hutch Cabinets','http://www.qwpi.com/newhome/hutch.html')
        oCMenu.makeMenu('sub15','top1','Office Cabinets','http://www.qwpi.com/newhome/off.html')
        oCMenu.makeMenu('sub16','top1','TV Cabinets','http://www.qwpi.com/newhome/et.html')
        oCMenu.makeMenu('sub17','top1','Commercial Products','http://www.qwpi.com/newhome/comm.html')
	oCMenu.makeMenu('sub18','top1','Additional Storage','http://www.qwpi.com/newhome/add.html')
	oCMenu.makeMenu('sub19','top1','Remodel','http://www.qwpi.com/newhome/remodel.html')
	oCMenu.makeMenu('sub20','top1','2009 Blvd of Dreams','http://www.qwpi.com/bod.html')


oCMenu.makeMenu('top2','','Contacts','http://www.qwpi.com/newhome/contacts.html')
	//oCMenu.makeMenu('sub20','top2','Upper Management','http://www.qwpi.com/newhome/upmngt.html')
	oCMenu.makeMenu('sub21','top2','Scheduling','http://www.qwpi.com/newhome/sched.html')
	oCMenu.makeMenu('sub22','top2','Service','http://www.qwpi.com/newhome/svc.html')
	oCMenu.makeMenu('sub23','top2','Sales Reps','http://www.qwpi.com/newhome/sales.html')

oCMenu.makeMenu('top3','','Hardware','http://www.qwpi.com/newhome/hdwrhome.html')
	oCMenu.makeMenu('sub31','top3','Brass Hdwr','http://www.qwpi.com/newhome/brass.asp')
	oCMenu.makeMenu('sub32','top3','Burnished Brass','http://www.qwpi.com/newhome/bb.asp')
	oCMenu.makeMenu('sub33','top3','Chrome','http://www.qwpi.com/newhome/chrome.asp')
	oCMenu.makeMenu('sub34','top3','Brushed Chrome','http://www.qwpi.com/newhome/brch.asp')
	        oCMenu.makeMenu('sub014','sub34','Page One','http://www.qwpi.com/newhome/brch.asp','',140,0)
	        oCMenu.makeMenu('sub015','sub34','Page Two','http://www.qwpi.com/newhome/brch2.asp','',140,0)
	oCMenu.makeMenu('sub35','top3','Oil Rubbed Bronze','http://www.qwpi.com/newhome/orb.asp')
	        oCMenu.makeMenu('sub016','sub35','Page One','http://www.qwpi.com/newhome/orb.asp','',140,0)
	        oCMenu.makeMenu('sub017','sub35','Page Two','http://www.qwpi.com/newhome/orb2.asp','',140,0)
	oCMenu.makeMenu('sub36','top3','Dist. Wrought Iron','http://www.qwpi.com/newhome/dwi.asp')
	oCMenu.makeMenu('sub37','top3','Pewter','http://www.qwpi.com/newhome/pew.asp')
	oCMenu.makeMenu('sub38','top3','Misc. Pulls','http://www.qwpi.com/newhome/miscpulls.asp')
	
oCMenu.makeMenu('top4','','Product Info','http://www.qwpi.com/newhome/prod.html')
        oCMenu.makeMenu('sub39','top4','Woods','http://www.qwpi.com/newhome/woods.html')
        oCMenu.makeMenu('sub40','top4','Custom Finishes','http://www.qwpi.com/newhome/stain.html')
        oCMenu.makeMenu('sub41','top4','Laminate Page','http://www.qwpi.com/newhome/lamlookup.html')
                oCMenu.makeMenu('sub025','sub41','Disclaimer Form','http://www.qwpi.com/form.pdf','',140,0)
                oCMenu.makeMenu('sub026','sub41','Why we need Disclaimers','http://www.qwpi.com/newhome/disclaimer1.html','',140,0)
        oCMenu.makeMenu('sub43','top4','Door Styles','http://www.qwpi.com/newhome/drs.html')
        oCMenu.makeMenu('sub44','top4','Warranty Document','http://www.qwpi.com/newhome/warranty.pdf')



oCMenu.makeMenu('top5','','Links','http://www.qwpi.com/newhome/links.html')
        oCMenu.makeMenu('sub45','top5','Partners','http://www.qwpi.com/newhome/partner.html')
        oCMenu.makeMenu('sub46','top5','Suppliers','http://www.qwpi.com/newhome/supply.html')
        oCMenu.makeMenu('sub47','top5','Customers','http://www.qwpi.com/newhome/cust.html')
        oCMenu.makeMenu('sub48','top5','Of Interest','http://www.qwpi.com/newhome/interest.html')
        
        
oCMenu.makeMenu('top6','','Contact Us','http://www.qwpi.com/newhome/contactus.html')
        oCMenu.makeMenu('sub55','top6','Request Information','http://www.qwpi.com/newhome/inquire.html')
        oCMenu.makeMenu('sub57','top6','Request Delivery Info','http://www.qwpi.com/newhome/delinq.html')
        oCMenu.makeMenu('sub58','top6','Request Service Info','http://www.qwpi.com/newhome/svcinq.html')
        oCMenu.makeMenu('sub59','top6','Submit Service Rqst','http://www.qwpi.com/newhome/svcrqst.html')



//Leave this line - it constructs the menu
oCMenu.construct()	

