/******************************************
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','index.html','','55')
oCMenu.makeMenu('top1','','Register','register.aspx')
oCMenu.makeMenu('top2','','Quote Request','quoterequest.aspx')
oCMenu.makeMenu('top3','','&nbsp; Contact','contact.aspx')

//Leave this line - it constructs the menu
oCMenu.construct()		

