

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0             // Sub menu top offset
_subOffsetLeft=0       // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#666699";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize=12;
fontweight="bold";
fontstyle="normal";
fontfamily="Arial";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(hisaStyle=new mm_style()){
onbgcolor="#ccccff";
oncolor="#666699";
offbgcolor="#666699";
offcolor="#ffffff";
bordercolor="#666699";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize=12;
fontweight="bold";
fontstyle="normal";
fontfamily="Arial";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=75;
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;About Us&nbsp;;url=aboutus.asp;");
aI("text=&nbsp;Flowers &amp; Gifts&nbsp;showmenu=Gallery;url=gallery.asp;");
aI("text=&nbsp;Our Customers&nbsp;;url=customers.asp;");
aI("text=&nbsp;Contact Us&nbsp;;url=contact.asp;");
aI("text=&nbsp;Home;url=home.asp;");
}

with(milonic=new menuname("Gallery")){
style=hisaStyle;
overflow="scroll";
aI("text=Flower Arrangements;url=flowers.asp;");
aI("text=Bonsai and House Plants;url=bonsai.asp;");
aI("text=Magic Motion Clocks;url=clocks.asp;");
aI("text=Unique Gifts from the Orient;url=gifts.asp;");
}


drawMenus();

