


_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=-10            // 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="#ff6347";
oncolor="#FFFFFF";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
onborder="1px solid #aaaaaa";
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="8px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#7e763f";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.beautifulcottages.com/menulatecomers/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.4);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.4)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=45;
left=1;
alwaysvisible=1;
followscroll="1";
orientation="horizontal";
aI("text=LATE AVAILABILITY;url=http://www.latecomers.com/cgi-bin/abeaut.cgi/Search?days=28&sort=TIME&cookie=NEWS;showmenu=menu1;status=Search Late availability  database;");
}

with(milonic=new menuname("menu1")){
style=menuStyle;
overflow="scroll";


aI("text=Switch-to Late Availability Database;url=http://www.latecomers.com/;status=Back to Late availability  database;");

aI("text=Switch-to Latecomers Main Database;url=multisearchmain.html;status=Back to Main database;");
}

drawMenus();

