_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bgimage="http://www.roastsucklingpig.com/menu/runbot.gif";
bordercolor="#939393";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#CCCCCC";
offcolor="#000000";
oncolor="#000000";
onbold=true
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);)";
padding=1;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#939393";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
style=menuStyle;
orientation="horizontal";
itemwidth=100
align="center"
aI("status=Step 1 - Buy;text=Step 1<br>Buy;url=javascript:openIFrame('tempiframe','step_1.htm');");
aI("status=Step 2 - Heat;text=Step 2<br>Cook;url=javascript:openIFrame('tempiframe','step_2.htm');");
aI("status=Step 3 - Serve;text=Step 3<br>Serve;url=javascript:openIFrame('tempiframe','step_3.htm');");
}

drawMenus();

