fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps

_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=-0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#4E4E4E";
oncolor="#FFFFFF";
offbgcolor="#222222";
offcolor="#99CC00";
bordercolor="#4E4E4E";
borderstyle="solid";
borderwidth=0;
separatorcolor="#4E4E4E";
separatorsize="1";
padding=6;
fontsize="70%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana";
pagecolor="#99CC00";
pagebgcolor="#222222";
headercolor="#99CC00";
headerbgcolor="#99CC00";
//subimage="images/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="center";
top=110;
//left="offset=-9";
//left=5;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home ;url=index.html;");
aI("text=About Us ;url=content/aboutUs.html;");
aI("text=Newsletter ;url=content/newsletter.html;");
aI("text=Consumer Info ;url=# ;showmenu=Consumer Info;");
aI("text=VIN/Lien Check ;url=content/vin_lien_check.html ;");
aI("text=Auto Theft Symposium ;url=# ;showmenu=Auto Theft Symposium;");
aI("text=Coming Events ;url=content/comingEvents.html ;");
aI("text=Contact Us ;url=content/contact.html ;");
aI("text=IBC Map;url=http://www.ibc.ca/en/Insurance_Crime/documents/av/auto_theft/Destinations.wmv;");
aI("text=Links ;url=content/links.html ;");
}

with(milonic=new menuname("Consumer Info")){
style=menuStyle;
top="offset=0";
aI("text=Alberta Cities Auto Theft &amp; Recovery Stats 2004 &nbsp; ;url=content/pdfs/Alberta_Cities_Auto_Theft_and_Recovery_Stats_2004.pdf ;");
aI("text=Branches of the Autotheft Tree » &nbsp; ;showmenu=Branches of the Autotheft Tree;");
aI("text=Avoiding Identity Theft &nbsp; ;url=content/pdfs/Avoid_ID_Theft.pdf ;");
aI("text=Deterring Theft &nbsp; ;url=content/deterring_theft.html ;");
aI("text=Curbsiders &nbsp; ;url=content/curbsiders.html ;");
aI("text=Drugs-Auto-Theft &nbsp; ;url=content/drugs_auto_theft.html ;");
aI("text=Articles » &nbsp; ;url=# ;showmenu=Articles;");
aI("text=Surrey Study &nbsp; ;url=content/pdfs/SurreyStudy.pdf ;");
}

with(milonic=new menuname("Branches of the Autotheft Tree")){
style=menuStyle;
top="offset=0";
aI("text=English &nbsp; &nbsp; &nbsp; ;url=content/pdfs/branches_of_autotheft.pdf;");
aI("text=French &nbsp; &nbsp; &nbsp; ;url=content/pdfs/branches_of_autotheft-french.pdf;");
}

with(milonic=new menuname("Articles")){
style=menuStyle;
top="offset=0";
aI("text=Lemons for Sale &nbsp; &nbsp; &nbsp; ;url=http://www.readersdigest.ca/mag/2001/04/lemon.html ;");
aI("text=The 0-60 Rush &nbsp; &nbsp; &nbsp; ;url=content/pdfs/The0-60Rush.pdf ;");
}

with(milonic=new menuname("Auto Theft Symposium")){
style=menuStyle;
top="offset=0";
aI("text=Symposium Findings &nbsp; &nbsp; &nbsp; ;url=content/auto_theft_symposium.html ;");
aI("text=Symposium Speakers &nbsp; &nbsp; &nbsp; ;url=content/symposiumSpeakers.html ;");
}

drawMenus();
