
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
onbgcolor="#EEDDAA";
oncolor="#663300";
offbgcolor="#ffffff";
offcolor="#663300";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#EEDDAA";
separatorsize="1";
padding=4;
fontsize="12px";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#663300";
pagebgcolor="#ffffff";
headerbgcolor="#ffffff";
align="center";
// subimage="arrow.gif";
// subimagepadding="2";
}

with(subMenuStyle=new mm_style()){
onbgcolor="#EEDDAA";
oncolor="#663300";
offbgcolor="#ffffff";
offcolor="#663300";
bordercolor="#EEDDAA";
borderstyle="solid";
borderwidth=1;
separatorcolor="#EEDDAA";
separatorsize="1";
padding=4;
fontsize="12px";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#663300";
pagebgcolor="#ffffff";
headerbgcolor="#ffffff";
// subimage="arrow.gif";
// subimagepadding="2";
}

with(milonic=new menuname("TripPlanning")){
style=subMenuStyle;
overflow="scroll";
aI("text=Reservations;url=/index.php;");
aI("text=Flight Schedule;url=/content.php?action=schedule;");
aI("text=Charters;url=/content.php?action=charters;");
aI("text=Russian Travel;url=/content.php?action=russia;");
}

with(milonic=new menuname("DividendMiles")){
style=subMenuStyle;
aI("text=Program Outline;url=/goldpoints/gp_outline.php;");
aI("text=Program Rewards;url=/goldpoints/gp_rewards.php;");
aI("text=Sign Up;url=/goldpoints/;");
aI("text=Gold Points Status;url=/goldpoints/gp_history.php;");
}

with(milonic=new menuname("CustomerService")){
style=subMenuStyle;
aI("text=Cargo;url=/content.php?action=cargo;");
aI("text=Customer Commitment;url=/content.php?action=custcommitment;");
aI("text=Terms and Policies;url=/content.php?action=terms;");
aI("text=Customer Survey;url=/content.php?action=custsurvey;");
aI("text=FAQ;url=/content.php?action=faq;");
}

with(milonic=new menuname("OurRegion")){
style=subMenuStyle;
aI("text=Village Info;url=/content.php?action=villageinfo;");
aI("text=Photo Gallery;url=/content.php?action=photogallery;");
}

with(milonic=new menuname("AboutUs")){
style=subMenuStyle;
aI("text=Staff;url=/content.php?action=staff;");
aI("text=Bering Air Fleet;url=/gallery2/main.php?g2_itemId=518;");
aI("text=Aircraft Gallery;url=/gallery2/main.php?g2_itemId=446;");
aI("text=Careers;url=/content.php?action=careers;");
aI("text=Contact Us;url=/content.php?action=contactus;");
}

with(milonic=new menuname("OurDestinations")){
style=subMenuStyle;
aI("text=Nome & Unalakleet;url=/content.php?action=ourregion#nome;");
aI("text=Kotzebue;url=/content.php?action=ourregion#kotzebue;");
aI("text=Village Gallery;url=/gallery2/main.php?g2_itemId=552;");
}


drawMenus();
