/******************************************
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.asp','','75')
*************************************/

oCMenu.makeMenu('top1','','','overview.htm','','178','50',"images/buttons/b_overview_off.jpg","images/buttons/b_overview_on.jpg")

oCMenu.makeMenu('top2','','','services-totalsir.htm','','94','50',"images/buttons/b_services_off.jpg","images/buttons/b_services_on.jpg")
	oCMenu.makeMenu('sub20','top2','TotalSIR','services-totalsir.htm')
	oCMenu.makeMenu('sub21','top2','SafetyNET','services-safetynet.htm')
	oCMenu.makeMenu('sub22','top2','Tank Tightness Testing','services-tank.htm')
	oCMenu.makeMenu('sub23','top2','Line/Leak Detector Testing','services-lineleak.htm')
	oCMenu.makeMenu('sub24','top2','Cathodic Testing &amp; Repair','services-cathodic.htm')
	oCMenu.makeMenu('sub25','top2','Stage II Vapor Recovery','services-vapor.htm')
	oCMenu.makeMenu('sub26','top2','Helium Leak Locator','services-helium.htm')
	
oCMenu.makeMenu('top3','','','resources.htm','','109','50',"images/buttons/b_resources_off.jpg","images/buttons/b_resources_on.jpg")

oCMenu.makeMenu('top4','','','contact.php','','124','50',"images/buttons/b_contact_off.jpg","images/buttons/b_contact_on.jpg")

//Leave this line - it constructs the menu
oCMenu.construct()

