/******************************************
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('top7','','','./','','','','images/but_home_off.gif','images/but_home_on.gif')


oCMenu.makeMenu('top2','','','about_APSA_dental.php','','','','images/but_apsa_dental_off.gif','images/but_apsa_dental_on.gif')

oCMenu.makeMenu('top3','','','cosmetic_dentistry.php','','','','images/but_why_off.gif','images/but_why_on.gif')

oCMenu.makeMenu('top4','','','','','','','images/but_procedures_off.gif','images/but_procedures_on.gif')

oCMenu.makeMenu('sub40','top4','Laser Tooth Whitening','laser_tooth_whitening.php')
oCMenu.makeMenu('sub41','top4','Gum Lift and Re-shaping','gum_lift_reshaping.php')
oCMenu.makeMenu('sub42','top4','Bonding, Tooth Reshaping','bonding_tooth_reshaping.php')
oCMenu.makeMenu('sub43','top4','Veneers, Crowns, Bridges','veneers_crowns_bridges.php')
oCMenu.makeMenu('sub44','top4','Amalgam Replacement','amalgam_replacement.php')
oCMenu.makeMenu('sub45','top4','Tooth Implants ','tooth_implants.php')
oCMenu.makeMenu('sub46','top4','Dentures','dentures.php')

oCMenu.makeMenu('top6','','','gift_voucher.php','','','','images/but_gv_off.gif','images/but_gv_on.gif')

oCMenu.makeMenu('top5','','','contact_apsa_dental.php','','','','images/but_contact_off.gif','images/but_contact_on.gif')



//Leave this line - it constructs the menu

oCMenu.construct()		