_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(ScrollingSampStyle=new mm_style()){
bordercolor="#ffff99";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffff99";
separatorsize="1";
fontfamily="verdana,helvetica,sans serif";
fontsize="70%";
fontstyle="normal";
fontweight="bold";
offbgcolor="#ffffcc";
offcolor="#666666";
onbgcolor="#CCCCFF";
oncolor="#0000CC";
padding=5;
subimage="http://www.katiesplace.org/arrow.gif";
subimagepadding=4;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
menualign="center";
menuwidth="100%";
orientation="horizontal";
style=ScrollingSampStyle;
top=50;
aI("showmenu=About;text=About Us;");
aI("showmenu=Predators;text=Sexual Predators;");
aI("showmenu=Services;text=What We Do;");
}


with(milonic=new menuname("About")){
style=ScrollingSampStyle;
aI("text=About Katie;url=http://www.katiesplace.org/katie/about_katie.html;");
aI("text=About Parry;url=http://www.wiredsafety.org/resources/biographies/parry/index.html;");
aI("text=About Alicia;url=http://www.katiesplace.org/alicia/about_alicia.html;");

}

with(milonic=new menuname("Predators")){
style=ScrollingSampStyle;
aI("text=Real Stories;url=http://www.katiesplace.org/predators/real_stories.html;");
aI("text=Ploys They Use;url=http://www.katiesplace.org/predators/script.html;");
aI("text=The Law;url=http://www.katiesplace.org/predators/predators_law.html;");
}

with(milonic=new menuname("Services")){
style=ScrollingSampStyle;
aI("text=Help for Schools;url=http://www.katiesplace.org/educators/index.html;");
aI("text=How to Report Cybercrime;url=http://www.katiesplace.org/report_cybercrime.html;");
}

drawMenus();

