


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // 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(mainMenuStyleYTB=new mm_style()){
onbgcolor="";
oncolor="#FFFF00";
offbgcolor="";
offcolor="#FFFF00";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFF00";
separatorsize="1";
padding=3;
ondecoration="underline";
fontsize="9pt";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
fontweight="bold";
pagecolor="#FFFF00";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="";

}



with(mainMenuStyle=new mm_style()){
onbgcolor="#013C76";
oncolor="#FFFF00";
offbgcolor="#013C76";
offcolor="#FFFF00";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFF00";
separatorsize="1";
padding=3;
ondecoration="underline";
fontsize="9pt";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
fontweight="bold";
pagecolor="#FFFF00";
pagebgcolor="#013C76";
headercolor="#000000";
headerbgcolor="#ffffff";

}

with(subMenuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#013C76";
offbgcolor="#013C76";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#FFFF00";
separatorsize="1";
padding=3;
ondecoration="underline";
fontsize="9pt";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
fontweight="bold";
pagecolor="#ffffff";
pagebgcolor="#724f75";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("contactus")){
style=subMenuStyle;
aI("text=About Us;url=AboutUs.aspx;");
aI("text=Travel Agents;showmenu=contactusagents;");
aI("text=Travel Suppliers;url=ContactUs_Suppliers.aspx?f=products.htm;");

}

with(milonic=new menuname("contactusagents")){
style=subMenuStyle;
aI("text=Support Request;url=supportRequest.aspx;");
aI("text=Suggestion Box;url=suggestionBox.aspx;");


}
/*
with(milonic=new menuname("Resources")){
style=subMenuStyle;
aI("text=Agent Forum;url=http://www.MailPound.com/forum;");
aI("text=Business Tools;url=BusinessTools.aspx;");
aI("text=Currency Converter;url=javascript:windowPopUp_medium('currencyConverter.aspx');");
aI("text=Cruise Reviews;url=CruiseReviews.aspx;");
aI("text=Events/Meetings/Seminars;url=comingSoon.aspx;");
aI("text=Weather;url=javascript:windowPopUp_medium('http://www.cnn.com/WEATHER/');");

}



with(milonic=new menuname("SupplierOffers")){
style=subMenuStyle;
aI("text=Create Offer;showmenu=CreateOffer;");
aI("text=Offers;url=promotionActivity.aspx;");
}


with(milonic=new menuname("SupplierAccount")){
style=subMenuStyle;
aI("text=Company Information;url=companyinfo.aspx?m=new;");
aI("text=Manage Users;url=manageusers.aspx;");
}


with(milonic=new menuname("SupplierAdministration")){
style=subMenuStyle;
//aI("text=My Consortiums;url=ManageConsortiums.aspx;");
aI("text=My Agents;url=ManageAgents.aspx;");
//aI("text=My Logos;url=ManageLogos.aspx;");
aI("text=My Destinations;url=ManageDestinations.aspx;");
}

with(milonic=new menuname("CreateOffer")){
style=subMenuStyle;
aI("text=Promotion;url=javascript:windowPopUp_large('promotions.aspx?m=add&s=g&n=1');");
aI("text=Incentive;url=javascript:windowPopUp_large('promotions.aspx?m=add&s=i&n=1');");
aI("text=FAM;url=javascript:windowPopUp_large('promotions.aspx?m=ass&s=f&n=1');");
}
*/