<!--
        if (document.images) {            		// BUTTON LABEL

            img01on = new Image();      
            img01on.src = "images/buttons/b1_Over.gif";				// Biography
            img11on = new Image();      
            img11on.src = "images/buttons/b2_Over.gif";				// Rig
            img21on = new Image();      
            img21on.src = "images/buttons/b3_Over.gif";				// Gallery
            
            img31on = new Image();
            img31on.src = "images/buttons/b4_Over.gif";				// Rates
            img41on = new Image();
            img41on.src = "images/buttons/b5_Over.gif";				// Newsletter
            img51on = new Image();
            img51on.src = "images/buttons/b6_Over.gif";				// Contact
	   		img61on = new Image();
            img61on.src = "images/buttons/b7_Over.gif";				// Catch of the Week
			img71on = new Image();
            img71on.src = "images/buttons/b8_Over.gif";		// HOME
	    
	    img81on = new Image();
            img81on.src = "images/buttons/b9_Over.gif";		// Future
	    img91on = new Image();
            img91on.src = "images/buttons/b10_Over.gif";		// Future
		img101on = new Image();
            img101on.src = "images/buttons/b11_Over.gif";		// Future
		img111on = new Image();
            img111on.src = "images/buttons/b12_Over.gif";		// Future
		img121on = new Image();
            img121on.src = "images/buttons/b13_Over.gif";		// Future
						
				

	img01off = new Image(); 
            img01off.src = "images/buttons/b1_On.gif";					// Biography
            img11off = new Image(); 
            img11off.src = "images/buttons/b2_On.gif";					// Rig
            img21off = new Image(); 
            img21off.src = "images/buttons/b3_On.gif";					// Gallery
           
            img31off = new Image();
            img31off.src = "images/buttons/b4_On.gif";					// Rates
            img41off = new Image();
            img41off.src = "images/buttons/b5_On.gif";					// Newsletter
            img51off = new Image();
            img51off.src = "images/buttons/b6_On.gif";					// Contact
	    img61off = new Image();
            img61off.src = "images/buttons/b7_On.gif";					// Catch of the Week
			img71off = new Image();
            img71off.src = "images/buttons/b8_On.gif";						// HOME
		img81off = new Image();
            img81off.src = "images/buttons/b9_On.gif";		// Future
		img91off = new Image();
            img91off.src = "images/buttons/b10_On.gif";		// Future
		img101off = new Image();
            img101off.src = "images/buttons/b11_On.gif";		// Future
		img111off = new Image();
            img111off.src = "images/buttons/b12_On.gif";		// Future
		img121off = new Image();
            img121off.src = "images/buttons/b13_On.gif";		// Future
		


        }

// Function to 'activate' images.
function imgOn1(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }
}

// Function to 'deactivate' images.
function imgOff1(imgName) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}

// -->
