_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=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(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#FFFFFF";
offbgcolor="#434f5b";
offcolor="#ffffff";
bordercolor="#707a86";
borderstyle="solid";
borderwidth=1;
separatorcolor="#707a86";
separatorsize="1";
padding=5;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#C4C8CB";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="./images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

}


with(milonic=new menuname("whatsnew")){
style=menuStyle;
itemwidth=155
aI("text=Careers at Wagner;url=careers.htm;");
aI("text=Corporate Press Releases;url=whatsnew-press-releases.htm;");

}



with(milonic=new menuname("wagnersteer")){
style=menuStyle;
itemwidth=155
aI("text=Hydraulic Steering;showmenu=Hydraulic Steering Systems;url=hydraulic-steering.htm;");
aI("text=Steering Controls;showmenu=Steering Controls;url=controls.htm;");
aI("text=Rudder Angle Indicators;url=steering-rai.htm;");
aI("text=Hydraulic Pumpsets;url=steering-hyd-pumpsets.htm;");

}



with(milonic=new menuname("projectshow")){
style=menuStyle;
itemwidth=155
aI("text=Car Ferries ;url=showcase2.htm;");
aI("text=Passenger Vessels;url=showcase3.htm;");
aI("text=Fishing Vessels;url=showcase4.htm;");
aI("text=Coastal Freighters;url=showcase5.htm;");
aI("text=Supply Vessels;url=showcase6.htm;");
aI("text=Tugs;url=showcase7.htm;");
aI("text=Patrol Vessels;url=showcase8.htm;");
aI("text=Tour Vessels;url=showcase9.htm;");
aI("text=Power Yachts;url=showcase10.htm;");
aI("text=Sailing Yachts;url=showcase11.htm;");

}

with(milonic=new menuname("Hydraulic Steering Systems")){
style=menuStyle;
aI("text=700 Series Hydraulic Steering ;url=steering-700-series.htm;");
aI("text=Type N Hydraulic Steering ;url=steering-type-n.htm;");
aI("text=Type T Hydraulic Steering;url=steering-type-t.htm;");
aI("text=Type L Hydraulic Steering;url=steering-type-l.htm;");

}

with(milonic=new menuname("Steering Controls")){
style=menuStyle;
aI("text=Full Follow-Up Controls ;url=controls-ffu.htm;");
aI("text=Full Follow-Up Electric Controls ;url=controls-ffu-elec.htm;");
aI("text=Non Follow-Up Controls;url=controls-nfu.htm;");
aI("text=Uniblock No. 18 & 2;url=controls-uniblock.htm;");

}

drawMenus();

