/******************************************
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','','','the-wood-oven.php','',216,35,'images/but-wood-oven-history.gif','images/but-wood-oven-history-on.gif')

oCMenu.makeMenu('top2','','','','',216,35,'images/but-domestic.gif','images/but-domestic-on.gif')

oCMenu.makeMenu('sub20','top2','Overview','domestic-wood-ovens.php')

oCMenu.makeMenu('sub21','top2','Features','wood-oven-features.php')

oCMenu.makeMenu('sub22','top2','Photos','wood-oven-photos.php')
oCMenu.makeMenu('sub221','sub22','General Page 1','wood-oven-photos.php')
oCMenu.makeMenu('sub222','sub22','General Page 2','wood-oven-photos2.php')
oCMenu.makeMenu('sub223','sub22','General Page 3','pizza-oven-photos3.php')
oCMenu.makeMenu('sub224','sub22','Food Shots','food-photos.php')
oCMenu.makeMenu('sub225','sub22','General Interest','general-photos.php')

oCMenu.makeMenu('sub23','top2','Step By Step Photos','wood-oven-installation-steps.php')

oCMenu.makeMenu('sub24','top2','On a Bricked Base','bricked-base.php')

oCMenu.makeMenu('sub26','top2','Specifications','wood-oven-specifications.php')

oCMenu.makeMenu('top10','','','','',216,35,'images/but-mobile.gif','images/but-mobile-on.gif')

oCMenu.makeMenu('sub101','top10','Information','mobile-wood-oven.php')
oCMenu.makeMenu('sub102','top10','Photos','mobile-oven-photos.php')

oCMenu.makeMenu('top11','','','','',216,35,'images/but-port.gif','images/but-port-on.gif')

oCMenu.makeMenu('sub111','top11','Fornetto','portable-wood-oven.php')
oCMenu.makeMenu('sub112','top11','Siena 6B','metal-direct.php')
oCMenu.makeMenu('sub113','top11','Photos','portable-oven-photos.php')

oCMenu.makeMenu('top3','','','commercial-wood-ovens.php','',216,35,'images/but-commercial.gif','images/but-commercial-on.gif')
oCMenu.makeMenu('top4','','','wood-oven-accessories.php','',216,35,'images/but-accessories.gif','images/but-accessories-on.gif')

oCMenu.makeMenu('top9','','','wood-oven-recipes.php','',216,35,'images/but-recipies.gif','images/but-recipies-on.gif')

oCMenu.makeMenu('top5','','','','',216,35,'images/but-cooking.gif','images/but-cooking-on.gif')

oCMenu.makeMenu('sub50','top5','Firing Tips','wood-oven-firing-tips.php')

oCMenu.makeMenu('sub51','top5','Cooking Tips','wood-oven-cooking-tips.php')

oCMenu.makeMenu('top6','','','about-alforno.php','',216,35,'images/but-about.gif','images/but-about-on.gif')

oCMenu.makeMenu('top7','','','contact-alforno.php','',216,35,'images/but-contact.gif','images/but-contact-on.gif')

oCMenu.makeMenu('top8','','','./','',216,35,'images/but-home.gif','images/but-home-on.gif')

//Leave this line - it constructs the menu

oCMenu.construct()		