_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="0";
fontfamily="Trebuchet MS";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
image="images/whitedots.gif";
offbgcolor="#8F2E1D";
offcolor="#ffffff";
onbgcolor="#DCA14A";
oncolor="#ffffff";
padding="5";
separatorcolor="#ffffff";
separatorsize="3";
subimage="images/white_arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="178";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Trebuchet MS";
fontsize="9pt";
fontstyle="normal";
offbgcolor="#8F2E1D";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
padding="4";
separatorcolor="#FFFFFF";
separatorsize="1";
subimage="images/white_arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Popcorn Popper Home;target=;url=.././;");
aI("text=Popcorn recipes;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Cheesy recipes;target=;url=cheesy-recipes.html;");
aI("text=Seasoning recipes;target=;url=seasoning-recipes.html;");
aI("text=Exotic recipes;target=;url=exotic-recipes.html;");
aI("text=Holiday recipes;target=;url=holiday-recipes.html;");
aI("text=Spicy recipes;target=;url=spicy-recipes.html;");
aI("text=Sweet recipes;target=;url=sweet-recipes.html;");
}


 drawMenus();
