/*****************************************************************************
Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)

DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
Version 4.0_beta
This script can be used freely as long as all copyright messages are
intact.

Extra info - Coolmenus reference/help - Extra links to help files **** 
CSS help: http://192.168.1.31/projects/coolmenus/reference.asp?m=37
General: http://coolmenus.dhtmlcentral.com/reference.asp?m=35
Menu properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=47
Level properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=48
Background bar properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=49
Item properties: http://coolmenus.dhtmlcentral.com/properties.asp?m=50
******************************************************************************/

/*** 
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/

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

//Menu properties   
oCMenu2.pxBetween=0
oCMenu2.fromLeft=30 
oCMenu2.fromTop=63   
oCMenu2.rows=1 
oCMenu2.menuPlacement="left"
                                                             
oCMenu2.offlineRoot="" 
oCMenu2.onlineRoot="" 
oCMenu2.resizeCheck=1 
oCMenu2.wait=1000 
oCMenu2.fillImg="cm_fill.gif"
oCMenu2.zIndex=0

//Background bar properties
oCMenu2.useBar=1
oCMenu2.barWidth="100%"
oCMenu2.barHeight="menu" 
oCMenu2.barClass="cl2Bar"
oCMenu2.barX=0 
oCMenu2.barY=0
oCMenu2.barBorderX=0
oCMenu2.barBorderY=0
oCMenu2.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu2.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu2.level[0].width=110
oCMenu2.level[0].height=18 
oCMenu2.level[0].regClass="cl2Level0"
oCMenu2.level[0].overClass="cl2Level0over"
oCMenu2.level[0].borderX=1
oCMenu2.level[0].borderY=1
oCMenu2.level[0].borderClass="cl2Level0border"
oCMenu2.level[0].offsetX=0
oCMenu2.level[0].offsetY=0
oCMenu2.level[0].rows=0
oCMenu2.level[0].arrow=0
oCMenu2.level[0].arrowWidth=0
oCMenu2.level[0].arrowHeight=0
oCMenu2.level[0].align="bottom"


//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
oCMenu2.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu2.level[1].width=oCMenu2.level[0].width-2
oCMenu2.level[1].height=22
oCMenu2.level[1].regClass="cl2Level1"
oCMenu2.level[1].overClass="cl2Level1over"
oCMenu2.level[1].borderX=1
oCMenu2.level[1].borderY=1
oCMenu2.level[1].align="right" 
oCMenu2.level[1].offsetX=-(oCMenu2.level[0].width-2)/2+20
oCMenu2.level[1].offsetY=0
oCMenu2.level[1].borderClass="cl2Level1border"


/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

		
		
		
oCMenu2.makeMenu('top0','','Home','index.html','','65','','','')

oCMenu2.makeMenu('top1','','Company','company.html','','87','','','')

	oCMenu2.makeMenu('sub010','top1','News and Events','newsevents.html','','110')

	oCMenu2.makeMenu('sub012','top1','Management','management.html','','110')

	oCMenu2.makeMenu('sub013','top1','Location','location.html','','110')

oCMenu2.makeMenu('top2','','Products','products.html','','80','','','')

	oCMenu2.makeMenu('sub020','top2','Hardwood','hardwood.html','','120')

	oCMenu2.makeMenu('sub021','top2','Stone','stone.html','','120')
	
	oCMenu2.makeMenu('sub022','top2','Granite','granite.html','','120')

	oCMenu2.makeMenu('sub023','top2','Carpet','carpet.html','','120')

	oCMenu2.makeMenu('sub024','top2','Vinyl','vinyl.html','','120')

	oCMenu2.makeMenu('sub025','top2','Ceramic Tile','tile.html','','120')

	oCMenu2.makeMenu('sub026','top2','Laminate','laminate.html','','120')

	oCMenu2.makeMenu('sub028','top2','Countertops','countertops.html','','120')

	oCMenu2.makeMenu('sub029','top2','Specials','specials.html','','120')

oCMenu2.makeMenu('top3','','Residential','residential.html','','92','','','')

	oCMenu2.makeMenu('sub030','top3','New Homes','newhomes.html','','130')
	
	     oCMenu2.makeMenu('sub0030','sub030','Floors Gallery','floors-pix.html','','130')
		 
		 oCMenu2.makeMenu('sub0031','sub030','Kitchens Gallery','kitchens-pix.html','','130')
		 
		 oCMenu2.makeMenu('sub0032','sub030','Bathrooms Gallery','bathrooms-pix.html','','130')
		 
		 oCMenu2.makeMenu('sub0033','sub030','Tile Gallery','tile-pix.html','','130')
		 
		 oCMenu2.makeMenu('sub0034','sub030','Granite Countertops','granite-pix.html','','130')

	oCMenu2.makeMenu('sub031','top3','Remodeled Homes','remodeled.html','','130')

oCMenu2.makeMenu('top4','','Commercial','commercial.html','','100','','','')

    oCMenu2.makeMenu('sub040','top4','Project History','project_history.html','','120')
	
	oCMenu2.makeMenu('sub041','top4','Request a Quote','request_quote.html','','120')
	
    oCMenu2.makeMenu('sub042','top4','Locations','locations.html','','120')
	
oCMenu2.makeMenu('top5','','Floor Care','floorcare.html','','100','','','')

    oCMenu2.makeMenu('sub050','top5','Carpet Care','carpetcare.html','','120')
	
    oCMenu2.makeMenu('sub051','top5','Hardwood Care','hardwoodcare.html','','120')
	
	oCMenu2.makeMenu('sub052','top5','Ceramic Tile Care','ceramiccare.html','','120')
	
oCMenu2.makeMenu('top6','','Contact','contact.html','','80','','','')

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