/***************************************** THIS IS VERSION 5 OF THE MILONIC MENU *****************************************/ _menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=100 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=40 // Follow scrolling Rate _subOffsetTop=6 // Sub menu top offset _subOffsetLeft=-12 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(styleTop=new mm_style()){ onbgcolor="#000000"; oncolor="#FFFFFF"; offbgcolor="#AAAA9E"; offcolor="#000000"; bordercolor="#333333"; borderstyle="solid"; borderwidth=0; separatorcolor="#d4d4c6"; separatorsize="1"; padding=0; fontsize=12; fontstyle="normal"; fontfamily="Trebuchet MS"; fontweight="normal"; pagecolor="black"; pagebgcolor="#AAAA9E"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage=""; subimagepadding="2"; subimageposition="right"; overfilter="Fade(duration=1);Alpha(opacity=100);"; outfilter="randomdissolve(duration=0.3)"; } with(styleSub=new mm_style()){ onbgcolor="#000000"; oncolor="#FFFFFF"; offbgcolor="#AAAA9E"; offcolor="#000000"; bordercolor="#333333"; borderstyle="solid"; borderwidth=0; separatorcolor="#d4d4c6"; separatorsize="1"; padding=3; fontsize=10; fontstyle="normal"; fontfamily="Trebuchet MS"; fontweight="normal"; pagecolor="black"; pagebgcolor="#AAAA9E"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="http://www.fortronics.com/images/templates/menu_arrow_brown.gif"; subimagepadding="2"; overfilter="inset(duration=0.3);Fade(duration=0.2);Alpha(opacity=95);"; outfilter="randomdissolve(duration=0.6)"; } with(milonic=new menuname("Main Menu")){ style=styleTop; top=313; left="offset=-278"; screenposition="center"; alwaysvisible=1; orientation="vertical"; //vertical menuwidth="160"; itemwidth="160"; itemheight="19"; aI("text=    Home ;;;url=http://www.fortronics.com;status=Home Page;");aI("text=    The Choker System ;url=http://www.fortronics.com/the_choker_system/;status=The Choker System;");aI("text=    Benefits ;url=http://www.fortronics.com/benefits/;status=Benefits;");aI("text=    Service/Spare Parts ;url=http://www.fortronics.com/service_spare_parts/;status=Service/Spare Parts;");aI("text=    System Components ;url=http://www.fortronics.com/system_components/;status=System Components;");aI("text=    Installation/Maintenance ;url=http://www.fortronics.com/installation_and_maintenance/;status=Installation/Maintenance;");aI("text=    Operation ;url=http://www.fortronics.com/operation/;status=Operation;");aI("text=    Fortronics In The Field ;url=http://www.fortronics.com/fortronics_in_the_field/;status=Fortronics In The Field;");aI("text=    Quotation/Order Online ;url=http://www.fortronics.com/quotation_order_online/;status=Quotation/Order Online;");aI("text=    Contact Us ;url=http://www.fortronics.com/contact_us/;status=Contact Us;");} drawMenus();