/***************************************** 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=0 // Sub menu top offset _subOffsetLeft=1 // 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()){ align="right"; onbgcolor="#D4DFD7"; oncolor="#265D36"; offbgcolor="#265D36"; offcolor="#FFFFFF"; bordercolor="#333333"; borderstyle="solid"; borderwidth=0; separatorcolor="#C6C2B2"; separatorsize="0"; padding=5; fontsize=12; fontstyle="normal"; fontfamily="Arial"; fontweight="normal"; pagecolor="#265D36"; pagebgcolor="#D4DFD7"; 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="#D4DFD7"; oncolor="#265D36"; offbgcolor="#265D36"; offcolor="#FFFFFF"; bordercolor="#265D36"; borderstyle="solid"; borderwidth=1; separatorcolor="#D4DFD7"; separatorsize="1"; padding=3; fontsize=11; fontstyle="normal"; fontfamily="Arial"; fontweight="normal"; pagecolor="#265D36"; pagebgcolor="#D4DFD7"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="http://www.nzwta.co.nz/images/templates/menu_arrow_lgtgreen.gif"; onsubimage="http://www.nzwta.co.nz/images/templates/menu_arrow_drkgreen.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=266; left="offset=-285"; screenposition="center"; alwaysvisible=1; orientation="vertical"; //vertical itemwidth="168"; menuwidth="168"; itemheight="26"; aI("text= HOME      ;;;url=http://www.nzwta.co.nz;status=Home Page;");aI("text= WHO WE ARE      ;showmenu=about_nzwta_ltd15;url=http://www.nzwta.co.nz/about_nzwta_ltd/;status=Who We Are;");aI("text= WHAT WE DO      ;showmenu=what_we_do21;url=http://www.nzwta.co.nz/what_we_do/;status=What We Do;");aI("text= SERVICES PROVIDED      ;showmenu=services_provided16;url=http://www.nzwta.co.nz/services_provided/;status=Services Provided;");aI("text= INDUSTRY CONTACTS      ;url=http://www.nzwta.co.nz/industry_contacts/;status=Industry Contacts;");aI("text= LINKS      ;url=http://www.nzwta.co.nz/links/;status=Links;");} with(milonic=new menuname("about_nzwta_ltd15")){ style=styleSub; top='offset=0'; left='offset=0'; aI("text= Structure ;url=http://www.nzwta.co.nz/about_nzwta_ltd/structure/;status=Structure;");aI("text= Contacts ;showmenu=contacts47;url=http://www.nzwta.co.nz/about_nzwta_ltd/contacts/;status=Contacts;");} with(milonic=new menuname("contacts47")){ style=styleSub; top='offset=0'; left='offset=0'; aI("text= Head Office ;url=http://www.nzwta.co.nz/about_nzwta_ltd/contacts/head_office/;status=Head Office;");aI("text= National Contacts ;url=http://www.nzwta.co.nz/about_nzwta_ltd/contacts/national_contacts/;status=National Contacts;");aI("text= International Contacts ;url=http://www.nzwta.co.nz/about_nzwta_ltd/contacts/international_contacts/;status=International Contacts;");} with(milonic=new menuname("what_we_do21")){ style=styleSub; top='offset=0'; left='offset=0'; aI("text= Fleece Measurement ;url=http://www.nzwta.co.nz/what_we_do/fleece_measurement/;status=Fleece Measurement;");aI("text= Why Test Wool ;url=http://www.nzwta.co.nz/what_we_do/why_test_wool/;status=Why Test Wool;");aI("text= Yield Test ;url=http://www.nzwta.co.nz/what_we_do/yield_test/;status=Yield Test;");aI("text= Fibre Diameter ;url=http://www.nzwta.co.nz/what_we_do/fibre_diameter/;status=Fibre Diameter;");aI("text= Colour & Measurement ;url=http://www.nzwta.co.nz/what_we_do/colour_7_measurement/;status=Colour & Measurement;");aI("text= Length & Strength ;url=http://www.nzwta.co.nz/what_we_do/length_7_strength/;status=Length & Strength;");aI("text= Scoured Wool ;url=http://www.nzwta.co.nz/what_we_do/scoured_wool/;status=Scoured Wool;");} with(milonic=new menuname("services_provided16")){ style=styleSub; top='offset=0'; left='offset=0'; aI("text= Company Services ;url=http://www.nzwta.co.nz/services_provided/company_services/;status=Company Services;");aI("text= Importing Samples ;url=http://www.nzwta.co.nz/services_provided/importing/;status=Importing Samples;");aI("text= Pricing ;url=http://www.nzwta.co.nz/services_provided/pricing/;status=Pricing;");aI("text= Payment Options for Invoices ;url=http://www.nzwta.co.nz/services_provided/payment_options_for_invoices/;status=Payment Options for Invoices;");aI("text= Test Statistics ;url=http://www.nzwta.co.nz/services_provided/test_statistics/;status=Test Statistics;");} drawMenus();