fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#4D5153";
offcolor="#FFFFFF";
onbgcolor="#919496";
oncolor="#ffffff";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=0;
pagebgcolor="#4D5153";
pagecolor="#fff";
separatorcolor="#999999";
separatorsize=0;
//subimage="http://img.milonic.com/arrow.gif";
//subimagepadding=2;
}



with(milonic=new menuname("Home")){
style=menuStyle;
margin=3;
//aI("text=Introduction;url=http://www.metracontravel.com/ourhomes_intro.asp;status=Introduction");

}

with(milonic=new menuname("Services")){
style=menuStyle;
margin=3;
top=75;
aI("text=Individual Reward Travel;url=http://www.metracontravel.com/services_reward_individual.asp;offclass=mmbord;onclass=mmbord;");

aI("text=Sports & Entertainment;url=http://www.metracontravel.com/services_reward_sports.asp;offclass=mmbord;onclass=mmbord;");

aI("text=Group Travel;url=http://www.metracontravel.com/services_reward_group.asp;offclass=mmbord;onclass=mmbord;");
}



with(milonic=new menuname("About Us")){
style=menuStyle;
margin=3;
//aI("text=Our Story;url=http://www.metracontravel.com/aboutus_story.asp;offclass=mmbord;onclass=mmbord;");

}

with(milonic=new menuname("Login")){
style=menuStyle;
margin=3;

}

with(milonic=new menuname("Contact")){
style=menuStyle;
margin=3;
//aI("text=Contact Information;url=http://www.metracontravel.com/contact.asp;");
}



drawMenus();


