


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=5              // 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(menuStyle=new mm_style()){
onbgcolor="#E8E5DC";
oncolor="#000000";
offbgcolor="#ED4F54";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#E8E5DC";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.gomagnum.com/images/arrow_right.gif";
subimagepadding="5";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#666666', Direction=135, Strength=6)";
outfilter="";
}




// Start Navigation Menus...



// Start Contact Menu...

with(Menu=new menuname("contact")){
style=menuStyle;

aI("text=Contact Form&nbsp;&nbsp&nbsp;;;url=http://www.gomagnum.com/contact.asp;");
aI("text=Career Opportunities&nbsp;&nbsp&nbsp;;;url=http://www.gomagnum.com/career_opportunities.asp;");
aI("text=File a Claim&nbsp;&nbsp&nbsp;;;url=http://www.myezclaim.com/mag_login.asp;");
aI("text=Proof of Delivery&nbsp;&nbsp&nbsp;;;url=pod_application.asp;");

}

// End Contact Menu...

// Start About Menu...

with(Menu=new menuname("about")){
style=menuStyle;

aI("text=Message From Jim Sharp&nbsp;&nbsp&nbsp;;;url=http://www.gomagnum.com/about.asp;");
aI("text=Leadership Team&nbsp;&nbsp&nbsp;;;url=http://www.gomagnum.com/leadership_team.asp;");


}

// End Contact Menu...



drawMenus();

