

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // 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="#33CC33";
oncolor="#374BA0";

offbgcolor="#374BA0";
offcolor="#FFFFFF";

bordercolor="#006666";
borderstyle="none";
borderwidth=0;

separatorcolor="#374BA0";
separatorsize="8";

padding=5;
fontsize="90%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";

pagecolor="#33CC33";
pagebgcolor="#374BA0";

headercolor="#000000";
headerbgcolor="#ffffff";

subimage= strAppPath + "/Admin/Common/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=2)";
overfilter="Fade(duration=0.1);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.1)";
decoration='underline';
}

with(menuitemStyle=new mm_style()){

offbgcolor="#FFFFFF";
offcolor="#374BA0";
onbgcolor="#374BA0";
oncolor="#FFFFFF";

bordercolor="#006666";
borderstyle="solid";
borderwidth=1;

separatorcolor="#FFFFFF";
separatorsize="1";

padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="003366";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage= strAppPath + "/Admin/Common/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=2)";
overfilter="Fade(duration=0.1);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.1)";
}

with(menuStylePUBLIC=new mm_style()){
fontfamily="Verdana, Tahoma";
fontsize="9pt";
fontweight="normal";
headercolor="#000000";
oncolor="#4C960D";
offcolor="#374BA0";
rawcss="padding-left:10px;padding-right:10px;padding-top:4px;padding-bottom:4px";
separatorimage = strAppPath + "/images/Menu_Sep.gif";
separatorsize=1;
}
		
with(milonic=new menuname("Operations")){
style=menuitemStyle;
overflow="scroll";
aI("text=Crew Roster;url=" + strAppPath + "/Admin/CrewRoster.aspx;");
aI("text=Shuttle Pickups / Dropoffs;url=" + strAppPath + "/Admin/Shuttle.aspx;");
}

with(milonic=new menuname("FlightManagement")){
style=menuitemStyle;
overflow="scroll";
aI("text=Flights;url=" + strAppPath + "/Admin/Flights.aspx;");
aI("text=Journeys;url=" + strAppPath + "/Admin/Journeys.aspx;");
aI("text=Scheduled Flights;url=" + strAppPath + "/Admin/ScheduledFlights.aspx;");
aI("text=Scheduled Journeys;url=" + strAppPath + "/Admin/SearchFlights.aspx;");
}

with(milonic=new menuname("Reservations")){
style=menuitemStyle;
overflow="scroll";
aI("text=Search Flights;url=" + strAppPath + "/Admin/SearchFlights.aspx;");
aI("text=New Reservation;url=" + strAppPath + "/Admin/ReservationAddEdit.aspx;");
aI("text=Reservations;url=" + strAppPath + "/Admin/Reservations.aspx;");
aI("text=MultiPasses;url=" + strAppPath + "/Admin/MultiPasses.aspx;");
}
