/***************************************** 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="#C2CEC2"; oncolor="#003300"; offbgcolor="#E5EAE5"; offcolor="#003300"; bordercolor="#333333"; borderstyle="solid"; borderwidth=0; separatorcolor="#C6C2B2"; separatorsize="0"; padding=8; fontsize=12; fontstyle="normal"; fontfamily="Arial"; fontweight="normal"; pagecolor="FF0000"; pagebgcolor="#E5EAE5"; headercolor="#003300"; 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="#C2CEC2"; oncolor="#003300"; offbgcolor="#E5EAE5"; offcolor="#003300"; bordercolor="#C6C2B2"; borderstyle="solid"; borderwidth=1; separatorcolor="#C6C2B2"; separatorsize="1"; padding=3; fontsize=11; fontstyle="normal"; fontfamily="Arial"; fontweight="normal"; pagecolor="FF0000"; pagebgcolor="#E5EAE5"; headercolor="#003300"; headerbgcolor="#ffffff"; subimage="http://www.panpac.co.nz/images/templates/menu_arrow_brown.gif"; subimagepadding="2"; overfilter="inset(duration=0.3);Fade(duration=0.2);Alpha(opacity=90);"; outfilter="randomdissolve(duration=0.6)"; } with(milonic=new menuname("Main Menu")){ style=styleTop; top=225; left=20; screenposition="left"; alwaysvisible=1; orientation="vertical"; //horizontal itemwidth="152"; menuwidth="152"; aI("text=Forest Profile;url=http://www.panpac.co.nz/forest/forests_home/;status=Forest Profile;");aI("text=Forestry Activities;url=http://www.panpac.co.nz/forest/forestry_activities/;status=Forestry Activities;");aI("text=Forest Operations;url=http://www.panpac.co.nz/forest/forest_operations/;status=Forest Operations;");aI("text=Environmental Management;url=http://www.panpac.co.nz/forest/environmental_certification/;status=Environmental Management;");aI("text=The Resources;url=http://www.panpac.co.nz/forest/the_resources/;status=The Resources;");aI("text=Wood Purchase;url=http://www.panpac.co.nz/forest/private_wood_purchase/;status=Wood Purchase;");aI("text=Forestry Management Services;url=http://www.panpac.co.nz/forest/forest_services_management/;status=Forestry Management Services;");aI("text=Our Place In The Community;url=http://www.panpac.co.nz/forest/our_place_in_the_community/;status=Our Place In The Community;");aI("text=Forest Flyer;url=http://www.panpac.co.nz/forest/forest_flyer/;status=Forest Flyer;");aI("text=Truck Dispatch;url=http://www.panpac.co.nz/forest/truck_dispatch/;status=Truck Dispatch;");aI("text=Contacts;url=http://www.panpac.co.nz/forest/contacts/;status=Contacts;");} drawMenus();