_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=10;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
offbgcolor="LightSteelBlue";
offcolor="#000000";
oncolor="#ffffff";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/black_round_white.gif";
}

with(menuStyle=new mm_style()){
align="left";
bordercolor="#ffffff";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
image="images/sepsquare_on3.gif";
offbgcolor="Gainsboro";
offcolor="#000C4B";
oncolor="#000000";
padding="2";
separatorcolor="#FFFFFF";
separatorsize="1";
overimage="images/sepsquare15.gif";
imageposition="right";
itemwidth="150";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
itemwidth="120";
orientation="vertical";
itemheight="18";
aI("text=Home;target=;url=.././;");
aI("text=Articles;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Dog Repellent;target=;url=dog-repellent.htm;");
aI("text=The Secret;target=;url=the-secret.htm;");
aI("text=Elderly Beaten;target=;url=elderly-couple-beaten-by-thugs.htm;");
aI("text=Self-Protection;target=;url=self-protection.htm;");
aI("text=Pepper Spray and Mace FAQ;target=;url=pepper-spray-and-mace.htm;");
aI("text=Pepper Spray or Mace?;target=;url=pepper-spray-or-mace.htm;");
aI("text=Pepper Spray Tutorial;target=;url=pepper-spray-tutorial.htm;");
aI("text=Personal Protection Devices - Dos and Don'ts;target=;url=personal-protection-devices-dos-and-don'ts.htm;");
aI("text=Coed Safety Tips;target=;url=coed-safety-tips.htm;");
aI("text=Christy and Her Mace Spray;target=;url=christy-and-her-mace-spray.htm;");
}


 drawMenus();

