//_CFix=1					//fix for Macromedia Contribute
_menuCloseDelay=500     // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50       // The time delay before menus open on mouse over
_followSpeed=5          // Follow scrolling speed
_followRate=40          // Follow scrolling Rate
_subOffsetTop=0         // Sub menu top offset
_subOffsetLeft=0        // Sub menu left offset
_scrollAmount=3         // Only needed for Netscape 4.x
_scrollDelay=20         // Only needed for Netcsape 4.x

with(menuStyle=new mm_style()){
//itemwidth=120;
align='left';
oncolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#CCCCCC";
offbgcolor="#336699";
pagebgcolor="#CCCCCC";
pagecolor="#000000";
separatorcolor="#000000";
separatorsize=1;
padding=2;
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontsize=12;
//fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial, Tahoma";
}

with(dropStyle=new mm_style()){
itemwidth=175;
fontsize=12;
onbgcolor="#CCCCCC";
oncolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize=1;
padding=2;
fontstyle="normal";
//fontweight="bold";
fontfamily="Verdana, Arial,  Tahoma";
overfilter="Fade(duration=0.3);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
}

//*********************************************************************
// Main Menu
//*********************************************************************
with(milonic=new menuname("Main Menu")){
style=menuStyle;
position="relative";
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;&nbsp;Home&nbsp;&nbsp;;url=index.htm;onclass=BorderLeft;offclass=BorderLeft;");
aI("text=&nbsp;&nbsp;Services&nbsp;&nbsp;showmenu=Services;;url=services.htm;");
aI("text=&nbsp;&nbsp;Our Company&nbsp;&nbsp;;showmenu=OurCompany;url=divisions.htm;");
aI("text=&nbsp;&nbsp;Careers&nbsp;&nbsp;;showmenu=Careers;url=career.htm;");
aI("text=&nbsp;&nbsp;Equipment for Sale&nbsp;&nbsp;;showmenu=Equipment;url=inventory.htm;onclass=BorderRight;offclass=BorderRight;");
}
//*********************************************************************
//  2nd Tier Menus
//*********************************************************************

with(milonic=new menuname("Services")){
style=dropStyle;
orientation="Equipment";
aI("text=Service Overview;url=services.htm;");
aI("text=Driver Pay Inquiry;url=DriverPayInquiry.htm;");
aI("text=Check Shipment Status;url=http://www.jrschugel.com/XpressLogin.html;target=_blank;");
aI("text=Driver Trip Sheet;url=pdf/tripsheet.pdf;target=_blank;");
}
//http://jrschugel.xpresssuite.com or http://www.jrschugel.com/XpressLogin.html

with(milonic=new menuname("OurCompany")){
style=dropStyle;
orientation="OurCompany";
aI("text=Divisions;url=divisions.htm;");
aI("text=Mission;url=mission.htm;");
aI("text=Terminals;url=terminals.htm;");
aI("text=Credentials;url=credentials.htm;");
aI("text=Contact Us;url=contact.htm;");
aI("-;");
aI("text=Links of Interest;url=links.htm;");
}

with(milonic=new menuname("Careers")){
style=dropStyle;
orientation="OurCompany";
aI("text=Company Drivers;url=company_drivers.htm;");
aI("text=Owner Operators;url=owner_operators.htm;");
aI("text=Hiring Lanes;url=hiring_lanes.htm;");
aI("text=Lease Purchase;url=lease_purchase.htm;");
aI("text=Our Equipment;url=equipment.htm;");
aI("text=Contact Recruiting;url=contact_REC.htm;");
aI("text=Driver Application;clickfunction=window.open('https://intelliapp.driverapponline.com/c/jrschugel','Application','status=yes,scrollbars=yes,resizable=yes,width=785');");
aI("text=Authorization Form;clickfunction=window.open('https://intelliapp.driverapponline.com/s/jrschugel','Application','status=yes,scrollbars=yes,resizable=yes,width=785');");
}

with(milonic=new menuname("Equipment")){
style=dropStyle;
orientation="Equipment";
aI("text=Trucks;url=inventory_trucks.htm?type=trucks;");
aI("text=Trailers;url=inventory_trailers.htm?type=trailers;");
aI("text=Misc. Equipment;url=inventory_parts.htm?type=parts;");
}


drawMenus();