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




with(menuStyle=new mm_style()){
fontfamily="\"Trebuchet MS\",Geneva, Arial, Helvetica, SunSans-Regular, sans-serif";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#fff";
headercolor="#000";
oncolor="#FF0000";
outfilter="fade(duration=0.4)";
overfilter="Fade(duration=0.2);Alpha(opacity=80)";
padding=4;
pagebgcolor="#82B6D7";
separatorcolor="transparent";
separatorsize=2;
}

with(submenuStyle=new mm_style()){
styleid=1;
fontfamily="\"Trebuchet MS\",Geneva, Arial, Helvetica, SunSans-Regular, sans-serif";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#fff";
headercolor="#000";
offbgcolor="#000";
onbgcolor="#000";
offcolor="#fff";
outfilter="fade(duration=0.4)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=4;
pagebgcolor="#82B6D7";
separatorcolor="transparent";
separatorsize=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=120;
openstyle="up";
orientation="horizontal";
style=menuStyle;
top=590;
aI("showmenu=Faithinchaos;text=Faith in chaos \[story\]: ;");
aI("showmenu=Kissy;text=One Goal \[story\];");
}

with(milonic=new menuname("Faithinchaos")){
openstyle="up";
style=submenuStyle;
left=120;
top=330;
aI("image=../img/faithinchaos/story-faithinchaos.gif;");
}

with(milonic=new menuname("Kissy")){
openstyle="up";
style=submenuStyle;
left=120;
top=430;
aI("image=../img/faithinchaos/story-soccerteam.gif;");
}


drawMenus();

