/******************************************
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('top1','','','','','','','images/but-aboutus.gif','images/but-aboutus-on.gif')
oCMenu.makeMenu('top10','top1','About Cold Chain Centre','about-cold-chain.php')
oCMenu.makeMenu('top11','top1','Our People','OurPeople.php')

oCMenu.makeMenu('top2','','','','','','','images/but-qa.gif','images/but-qa-on.gif')

oCMenu.makeMenu('sub20','top2','Overview','qa.php')

oCMenu.makeMenu('sub21','top2','Australian Logistics Assured Program','ala.php','','','33')

oCMenu.makeMenu('sub22','top2','ALA FAQ','ala-faq.php')


oCMenu.makeMenu('sub23','top2','Chain Diagnosis','chain-diagnosis.php')


oCMenu.makeMenu('top3','','','','','','','images/but-training.gif','images/but-training-on.gif')

oCMenu.makeMenu('sub30','top3','Overview','cold-chain-training.php')

oCMenu.makeMenu('sub31','top3','FELT','felt.php')

oCMenu.makeMenu('sub32','top3','Training Providers','cold-chain-training-providers.php')

oCMenu.makeMenu('top4','','','cold-chain-news-media.php','','','','images/but-nm.gif','images/but-nm-on.gif')

oCMenu.makeMenu('top5','','','','','','','images/but-events.gif','images/but-events-on.gif')

oCMenu.makeMenu('sub50','top5','Current','events-conferences.php')

oCMenu.makeMenu('top6','','','','','','','images/but-subscription.gif','images/but-subscription-on.gif')

oCMenu.makeMenu('sub60','top6','Overview','cold-chain-subscriptions.php')
oCMenu.makeMenu('sub61','top6','Subscribers','cold-chain-subscribers.php')


oCMenu.makeMenu('top7','','','','','','','images/but-resource-centre.gif','images/but-resource-centre-on.gif')

oCMenu.makeMenu('sub70','top7','Industry Resources','servicesproviders.php')

oCMenu.makeMenu('sub71','top7','Vent Settings Guide','VentSettingsGuide0.php')
oCMenu.makeMenu('sub72','top7','Product Overview','cold-chain-product.php')
oCMenu.makeMenu('sub73','top7','Order Enquiry','cold-chain-enquiry.php')
oCMenu.makeMenu('sub74','top7','Order Form','order_form.pdf')

oCMenu.makeMenu('top8','','','contact-cold-chain-centre.php','','','','images/but-contact.gif','images/but-contact-on.gif')

oCMenu.makeMenu('top9','','','../','','','','images/but-home.gif','images/but-home-on.gif')

//Leave this line - it constructs the menu

oCMenu.construct()		