
//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames=0

//Menu properties   
oCMenu.pxBetween=1
oCMenu.fromLeft=0 
oCMenu.fromTop=150   
oCMenu.rows=0 
oCMenu.menuPlacement="0"
                                                             
oCMenu.offlineRoot="file:///C|/temp/stb/scripts/coolmenus/" 
oCMenu.onlineRoot="coolmenus/" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="menu"
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 specified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=99
oCMenu.level[0].height=18 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=1
oCMenu.level[0].offsetY=5
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="right"

//dynamic effect (controllable for each level)
oCMenu.level[0].clippx=2
oCMenu.level[0].cliptim=2
//special animation filters (IE5.5+ only, controllable for each level)
oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)" 

//Other special animation filters (IE5.5+ only, controllable for each level)
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Barn(duration=0.5,orientation=horizontal)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Blinds(duration=0.5,bands=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.CheckerBoard(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.GradientWipe(duration=0.5,wipeStyle=0)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=STAR)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Iris(duration=0.5,irisStyle=CIRCLE)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Pixelate(duration=0.5,maxSquare=40)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Wheel(duration=0.5,spokes=5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Spiral(duration=0.5)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Stretch(duration=0.5,stretchStyle=push)"
//oCMenu.level[0].filter="progid:DXImageTransform.Microsoft.Strips(duration=0.5,motion=rightdown)"


//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-4
oCMenu.level[1].height=18
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=0
oCMenu.level[1].borderY=0
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"
//dynamic effect
oCMenu.level[1].clippx=2
oCMenu.level[1].cliptim=2
//special animation filters
oCMenu.level[1].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)" 


//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to specify the properties you want different from LEVEL[1] OR 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=150
oCMenu.level[2].height=18
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
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','','Chief/Home Page','http://www.parispolice.org/','',160,0)
	oCMenu.makeMenu('sub01','top0','Chief/Home Page','http://www.parispolice.org/','',220,0)

oCMenu.makeMenu('top1','','Services','http://www.parispolice.org/services.htm','',160,0)
	oCMenu.makeMenu('sub11','top1','Services Page','http://www.parispolice.org/services.htm','',220,0)
	oCMenu.makeMenu('sub12','top1','Information Center','http://www.parispolice.org/info_center.htm','',220,0)
	oCMenu.makeMenu('sub13','top1','Sex Offender Search','http://www.kentuckystatepolice.org/sor.htm#search','_blank',220,0)
	oCMenu.makeMenu('sub14','top1','Missing Person','http://www.parispolice.org/missing.htm','',220,0)
	oCMenu.makeMenu('sub15','top1','Kentucky DARE','http://www.kydare.com/','_blank',220,0)
	oCMenu.makeMenu('sub16','top1','Youth Programs','http://www.parispolice.org/youth.htm','',220,0)
	oCMenu.makeMenu('sub17','top1','Citizens Police Academy','http://www.parispolice.org/citizens_police_academy.htm','',220,0)
	oCMenu.makeMenu('sub18','top1','Paris Police Dept. Application','http://www.parispolice.org/pdf/application.pdf','_blank',220,0)
	oCMenu.makeMenu('sub19','top1','Obtain A Police Report','http://www.parispolice.org/obtain.htm','',220,0)

oCMenu.makeMenu('top2','','Report a Crime','http://www.parispolice.org/ReportCrime.html','',160,0)
	oCMenu.makeMenu('sub21','top2','Report a Crime','http://www.parispolice.org/reportCrime.html','',220,0)

oCMenu.makeMenu('top3','','Safety Tips','http://www.parispolice.org/safety.htm','',160,0)
	oCMenu.makeMenu('sub31','top3','Safety Tips','http://www.parispolice.org/safety.htm','',220,0)
	oCMenu.makeMenu('sub32','top3','Safety Belt Laws','http://www.parispolice.org/seat_belt.htm','',220,0)
	oCMenu.makeMenu('sub33','top3','Winter Driving Tips','http://www.parispolice.org/winter_driving_tips.htm','',220,0)
	oCMenu.makeMenu('sub34','top3','Evacuation Information','http://www.parispolice.org/evacuation.htm','',220,0)
	oCMenu.makeMenu('sub35','top3','Family Prepardness','http://www.parispolice.org/family.htm','',220,0)
	oCMenu.makeMenu('sub36','top3','Winter Safety Tips','http://www.parispolice.org/winter.htm','',220,0)
	oCMenu.makeMenu('sub37','top3','Thunderstorms and Lighting Safety','http://www.parispolice.org/thunderstorms.htm','',220,0)
	oCMenu.makeMenu('sub38','top3','Tornadoes Safety Tips','http://www.parispolice.org/tornadoes.htm','',220,0)
	oCMenu.makeMenu('sub39','top3','Flood Safety Tips','http://www.parispolice.org/flood.htm','',220,0)
	oCMenu.makeMenu('sub39a','top3','Fire Safety Tips','http://www.parispolice.org/fire.htm','',220,0)
	oCMenu.makeMenu('sub39b','top3','Earthquakes Safety Tips','http://www.parispolice.org/earthquake.htm','',220,0)
	oCMenu.makeMenu('sub39c','top3','Hazardous Materials Emergenices','http://www.parispolice.org/hazardous.htm','',220,0)
	oCMenu.makeMenu('sub39d','top3','Workpalce Violence Safety Tips','http://www.parispolice.org/workplace.htm','',220,0)
	oCMenu.makeMenu('sub39e','top3','Summer Weather Safety Tips','http://www.parispolice.org/summer.htm','',220,0)
	
oCMenu.makeMenu('top4','','Training','http://docjt.jus.state.ky.us/','_blank',160,0)
	oCMenu.makeMenu('sub41','top4','Training','http://docjt.jus.state.ky.us/','',220,0)

oCMenu.makeMenu('top5','','Associated Links','http://www.parispolice.org/associated_links.htm','',160,0)
	oCMenu.makeMenu('sub51','top5','Associated Links','http://www.parispolice.org/associated_links.htm','',220,0)
	oCMenu.makeMenu('sub52','top5','Take A Bite Out Of Crime','http://www.ncpc.org/','_blank',220,0)
	oCMenu.makeMenu('sub53','top5','Kentucky Domestic Violence Association','http://www.kdva.org/','_blank',220,0)
	oCMenu.makeMenu('sub54','top5','Kentucky Court Of Justice','http://www.kycourts.net/','_blank',220,0)
	oCMenu.makeMenu('sub55','top5','Kentucky Law Enforcement Memorial Foundation','http://www.klemf.org/','_blank',220,0)
	oCMenu.makeMenu('sub56','top5','Kentucky Offender Online Lookup (KOOL)','http://corrections.ky.gov/kool.htm','_blank',220,0)
	oCMenu.makeMenu('sub57','top5','Kentucky State Police','http://www.kentuckystatepolice.org/','_blank',220,0)
	oCMenu.makeMenu('sub58','top5','National Sheriffs Association','http://www.sheriffs.org/','_blank',220,0)
	oCMenu.makeMenu('sub59','top5','Kentucky Secretary of State','http://sos.ky.gov/','_blank',220,0)
	oCMenu.makeMenu('sub59a','top5','Federal Bureau Of Investigation','http://www.fbi.gov/','_blank',220,0)
	oCMenu.makeMenu('sub59b','top5','Kentucky DARE','http://www.kydare.com/','_blank',220,0)
	oCMenu.makeMenu('sub59c','top5','Sex Offender Search','http://www.kentuckystatepolice.org/sor.htm#search','_blank',220,0)
	oCMenu.makeMenu('sub59d','top5','Kentucky Amber Alert','http://www.kentuckyamberalert.com/','_blank',220,0)
	
oCMenu.makeMenu('top6','','Investigations','http://www.parispolice.org/investigations.htm','',160,0)
	oCMenu.makeMenu('sub61','top6','Investigations','http://www.parispolice.org/investigations.htm','',220,0)
	oCMenu.makeMenu('sub62','top6','Crime Stoppers','http://www.parispolice.org/crime_stoppers.htm','',140,0)

oCMenu.makeMenu('top7','','Administration Page','http://www.parispolice.org/admin.htm','',160,0)	
	oCMenu.makeMenu('sub71','top7','Administration Page','http://www.parispolice.org/admin.htm','',220,0)

oCMenu.makeMenu('top8','','Public Concerns','http://www.parispolice.org/public.htm','',160,0)
	oCMenu.makeMenu('sub81','top8','Public Concerns','http://www.parispolice.org/public.htm','',220,0)
	oCMenu.makeMenu('sub82','top8','Citizens Police Academy','http://www.parispolice.org/citizens_police_academy.htm','',220,0)
	oCMenu.makeMenu('sub83','top8','Academy Alumni Association','http://www.parispolice.org/issue.htm','',220,0)
	oCMenu.makeMenu('sub84','top8','D.A.R.E. Program','http://www.parispolice.org/dare.htm','',220,0)
	oCMenu.makeMenu('sub85','top8','Explorers Program','http://www.parispolice.org/lee.htm','',220,0)
	oCMenu.makeMenu('sub86','top8','Kidprint I.D. Badge','http://www.parispolice.org/id.html','',220,0)

oCMenu.makeMenu('top9','','Press Releases','http://www.parispolice.org/press.htm','',160,0)
	oCMenu.makeMenu('sub91','top9','Press Releases','http://www.parispolice.org/press.htm','',220,0)

oCMenu.makeMenu('top10','','Citation Page','http://www.parispolice.org/citation.htm','',160,0)
	oCMenu.makeMenu('sub101','top10','Citation Page','http://www.parispolice.org/citation.htm','',220,0)

oCMenu.makeMenu('top11','','Kids Page','http://www.parispolice.org/kids_page.htm','',160,0)
	oCMenu.makeMenu('sub111','top11','Kids Page','http://www.parispolice.org/kids_page.htm','',220,0)
	oCMenu.makeMenu('sub112','top11','Kidprint I.D. Badge','http://www.parispolice.org/id.html','',220,0)

oCMenu.makeMenu('top12','','Explorers Program','http://www.parispolice.org/lee.htm','',160,0)
	oCMenu.makeMenu('sub121','top12','Explorers Program','http://www.parispolice.org/lee.htm','',220,0)
	oCMenu.makeMenu('sub122','top12','Law Enforcement Exploring Pictures','http://www.parispolice.org/lee_pic.htm','',220,0)
	
oCMenu.makeMenu('top13','','City of Paris','http://www.paris.ky.gov','',160,0)
	oCMenu.makeMenu('sub131','top13','City of Paris','http://www.paris.ky.gov','',220,0)
	oCMenu.makeMenu('sub132','top13','Paris Fire Department','http://www.parisfd.com','',220,0)
	oCMenu.makeMenu('sub133','top13','Chamber of Commerce','http://parisky.org/','',220,0)
	oCMenu.makeMenu('sub134','top13','Commonwealth of Kentucky','http://kentucky.gov/','',220,0)

oCMenu.makeMenu('top14','','WEBMAIL','http://webmail.parispolice.org','',160,0)
	oCMenu.makeMenu('WEBMAIL','top14','WEBMAIL','http://webmail.parispolice.org','',220,0)

//Leave this line - it constructs the menu
oCMenu.construct()



