


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=2            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#D2D585";
oncolor="#7E7F4B";
offbgcolor="#ffffff";
offcolor="#515151";
bordercolor="#1A6410";
borderstyle="solid";
borderwidth=1;
separatorcolor="#1A6410";
separatorsize="1";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=2)";
outfilter="randomdissolve(duration=0.2)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=100;
left=10;
alwaysvisible=1;
orientation="vertical";
aI("text=Home;url=index.htm");
aI("text=Wedding;showmenu=Wedding;");
aI("text=Contact Us;url=contact.htm;");
}

with(milonic=new menuname("Wedding")){
style=menuStyle;
overflow="scroll";
aI("text=Details;url=details.htm;");
aI("text=Accomodation;url=accomodation.htm;");
aI("text=Gifts;url=gifts.htm;");
}

drawMenus();


