if (document.images) {
Complex = new Image(250,40);
Complex.src = "images/complex.gif";
Complexon = new Image(250,40);
Complexon.src = "images/complexon.gif";
Fish = new Image(250,40);
Fish.src = "images/fish.gif";
Fishon = new Image(250,40);
Fishon.src = "images/fishon.gif";
Location = new Image(250,40);
Location.src = "images/location.gif";
Locationon = new Image(250,40);
Locationon.src = "images/locationon.gif";
Gallery = new Image(250,40);
Gallery.src = "images/gallery.gif";
Galleryon = new Image(250,40);
Galleryon.src = "images/galleryon.gif";
}
function imgon(imgname) {
if (document.images);{
document.images[imgname].src = eval(imgname + 'on.src');
window.status=imgname;
}}
function imgoff(imgname) {
if (document.images);{
document.images[imgname].src = eval(imgname + ".src");
window.status = "Lakeland Fisheries"
}} 