_menuCloseDelay=50 // The time delay for menus to remain visible on mouse out _menuOpenDelay=50 // The time delay before menus open on mouse over _followSpeed=500 // Follow scrolling speed _followRate=10 // Follow scrolling Rate _subOffsetTop=10 // Sub menu top offset _subOffsetLeft=-5 // Sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(menuStyleFors=new mm_style()){ onbgcolor="#008080"; oncolor="#ffffff"; offbgcolor="#ffffff"; offcolor="#008080"; bordercolor="#999999"; borderstyle="solid"; borderwidth=0; separatorcolor="#999999"; separatorsize="1"; align="right"; padding=8; fontsize="13px"; fontstyle="normal"; fontfamily="Verdana,Tahoma,Helvetica"; fontweight="bold"; pagecolor=""; pagebgcolor=""; headercolor=""; headerbgcolor=""; subimage=""; subimagepadding="0"; overfilter=""; outfilter=""; } with(menuStyle=new mm_style()){ onbgcolor="#008080"; oncolor="#ffffff"; offbgcolor="#ffffff"; offcolor="#008080"; bordercolor="#999999"; borderstyle="solid"; borderwidth=1; separatorcolor="#999999"; separatorsize="1"; padding=5; fontsize="75%"; fontstyle="normal"; fontfamily="Verdana, Tahoma, Arial"; pagecolor=""; pagebgcolor=""; headercolor=""; headerbgcolor="#ffffff"; subimage="/eng/myndir/arrow.gif"; subimagepadding="0"; overfilter=""; outfilter=""; } with(milonic=new menuname("menu1")){ style=menuStyleFors; top=108; left=1; menuwidth=170; alwaysvisible=1; orientation="vertical" aI("text=Fisheries Management;showmenu=menu2;"); aI("text=Quotas and catches;showmenu=menu3;"); aI("text=Published material;showmenu=menu20;"); aI("text=Directorate of Fisheries;showmenu=menu23;"); } with(milonic=new menuname("menu2")){ style=menuStyle; aI("text=Icelandic fisheries management;url=cntPage.php?pID=4;"); aI("text=International co-operation;url=cntPage.php?pID=7;"); } with(milonic=new menuname("menu3")){ style=menuStyle; aI("text=Total allowable catch;url=cntPage.php?pID=8;"); aI("text=Total catch;url=cntPage.php?pID=9;"); aI("text=Total catch and quota status;url=heildastodur.php;"); aI("text=Induvidual vessels;url=shipinfo.php;"); } with(milonic=new menuname("menu12")){ style=menuStyle; aI("text=Approved processors;url=cntPage.php?pID=13;"); aI("text=Search by processor names;url=proccessors.php;"); aI("text=Approved inspection bodies;url=cntPage.php?pID=15;"); aI("text=Location Map;url=cntPage.php?pID=16;"); } with(milonic=new menuname("menu17")){ style=menuStyle; aI("text=Importation of fish and fishery products;url=cntPage.php?pID=18;"); aI("text=Forms used;url=cntPage.php?pID=19;"); } with(milonic=new menuname("menu20")){ style=menuStyle; aI("text=Annual report;url=cntPage.php?pID=21;"); aI("text=Booklet;url=cntPage.php?pID=22;"); } with(milonic=new menuname("menu23")){ style=menuStyle; aI("text=Mission and values;url=cntPage.php?pID=24;"); aI("text=Organizational chart;url=cntPage.php?pID=25;"); aI("text=Staff;url=staff.php;"); aI("text=Departments;url=cntPage.php?pID=27;"); } drawMenus();