if (document.images) {
Complex = new Image(150,24);
Complex.src = "images/complexbut.gif";
Complexon = new Image(150,24);
Complexon.src = "images/complexbuton.gif";
Fish = new Image(150,24);
Fish.src = "images/fishbut.gif";
Fishon = new Image(150,24);
Fishon.src = "images/fishbuton.gif";
Location = new Image(150,24);
Location.src = "images/locationbut.gif";
Locationon = new Image(150,24);
Locationon.src = "images/locationbuton.gif";
Gallery = new Image(150,24);
Gallery.src = "images/gallerybut.gif";
Galleryon = new Image(150,24);
Galleryon.src = "images/gallerybuton.gif";
Home = new Image(150,24);
Home.src = "images/homebut.gif";
Homeon = new Image(150,24);
Homeon.src = "images/homebuton.gif";
NewsBoard = new Image(150,24);
NewsBoard.src = "images/newsboardbut.gif";
NewsBoardon = new Image(150,24);
NewsBoardon.src = "images/newsboardbuton.gif";
Rules = new Image(150,24);
Rules.src = "images/rulesbut.gif";
Ruleson = new Image(150,24);
Ruleson.src = "images/rulesbutton.gif";
Links = new Image(150,24);
Links.src = "images/linksbut.gif";
Linkson = new Image(150,24);
Linkson.src = "images/linksbutton.gif";
Contact = new Image(150,24);
Contact.src = "images/contactbut.gif";
Contacton = new Image(150,24);
Contacton.src = "images/contactbuton.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"
}}



