
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
effect="Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
effect="Shadow(color='#777777', Direction=135, Strength=5)"
}

_menuCloseDelay=500;
_menuOpenDelay=150;
_scrollAmount=3;
_scrollDelay=20;
_followSpeed=5;
_followRate=40;
_subOffsetTop=0;
_subOffsetLeft=2;


with(style1=new mm_style()){
bordercolor="#330033";
borderstyle="solid";
borderwidth=1;
offcolor="#FFFFFF";
offbgcolor="#990033";
oncolor="#330033";
onbgcolor="#66CC33";
fontsize="14px";
fontstyle="normal";
fontweight="normal";
fontfamily="arial";
padding=2;
pagecolor="#FFFFFF";
pagebgcolor="#66CC33";
separatorcolor="#330033";
separatorsize=2;
}

with(milonic=new menuname("mainmenu")){
style=style1;
itemwidth=180;
alwaysvisible=1;
position="relative";
align="left";
orientation="vertical";
aI("text=About Us;url=about_us.htm;separatorsize=1")
aI("text=Experience;url=experience.htm;status=Experience;separatorsize=1")
aI("text=Weddings & Formal Events;url=weddings_formal.htm;separatorsize=1")
aI("text=Box Lunches & Office<BR>&nbsp;&nbsp;&nbsp;&nbsp;Delivery;url=box-lunches_office-delivery.htm;separatorsize=1")
aI("text=Corporate Events & Grand<BR>&nbsp;&nbsp;&nbsp;&nbsp;Openings;url=corp-events_grand-openings.htm;separatorsize=1")
aI("text=Menus;showmenu=menus;;status=Menus;separatorsize=1")
aI("text=Contact Us;url=contact_us.htm;separatorsize=1")
aI("text=Home;url=index.htm;separatorsize=1")
}

with(milonic=new menuname("menus")){
style=style1;
align="left";
aI("text=Catering Bar & Beverage Service;url=menus/catering_bar.pdf;;status=Catering Bar & Beverage Service;separatorsize=1")
aI("text=Breakfast-Lunch-Break Menu;url=menus/catering_meetings.pdf;;status=Breakfast-Lunch-Break Menu;separatorsize=1")
aI("text=Formal & Banquet Catering;url=menus/catering_menu.pdf;;status=Formal & Banquet Catering;separatorsize=1")
}


drawMenus();

