/******************************************
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.aspx')
oCMenu.makeMenu('top1','','Register','register.aspx')
oCMenu.makeMenu('top2','','Quote','quoteRequest.aspx')
oCMenu.makeMenu('top3','','Tour','tour_customer_access_portal.aspx')
oCMenu.makeMenu('top4','','Contact Us','contact.aspx')

//Leave this line - it constructs the menu
oCMenu.construct()		

