//Create menu object
oCMenu=new makeCM("oCMenu") 

//Set frames off
oCMenu.frames = 0

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=0 
oCMenu.fromTop=123   
oCMenu.rows=1 
oCMenu.menuPlacement="left"

//New menu properties 02-Jun-03
oCMenu.openOnClick=1
oCMenu.closeOnClick=0


                                                  
oCMenu.offlineRoot="" 
oCMenu.onlineRoot="http://cuisine.southburnett.com.au/" 
oCMenu.resizeCheck=1 
oCMenu.wait=600 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties (if 0, background bar is set off)
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX="menu" 
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""


//Top level menu properties 
oCMenu.level[0]=new cm_makeLevel() 
oCMenu.level[0].width=110
oCMenu.level[0].height=19 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=1
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=-1
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="bottom"

//Level 1 menu properties
oCMenu.level[1]=new cm_makeLevel() 
oCMenu.level[1].width=200
oCMenu.level[1].height=19
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetY=-1
oCMenu.level[1].borderClass="clLevel1border"


/******************************************
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','','&nbsp;Home','http://cuisine.southburnett.com.au/index.htm','')
        oCMenu.makeMenu('sub00','top0','&nbsp;South Burnett Regional Cuisine','http://cuisine.southburnett.com.au/index.htm')
        oCMenu.makeMenu('sub01','top0','&nbsp;South Burnett Tourism','http://tourism.southburnett.com.au')
        oCMenu.makeMenu('sub02','top0','&nbsp;South Burnett Online','http://southburnett.com.au')
 
oCMenu.makeMenu('top1','','&nbsp;News Archives','http://cuisine.southburnett.com.au/news.htm')	
	
oCMenu.makeMenu('top2','','&nbsp;Maps','http://cuisine.southburnett.com.au/locationmap.htm')
	oCMenu.makeMenu('sub20','top2','&nbsp;Location Map','http://cuisine.southburnett.com.au/locationmap.htm')
	oCMenu.makeMenu('sub21','top2','&nbsp;Wine &amp; Food Trail Map','http://cuisine.southburnett.com.au/winemap.htm')
	oCMenu.makeMenu('sub22','top2','&nbsp;Tourist Map','http://cuisine.southburnett.com.au/tourmap.htm')
	oCMenu.makeMenu('sub23','top2','&nbsp;Road Distances','http://cuisine.southburnett.com.au/mapdistances.htm')
	
oCMenu.makeMenu('top3','','&nbsp;Recipes','http://cuisine.southburnett.com.au/recipeoverview.htm')
	oCMenu.makeMenu('sub30','top3','&nbsp;Recipes Overview','http://cuisine.southburnett.com.au/recipeoverview.htm')
        oCMenu.makeMenu('sub31','top3','&nbsp;Venison With Mountain Pepper Sauce','http://cuisine.southburnett.com.au/recipe1.htm')
        oCMenu.makeMenu('sub32','top3','&nbsp;Beef And Claw At The Bank','http://cuisine.southburnett.com.au/recipe2.htm')
	oCMenu.makeMenu('sub33','top3','&nbsp;Pork Papillon','http://cuisine.southburnett.com.au/recipe3.htm')
	oCMenu.makeMenu('sub34','top3','&nbsp;Pork Involtini With Arrancini','http://cuisine.southburnett.com.au/recipe4.htm')
	oCMenu.makeMenu('sub35','top3','&nbsp;Wattleseed &amp; Dukkah Rubbed Chevon','http://cuisine.southburnett.com.au/recipe5.htm')
	oCMenu.makeMenu('sub36','top3','&nbsp;Lemon Myrtle Silver Perch','http://cuisine.southburnett.com.au/recipe6.htm')
	oCMenu.makeMenu('sub37','top3','&nbsp;Tenderloin Steak With Booie Rum','http://cuisine.southburnett.com.au/recipe7.htm')	
		

oCMenu.makeMenu('top4','','&nbsp;Databases','http://cuisine.southburnett.com.au/databases.htm')
        oCMenu.makeMenu('sub40','top4','&nbsp;Database Overview','http://cuisine.southburnett.com.au/databases.htm')
        oCMenu.makeMenu('sub41','top4','&nbsp;Wineries and Cellar Doors','http://southburnett.com.au/cgi-bin/cuisine/display.cgi?search=1&searchtext=winex')
        oCMenu.makeMenu('sub42','top4','&nbsp;South Burnett Restaurants','http://southburnett.com.au/cgi-bin/cuisine/display.cgi?search=1&searchtext=restaurant')
        oCMenu.makeMenu('sub43','top4','&nbsp;South Burnett Cafes','http://southburnett.com.au/cgi-bin/cuisine/display.cgi?search=1&searchtext=cafex')
        oCMenu.makeMenu('sub44','top4','&nbsp;Winery &amp; Adventure Tours','http://southburnett.com.au/cgi-bin/cuisine/display.cgi?search=1&searchtext=wineryttour')  
        oCMenu.makeMenu('sub45','top4','&nbsp;Regional Cuisine Suppliers','http://cuisine.southburnett.com.au/suppliers.htm')
	

oCMenu.makeMenu('top5','','&nbsp;Links','http://cuisine.southburnett.com.au/links.htm')       
       
oCMenu.makeMenu('top6','','&nbsp;About','http://cuisine.southburnett.com.au/about.htm')	

//Leave this line - it constructs the menu
oCMenu.construct()		


