// JavaScript Document
_menuCloseDelay=250 // 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="#253D9B";
oncolor="#ffffff";
offbgcolor="#EDEDED";
offcolor="#313585";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=3;
fontsize=10;//"65%";
fontstyle="normal";
fontfamily="Arial";
//pagecolor="black";
//pagebgcolor="#82B6D7";
//headercolor="#000000";
//headerbgcolor="#ffffff";
subimage="/images/Arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=85)"; //;Shadow(color='#777777', Direction=135, Strength=5)
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Company")){
style=menuStyle;
orientation="vertical";
position="absolute";
aI("text=Our History;url=/History.htm;status=MEARS History");
aI("text=Our Management;url=/Management.htm;status=MEARS Management");
aI("text=Career Opportunities;url=/Careers.htm;status=Get a job with MEARS!");
}

with(milonic=new menuname("Services")){
style=menuStyle;
orientation="vertical";
position="absolute";
aI("text=Airport Transportation;url=/AirportTrans.htm;status=Airport Transportation");
aI("text=Attraction Transportation;url=/AttractionTrans.htm;status=Attraction Transportation");
aI("text=Cruise Transportation;url=/CruiseTrans.htm;status=Cruise Transportation");
aI("text=Charter Transportation;url=/CharterTrans.htm;status=Charters available!");
aI("text=Charter Pricing;url=/Configurator.asp;status=Charter Rates Configurator");
aI("text=Taxi Transportation;url=/TaxicabService.htm;status=Taxi Transportation");
}

drawMenus();