function fish(it) {
  var w = window.open("","","height=308,width=418,top=225,left=125,resizable=0,scrollbars=0,status=0,menubar=0,margin=0,toolbar=0,location=no,directories=no,copyhistory=0");
  w.document.writeln("<body bgcolor='#000000'>");
  w.document.writeln("<img src='fish-index/images/fish.jpg'" + it + "'>");
  w.document.writeln("<\/body>");
  w.document.close();
}

function matt(it) {
  var w = window.open("","","height=308,width=418,top=225,left=125,resizable=0,scrollbars=0,status=0,menubar=0,margin=0,toolbar=0,location=no,directories=no,copyhistory=0");
  w.document.writeln("<body bgcolor='#000000'>");
  w.document.writeln("<img src='nightflight/images/huffnhoover400.jpg'" + it + "'>");
  w.document.writeln("<\/body>");
  w.document.close();
}

function flies(it) {
  var w = window.open("","","height=308,width=418,top=225,left=125,resizable=0,scrollbars=0,status=0,menubar=0,margin=0,toolbar=0,location=no,directories=no,copyhistory=0");
  w.document.writeln("<body bgcolor='#000000'>");
  w.document.writeln("<img src='fish-index/images/flies.jpg'" + it + "'>");
  w.document.writeln("<\/body>");
  w.document.close();
}

function photo(it) {
  var w = window.open("","","height=308,width=418,top=225,left=125,resizable=0,scrollbars=0,status=0,menubar=0,margin=0,toolbar=0,location=no,directories=no,copyhistory=0");
  w.document.writeln("<body bgcolor='#000000'>");
  w.document.writeln("<img src='fish-index/images/photos.jpg'" + it + "'>");
  w.document.writeln("<\/body>");
  w.document.close();
}

function menu() {
        window.open('fish-index/java_menu.htm','MENU','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=no,margin=0,left=30,top=125,width=110,height=476');
}

function search() {
        window.open('fish-index/search.htm','SEARCH','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,margin=0,left=200,top=125,width=480,height=430');
}



function line(txt) {
	window.status = txt;
	
}
function remove() {
	window.status=" ";
}

defaultStatus = "       © the fish index"
