//Image Swap Stuff: Written and Incorporated by Jenni 


//These are in the LHS Navigation
function home1() {
				 document.images["home"].src="home1.gif";
				 }
				 
function home0() {
				 document.images["home"].src="home0.gif";
				 }
function services1() {
				 document.images["services"].src="services1.gif";
				 }
				 
function services0() {
				 document.images["services"].src="services0.gif";
				 }
				 
function hours1() {
				 document.images["hours"].src="hours1.gif";
				 }
				 
function hours0() {
				 document.images["hours"].src="hours0.gif";
				 }				 
				 
function about1() {
				 document.images["about"].src="about1.gif";
				 }
				 
function about0() {
				 document.images["about"].src="about0.gif";
				 }				 				 				 
				 
function location1() {
				 document.images["location"].src="location1.gif";
				 }
				 
function location0() {
				 document.images["location"].src="location0.gif";
				 }				 
				 
 
function contact1() {
				 document.images["contact"].src="contact1.gif";
				 }
				 
function contact0() {
				 document.images["contact"].src="contact0.gif";
				 }					 				 				 				 				 

			 				 				 				 

//End Images				 
