_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-2            // Sub menu left offset

 with(tier1=new mm_style()){
	onbgcolor="#eaaf0f"; //eaaf0f
	oncolor="#ffffff";
	offbgcolor="#003366";
	offcolor="#eaaf0f";
	bordercolor="#003366";
	borderstyle="solid";
	borderwidth=0;
	separatorcolor="#003366";
	separatorsize="0";
	padding=0;
	fontsize="10pt";
	fontstyle="normal"; 
	fontfamily="Arial";
	fontweight="normal"; //bold
	pagecolor="";
	pagebgcolor="";
	headercolor="";
	headerbgcolor="";
	subimage="";
	subimagepadding="2";
	overfilter="";
	outfilter="";
}

with(tier2=new mm_style()){
	onbgcolor="#eaaf0f"; //eaaf0f
	oncolor="#003366";
	offbgcolor="#e1e1e1";
	offcolor="#003366";
	bordercolor="#003366";
	borderstyle="solid";
	borderwidth="1";
	separatorcolor="#cccccc"; //003366
	separatorsize="1";
	padding="5";
	fontsize="12px";
	fontstyle="normal";
	fontfamily="Arial";
	fontweight="normal"; //bold
	pagecolor="";
	pagebgcolor="";
	headercolor="";
	headerbgcolor="";
	subimage=""; 
	subimagepadding="2";
	overfilter="Fade(duration=0.1)";
	outfilter="Fade(duration=0.1)"; 
}


with(milonic=new menuname("Main Menu")){
	style=tier1;
	top=75;
	left=10;
	alwaysvisible=1;
	orientation="horizontal";
	aI("image="+ path +"images/nav/nav_about_f1.gif;overimage="+ path +"images/nav/nav_about_f2.gif;text=;showmenu=about;");
	aI("image="+ path +"images/nav/nav_news_f1.gif;overimage="+ path +"images/nav/nav_news_f2.gif;text=;showmenu=news;showmenu=news;");
	aI("image="+ path +"images/nav/nav_districts_f1.gif;overimage="+ path +"images/nav/nav_districts_f2.gif;text=;showmenu=districts;");
	aI("image="+ path +"images/nav/nav_sections_f1.gif;overimage="+ path +"images/nav/nav_sections_f2.gif;text=;showmenu=sections;");
	aI("image="+ path +"images/nav/nav_kids_f1.gif;overimage="+ path +"images/nav/nav_kids_f2.gif;text=;showmenu=kids;");	
}

with(milonic=new menuname("about")){
	style=tier2;
	aI("text=Chief of Police;url="+ path +"about-chiefsmessage.html");
	aI("text=Deputy Chiefs;url="+ path +"about-deputychiefs.html");
	aI("text=Core Values;url="+ path +"about-corevalues.html");
	aI("text=Tribute to Fallen Officers;url="+ path +"about-tributetofallenofficers.html");
	aI("text=Chief's Awards;url="+ path +"about-chiefsawards.html");
	aI("text=Calgary Police Commission;url="+ path +"about-commission.html");
}

with(milonic=new menuname("news")){
	style=tier2;
	aI("text=Events;url="+ path +"news-events.html");
	aI("text=Reports;url="+ path +"news-reports.html");	
	aI("text=FAQs;url="+ path +"news-faqs.html");	
}

with(milonic=new menuname("districts")){
	style=tier2;
	aI("text=District Map;url="+ path +"departments-districtmap.html");	
	aI("text=District 1;url="+ path +"departments-districts.html#1");
	aI("text=District 2;url="+ path +"departments-districts.html#2");
	aI("text=District 3;url="+ path +"departments-districts.html#3");
	aI("text=District 4;url="+ path +"departments-districts.html#4");
	aI("text=District 5;url="+ path +"departments-districts.html#5");
	aI("text=District 6;url="+ path +"departments-districts.html#6");
	aI("text=District 7;url="+ path +"departments-districts.html#7");
	aI("text=District 8;url="+ path +"departments-districts.html#8");
}

with(milonic=new menuname("sections")){
	style=tier2;
	aI("text=Sections &amp; Unit Listings;url="+ path +"sectionsandunits.html");	
}

/*completed point */

with(milonic=new menuname("kids")){
	style=tier2;
	aI("text=KidZone;url="+ path +"kids-kidzone.html");
	aI("text=TeenZone;url="+ path +"kids-teenzone.html");
	aI("text=About Face;url="+ path +"kids-AboutFace.html");
	aI("text=Cops For Kids;url="+ path +"kids-copsforkids.html");
	aI("text=Gateway Initiative;url="+ path +"kids-gateway.html");
	aI("text=Hate - Don't Buy In;url="+ path +"kids-dontbuyin.html");
	aI("text=Junior Police Academy;url="+ path +"kids-juniorpolice.html");
	aI("text=SuperKids;url="+ path +"kids-SuperKids.html");
}

drawMenus();
