// <!-- Roll_over script code http://www.designplace.org/static/roll_over_button_example.html -->
// Please credit designplace.org if any of this code is re-used.

<!-- // DEFAULT IMAGES
fish_img = new Image(185,25);
fish_img.src = "images/nav/fishin-0.gif";
tips_img = new Image(128,25);
tips_img.src = "images/nav/tiphint-0.gif";
gall_img = new Image(151,25);
gall_img.src = "images/nav/gallery-0.gif";
hire_img = new Image(118,25);
hire_img.src = "images/nav/hireterms-0.gif";
cont_img = new Image(118,25);
cont_img.src = "images/nav/contact-0.gif";
link_img = new Image(59,25);
link_img.src = "images/nav/extlinks-0.gif";
// OVER
fish_over = new Image(185,25);
fish_over.src = "images/nav/fishin-1.gif";
gall_over = new Image(151,25);
gall_over.src = "images/nav/gallery-1.gif";
tips_over = new Image(128,25);
tips_over.src = "images/nav/tiphint-1.gif";
hire_over = new Image(118,25);
hire_over.src = "images/nav/hireterms-1.gif";
cont_over = new Image(118,25);
cont_over.src = "images/nav/contact-1.gif";
link_over = new Image(59,25);
link_over.src = "images/nav/extlinks-1.gif";

function swap() {
  for (x=0;x<swap.arguments.length;x+=2) {
    document[swap.arguments[x]].src = eval(swap.arguments[1+x] + ".src");
  }
}
function load_gpic() {
//  gp_img = new Image(0,0);
//	gp_img
  document.bigpicy.src = load_gpic.arguments[0];
}

function open_windoh(theURL,winName,wid) { //v2.0
  features = "directories=no,location=no,menubar=no,toolbar=no,scrollbars=yes,height=480,width=" + wid
  window.open(theURL,winName,features);
}
function fnotice () {
	alert("This page is temporarily unavailable.\nPlease try again later.");
}
