
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i>a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i>d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

//netscape resize
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

//pop up window

var win=null;
function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") |  pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
win=window.open(mypage,myname,settings);
}


function VWD_showMenu(theMenu,origX,Ypos,widthRoot,widthMenu,maxW,useNode,USER_ADJ) {
	var browser, width = 640, ytweek=0, screenwidth = screen.width-20;
	if (document.all) { //IE4+ 
		width = document.body.clientWidth;
		ytweek=3;
		xtweek=0;
	} else { 
		if (document.layers) {//NS4 
			width = window.innerWidth;
			ytweek=2;
			xtweek=-15;
		} else if (document.getElementById) {
			width = window.innerWidth;//NS6 code
			ytweek= ((Ypos - 210)/10) + 3;
			xtweek=-6;
		}
	}
	var newX ;
	if (useNode == 3) {
		newX = (width/2)-((maxW/2)-origX) + xtweek;  
		if (newX < (origX - widthRoot)) newX = origX - widthRoot;
		Ypos = Ypos + ytweek;
	}
	window.FW_showMenu(theMenu,newX,Ypos);
}

function fwLoadMenus() {
  if (window.fw_menu_1) return;

 window.fw_menu_1 = new Menu("root",170,20,"",11,"#FFFFFF","#FFCC00","#3B6496","#0B2969");
  fw_menu_1.addMenuItem("Reference Group","location='../Your_Rights/referencegroup.htm'");
  fw_menu_1.addMenuItem("Correspondence MFish","location='../Your_Rights/corresp_mfish.htm'");
  fw_menu_1.addMenuItem("Correspondence Minister","location='../Your_Rights/corresp_min.htm'");
  fw_menu_1.addMenuItem("Debate History","location='../Your_Rights/debate_his.htm'");
  fw_menu_1.addMenuItem("Reference Material","location='../Your_Rights/ref_mat.htm'");
  fw_menu_1.hideOnMouseOut=true;

window.fw_menu_2 = new Menu("root",165,20,"",11,"#FFFFFF","#FFCC00","#3B6496","#0B2969");
  fw_menu_2.addMenuItem("QMS","location='../Fisheries_Mgmt/qmsdocs.htm'");
  fw_menu_2.addMenuItem("Fisheries Act 1996","location='http://www.legislation.govt.nz/browse_vw.asp?content-set=pal_statutes'");
  fw_menu_2.addMenuItem("Species","location='../Fisheries_Mgmt/species.htm'");
   fw_menu_2.addMenuItem("Regulations","location='../Fisheries_Mgmt/regulations.htm'");
   fw_menu_2.addMenuItem("Fiordland","location='../Fisheries_Mgmt/fiordland.htm'");
  fw_menu_2.hideOnMouseOut=true;

window.fw_menu_3 = new Menu("root",190,20,"",11,"#FFFFFF","#FFCC00","#3B6496","#0B2969");
  fw_menu_3.addMenuItem("QMS","location='../Marine_Protection/qms.htm'");
  fw_menu_3.addMenuItem("Marine Reserves","location='../Marine_Protection/marine_res.htm'");
  fw_menu_3.addMenuItem("Oceans","location='../Marine_Protection/oceans.htm'");
  fw_menu_3.hideOnMouseOut=true;

window.fw_menu_4 = new Menu("root",141,20,"",11,"#FFFFFF","#FFCC00","#3B6496","#0B2969");
  fw_menu_4.addMenuItem("Reference Material","location='ref_mat.htm'");
  fw_menu_4.hideOnMouseOut=true;

window.fw_menu_5 = new Menu("root",120,20,"",11,"#FFFFFF","#FFCC00","#3B6496","#0B2969");
  fw_menu_5.addMenuItem("Updates","location='../Updates_and_Alerts/updates.htm'");
  fw_menu_5.addMenuItem("Alerts","location='../Updates_and_Alerts/alerts.htm'");
  fw_menu_5.hideOnMouseOut=true;

window.fw_menu_6 = new Menu("root",160,20,"",11,"#FFFFFF","#FFCC00","#3B6496","#0B2969");
  fw_menu_6.addMenuItem("History","location='../option4/history.htm'");
  fw_menu_6.addMenuItem("Soundings","location='../option4/soundings.htm'");
  fw_menu_6.addMenuItem("option4 Submission","location='../option4/submission.htm'");
  fw_menu_6.addMenuItem("Who We Are","location='../option4/who.htm'");
  fw_menu_6.addMenuItem("What We Stand For","location='../option4/what.htm'");
  fw_menu_6.addMenuItem("Meetings and Events","location='../option4/archive.htm'");
  fw_menu_6.hideOnMouseOut=true;

window.fw_menu_7 = new Menu("root",100,20,"",11,"#FFFFFF","#FFCC00","#3B6496","#0B2969");
  fw_menu_7.addMenuItem("Supporters","location='../Comments/comments.php'");
  fw_menu_7.addMenuItem("Media","location='../Comments/media.htm'");
  fw_menu_7.addMenuItem("Articles","location='../Comments/articles.htm'");
  fw_menu_7.hideOnMouseOut=true;

window.fw_menu_8 = new Menu("root",150,20,"",11,"#FFFFFF","#FFCC00","#3B6496","#0B2969");
  fw_menu_8.addMenuItem("Make a Donation","location='https://www.safeshop.co.nz/option4/Secure/donations.htm'");
  fw_menu_8.addMenuItem("Bumper Stickers","location='../Please_Help/order.htm'");
  fw_menu_8.addMenuItem("Contact Us","location='../Please_Help/contact.htm'");
  fw_menu_8.addMenuItem("Letters to MP","location='../Please_Help/letters_mp.htm'");
  fw_menu_8.addMenuItem("Letters to Editor","location='../Please_Help/letters_editor.htm'");
  fw_menu_8.hideOnMouseOut=true;

window.fw_menu_9 = new Menu("root",190,20,"",11,"#FFFFFF","#FFCC00","#3B6496","#0B2969");
  fw_menu_9.addMenuItem("Representative Organisations","location='../Supporters_and_Links/rep_org.htm'");
  fw_menu_9.addMenuItem("Marine Protection","location='../Supporters_and_Links/marine_protection.htm'");
  fw_menu_9.hideOnMouseOut=true;
  
window.fw_menu_10 = new Menu("root",128,20,"",11,"#FFFFFF","#FFCC00","#3B6496","#0B2969");
  fw_menu_10.addMenuItem("Hokianga Accord","location='../Fish_Forums/hokianga.htm'");
  fw_menu_10.addMenuItem("Customary","location='../Fish_Forums/customary.htm'");
  fw_menu_10.addMenuItem("Recreational","location='../Fish_Forums/recreational.htm'");
   fw_menu_10.addMenuItem("Ministerial","location='../Fish_Forums/mac.htm'");
  fw_menu_10.hideOnMouseOut=true;

 window.fw_menu_11 = new Menu("root",190,20,"",11,"#FFFFFF","#FFCC00","#3B6496","#0B2969");
  fw_menu_11.addMenuItem("Introduction","location='../sharedfisheries/index.htm'");
  fw_menu_11.addMenuItem("Preliminary View","location='../sharedfisheries/preliminaryview.htm'");
  fw_menu_11.addMenuItem("Peoples Submission","location='../sharedfisheries/peoplesubmission.htm'");
  fw_menu_11.hideOnMouseOut=true;

  fw_menu_11.writeMenus();
}
