_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=0;
buildafterload="true";


with(submenuStyle=new mm_style()){
align="center";
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="CornflowerBlue";
offcolor="#ffffff";
onbgcolor="Blue";
oncolor="#ffffff";
ondecoration="underline";
padding="4";
}

with(menuStyle=new mm_style()){
bgimage="images/lbL.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
offcolor="#878787";
oncolor="#000000";
separatorcolor="Transparent";
separatorsize="1";
separatorimage="images/lbLSep.gif";
overbgimage="images/lbL02.gif";
itemheight="44";
itemwidth="108";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=./;align=center;");
aI("text=Photo Gallery;target=;url=Photo-Gallery.html;align=center;");
aI("text=Order Form;target=;url=Order-Form.html;align=center;");
aI("text=Contact Us;target=;url=Contact-Us.html;align=center;");
}


 drawMenus();

