/******************* MENU **********************************/
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties
oCMenu.pxBetween=0
oCMenu.fromLeft=0
oCMenu.fromTop=0
oCMenu.rows=1
oCMenu.menuPlacement="center"

oCMenu.offlineRoot="."
oCMenu.onlineRoot=""
oCMenu.resizeCheck=1
oCMenu.wait=1000
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="100%"
oCMenu.barHeight="menu"
oCMenu.barClass="clBar"
oCMenu.barX=0
oCMenu.barY=0
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=85
oCMenu.level[0].height=35
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=4
oCMenu.level[0].borderY=4
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
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"


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width-2
oCMenu.level[1].height=35
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=3
oCMenu.level[1].borderY=3
oCMenu.level[1].align="right"
oCMenu.level[1].offsetX=5
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"

//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=oCMenu.level[0].width-2
oCMenu.level[2].height=35
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderX=3
oCMenu.level[2].borderY=3
oCMenu.level[2].align="right"
oCMenu.level[2].offsetX=5
oCMenu.level[2].offsetY=0
oCMenu.level[2].borderClass="clLevel2border"

/******************************************
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','','<b>Home</b>','/index.html','',50,0)

/*oCMenu.makeMenu('top1','','<b>Pay Bills Online</b>','','',70,0)*/

oCMenu.makeMenu('top2','','<b>About</b>','/Citypgs/about.htm','',50,0)
	oCMenu.makeMenu('sub00','top2','Statistics','/Citypgs/statistics.htm')
		oCMenu.makeMenu('sub001','sub00','Louisiana Map','/Citypgs/map1.htm')
			oCMenu.makeMenu('sub0001','sub001','Bogalusa Map','/Citypgs/map2.htm')
	oCMenu.makeMenu('sub01','top2','Calendar of Events','/Citypgs/calendar.htm')
	oCMenu.makeMenu('sub02','top2','Album','/Citypgs/Album/photo.htm')
		oCMenu.makeMenu('sub021','sub02','Historic Bogalusa','/Citypgs/Album/photo2.htm')
		oCMenu.makeMenu('sub022','sub02','More Pictures from the Past','/Citypgs/Album/photo5.htm')
		oCMenu.makeMenu('sub023','sub02','From The Forest','/Citypgs/Album/photo3.htm')
		oCMenu.makeMenu('sub024','sub02','Modern Bogalusa','/Citypgs/Album/photo4.htm')
	oCMenu.makeMenu('sub03','top2','More Images','/Citypgs/Album2/photo.htm')
		oCMenu.makeMenu('sub031','sub03','Christmas In The Park','/Citypgs/Album2/photo2.htm','',140,0)
		oCMenu.makeMenu('sub032','sub03','Mural On Willis Ave','/Citypgs/Album2/photo3.htm','',140,0)
		oCMenu.makeMenu('sub033','sub03','More Pictures','/Citypgs/Album2/photo4.htm','',140,0)
	oCMenu.makeMenu('sub04','top2','Resources Links','/Citypgs/resources.htm')

oCMenu.makeMenu('top3','','Executive','/Citypgs/exec.htm','',70,0)
	oCMenu.makeMenu('sub10','top3','Fire Department','/Citypgs/Fire.htm','',75,0)
		oCMenu.makeMenu('sub1101','sub10','Personnel & Equipment','/Citypgs/Fire-PnEq.htm')
		oCMenu.makeMenu('sub1102','sub10','Prevention & Education','/Citypgs/Fire-PreEd.htm')
		oCMenu.makeMenu('sub1103','sub10','Fire Memorial','/Citypgs/Fire-Memorial.htm')
		oCMenu.makeMenu('sub1104','sub10','Bogalusa Municipal Fire and Police Civil Service Board','/Citypgs/CivilServiceBoard.htm','',85,75)
	oCMenu.makeMenu('sub11','top3','Police Department','/Citypgs/Police.htm','',75,0)
		oCMenu.makeMenu('sub1111','sub11','Personnel & Equipment','/Citypgs/Police-PnEq.htm')
		oCMenu.makeMenu('sub1112','sub11','Police Station & Jail','/Citypgs/Police-Station-Jail.htm')
		oCMenu.makeMenu('sub1113','sub11','Crime Prevention','/Citypgs/Police-Crime.htm')
		oCMenu.makeMenu('sub1114','sub11','Report A Crime','/Citypgs/Police-Citiz.htm')
			oCMenu.makeMenu('sub11141','sub1114','Report A Crime Form','http://dpsweb.dps.louisiana.gov/suspicious.nsf/WebForm?OpenForm')
		oCMenu.makeMenu('sub1115','sub11','Police Memorial','/Citypgs/Police-Memorial.htm')
		oCMenu.makeMenu('sub1116','sub11','Bogalusa Municipal Fire and Police Civil Service Board','/Citypgs/CivilServiceBoard.htm','',85,75)
	oCMenu.makeMenu('sub12','top3','Personnel','/Citypgs/Personnel.htm','',75,0)
	oCMenu.makeMenu('sub13','top3','Public Works','/Citypgs/PubWorks.htm','',75,0)
	oCMenu.makeMenu('sub14','top3','City Directory','/Citypgs/directory.htm','',75,0)

oCMenu.makeMenu('top4','','City Council','/Citypgs/citymap.htm','',85,0)
	oCMenu.makeMenu('sub20','top4','At Large 1','/Citypgs/councilAL1.htm','',110,0)
	oCMenu.makeMenu('sub21','top4','At Large 2','/Citypgs/councilAL2.htm','',110,0)
	oCMenu.makeMenu('sub22','top4','District A','/Citypgs/councilA.htm','',110,0)
	oCMenu.makeMenu('sub23','top4','District B','/Citypgs/councilB.htm','',110,0)
	oCMenu.makeMenu('sub24','top4','District C','/Citypgs/councilC.htm','',110,0)
	oCMenu.makeMenu('sub25','top4','District D','/Citypgs/councilD.htm','',110,0)
	oCMenu.makeMenu('sub26','top4','District E','/Citypgs/councilE.htm','',110,0)

oCMenu.makeMenu('top5','','Airport','/Citypgs/airport.htm','',55,0)
	oCMenu.makeMenu('sub30','top5','Field Info','/Citypgs/airport-FLD.htm')
	oCMenu.makeMenu('sub31','top5','Runway & Nav Aids','/Citypgs/airport-RNW.htm')
	oCMenu.makeMenu('sub32','top5','Airport Location','/Citypgs/airportloc.htm')

//Leave this line - it constructs the menu
oCMenu.construct()

