//Image Swap Stuff: Written and Incorporated by Jenni 


//These are in the LHS Navigation
function shopping1() {
				 document.images["shopping"].src="shopping1.jpg";
				 }
				 
function shopping0() {
				 document.images["shopping"].src="shopping0.jpg";
				 }
function service1() {
				 document.images["service"].src="service1.jpg";
				 }
				 
function service0() {
				 document.images["service"].src="service0.jpg";
				 }				 
				 
function clothing1() {
				 document.images["clothing"].src="clothing1.jpg";
				 }
				 
function clothing0() {
				 document.images["clothing"].src="clothing0.jpg";
				 }	
function gifts1() {
				 document.images["gifts"].src="gifts1.jpg";
				 }
				 
function gifts0() {
				 document.images["gifts"].src="gifts0.jpg";
				 }	
function beauty1() {
				 document.images["beauty"].src="beauty1.jpg";
				 }
				 
function beauty0() {
				 document.images["beauty"].src="beauty0.jpg";
				 }
				 
function food1() {
				 document.images["food"].src="food1.jpg";
				 }
				 
function food0() {
				 document.images["food"].src="food0.jpg";
				 }

function living1() {
				 document.images["living"].src="living1.gif";
				 }
				 
function living0() {
				 document.images["living"].src="living0.gif";
				 }				 

//End Images				 

