














_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="#5D7FBE";




oncolor="#ffffff";




offbgcolor="#5D7FBE";




offcolor="#A2C0F5";




bordercolor="#296488";




borderstyle="solid";




borderwidth=0;




separatorcolor="#2D729D";




separatorsize="0";




padding=5;




fontsize="70%";




fontstyle="normal";




fontfamily="Verdana, Tahoma, Arial";




pagecolor="black";




pagebgcolor="#5D7FBE";




headercolor="#000000";




headerbgcolor="#ffffff";




subimageposition="left";




subimagepadding="2";




overfilter="Fade(duration=0.2);Alpha(opacity=90);Direction=135, Strength=5)";




outfilter="randomdissolve(duration=0.3)";




}














with(milonic=new menuname("Main Menu")){




style=menuStyle;




top=62;




left=20;




alwaysvisible=1;




orientation="horizontal";




aI("text=Home;url=index.htm;showmenu=home;image=ripple-off.gif;overimage=ripple-on.gif;");
aI("text=Contacts;url=factorycontacts.htm;showmenu=contacts;image=ripple-off.gif;overimage=ripple-on.gif;");
aI("text=Applications;url=applications.htm;showmenu=applications;image=ripple-off.gif;overimage=ripple-on.gif;");
aI("text=Material Grades;url=material.htm;showmenu=material;image=ripple-off.gif;overimage=ripple-on.gif;");
aI("text=Fitting;url=fitting.htm;showmenu=fitting;image=ripple-off.gif;overimage=ripple-on.gif;");
aI("text=Machining;url=machining.htm;image=ripple-off.gif;overimage=ripple-on.gif;");
aI("text=Approvals;url=approvals.htm;image=ripple-off.gif;overimage=ripple-on.gif;");
aI("text=Stocks;url=stocks.htm;image=ripple-off.gif;overimage=ripple-on.gif;");
aI("text=Literature;url=literature.htm;image=ripple-off.gif;overimage=ripple-on.gif;");
aI("text=Terms &amp; Conditions;url=tscs.htm;image=ripple-off.gif;overimage=ripple-on.gif;");
}









with(milonic=new menuname("home")){




style=menuStyle;




overflow="scroll";




aI("text=Latest News;url=latestnews.htm;");




aI("text=Archive News;url=archive.htm;");




aI("text=Links;url=links.htm;");




}









with(milonic=new menuname("contacts")){




style=menuStyle;




aI("text=Factory Contacts;url=factorycontacts.htm;");




aI("text=Agents & Distributors;url=agents.htm;");




}









with(milonic=new menuname("applications")){




style=menuStyle;




aI("text=Rudder Bearings;url=rudder.htm;");




aI("text=Stern Tube Bearings;url=stern.htm;");




aI("text=Stabiliser Bearings;url=stabiliser.htm;");




aI("text=Naval Projects;url=naval.htm;");




aI("text=Other;url=other.htm;");




}









with(milonic=new menuname("material")){




style=menuStyle;




aI("text=TLMM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url=tlmm.htm;");




aI("text=TXMM;url=txmm.htm;");




}









with(milonic=new menuname("fitting")){




style=menuStyle;




aI("text=Bonding;url=bonding.htm;");




aI("text=Press Fit;url=pressfit.htm;");




aI("text=Freeze Fit;url=freezefit.htm;");




}









with(milonic=new menuname("approvals")){




style=menuStyle;




aI("text=Approval List;url=approvallist.htm;");




aI("text=Certificate Downloads;url=certificate.htm;");




}









with(milonic=new menuname("stocks")){




style=menuStyle;




aI("text=UK;url=uk.htm;");




}









drawMenus();

