//Image Swap Stuff: Written and Incorporated by Jenni 


//These are in the LHS Navigation

				 
function contact1() {
				 document.images["contact"].src="contact1.gif";
				 }
				 
function contact0() {
				 document.images["contact"].src="contact0.gif";
				 }	
function home1() {
				 document.images["home"].src="home1.gif";
				 }
				 
function home0() {
				 document.images["home"].src="home0.gif";
				 }				 
function products1() {
				 document.images["products"].src="products1.gif";
				 }
				 
function products0() {
				 document.images["products"].src="products0.gif";
				 }
				 
function about1() {
				 document.images["about"].src="about1.gif";
				 }
				 
function about0() {
				 document.images["about"].src="about0.gif";
				 }
function extra1() {
				 document.images["extra"].src="extra1.gif";
				 }
				 
function extra0() {
				 document.images["extra"].src="extra0.gif";
				 }
				 				 
				 

//End Images				 

