fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=0;
_menuOpenDelay=50;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
bordercolor="none";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="12px";
fontstyle="normal";
fontweight="bold";
headerbgcolor="none";
headercolor="#000000";
offbgcolor="#CC0001";
offcolor="white";
onbgcolor="#656565";
oncolor="white";
outfilter=""; //randomdissolve(duration=0.3)
xoverfilter="Fade(duration=0.2);Shadow(color=#4C637A', Direction=135, Strength=3)";
padding=1;
pagebgcolor="#656565";
pagecolor="white";
separatorcolor="#FF8900";
separatorsize=2;
subimage="web files/arrow.gif";
subimagepadding=2;
}

with(PersonalInfo=new menuname("Main Menu")){
alwaysvisible=1;
left=70;
orientation="horizontal";
style=menuStyle;
top=145;
aI("showmenu=Home;text=&nbsp;&nbsp;HOME&nbsp;&nbsp;;url=index.htm;");
aI("showmenu=SpecialFares;text=&nbsp;&nbsp;LAST MINUTE DEALS&nbsp;&nbsp;url=lastMinuteDeals.htm;");
aI("showmenu=VacationPackage;text=&nbsp;&nbsp;VACATION PACKAGES&nbsp;&nbsp;;");
aI("showmenu=Cruise;text=&nbsp;&nbsp;CRUISES&nbsp;&nbsp;url=cruise.htm;");
aI("showmenu=Wedding;text=&nbsp;&nbsp;WEDDING&HONEYMOON&nbsp;&nbsp;url=wedding.htm;");
aI("showmenu=FAQ;text=&nbsp;&nbsp;INSURANCE&nbsp;&nbsp;url=insurance.htm;");
aI("showmenu=Contact;text=&nbsp;&nbsp;CONTACT US&nbsp;&nbsp;url=contactUs.htm;");
}
with(PersonalInfo=new menuname("VacationPackage")){
style=menuStyle;
aI("text=&nbsp;&nbsp;ARUBA&nbsp;&nbsp;;url=aruba.htm;");
aI("text=&nbsp;&nbsp;COSTA RICA&nbsp;&nbsp;;url=costarica.htm;");
aI("text=&nbsp;&nbsp;CUBA&nbsp;&nbsp;;url=cuba.htm;");
aI("text=&nbsp;&nbsp;DOM. REPUBLIC&nbsp;&nbsp;;url=dominican.htm;");
aI("text=&nbsp;&nbsp;JAMAICA&nbsp;&nbsp;;url=jamaica.htm;");
aI("text=&nbsp;&nbsp;MAYAN RIVIERA&nbsp;&nbsp;;url=mayan.htm;");
aI("text=&nbsp;&nbsp;LAS VEGAS&nbsp;&nbsp;;url=lasvegas.htm;");
aI("text=&nbsp;&nbsp;MEXICO&nbsp;&nbsp;;url=mexico.htm;");
aI("text=&nbsp;&nbsp;NASSAU&nbsp;&nbsp;;url=nassau.htm;");
aI("text=&nbsp;&nbsp;ST. LUCIA&nbsp;&nbsp;;url=stlucia.htm;");
aI("text=&nbsp;&nbsp;DISNEYLAND&nbsp;&nbsp;;url=disneyland.htm;");
}

drawMenus();

