_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
align="center";
bordercolor="Pink";
borderstyle="Dashed";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="LightGoldenrodYellow";
offcolor="HotPink";
onbgcolor="LightPink";
oncolor="White";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="4";
pagebgcolor="White";
pagecolor="LightGreen";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
imagepadding="8";
}

with(menuStyle=new mm_style()){
align="center";
bordercolor="Pink";
borderstyle="Dashed";
borderwidth="1";
fontfamily="Verdana";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="LightGoldenrodYellow";
offcolor="HotPink";
onbgcolor="SkyBlue";
oncolor="White";
outfilter="Fade(Overlap=1.00)";
padding="6";
pagebgcolor="White";
pagecolor="LightGreen";
imagepadding="6";
itemwidth="100";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=400;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("showmenu=HomeEventsINFO_BAR_MENU;text=Home;target=;url=./;");
aI("showmenu=About MeToy SamuraizINFO_BAR_MENU;text=About Me;target=;url=About-Me.html;");
aI("text=Gallery;target=;url=Gallery.html;");
aI("text=Shop;target=;url=Shop.html;");
}

with(milonic=new menuname("HomeEventsINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Events;target=;url=Events.html;");
aI("text=Links;target=;url=Links.html;");
}

with(milonic=new menuname("About MeToy SamuraizINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Toy Samuraiz;target=;url=Toy-Samuraiz.html;");
aI("text=My Deviantart;target=_blank;url=http://angelicpara.deviantart.com/;");
aI("text=My Cosplay.com;target=_blank;url=http://www.cosplay.com/member/40500/;");
}


 drawMenus();

