//Image Swap Stuff: Written and Incorporated by Jenni 


//These are in the LHS Navigation
function fun1() {
				 document.images["fun"].src="fun1.jpg";
				 }
				 
function fun0() {
				 document.images["fun"].src="fun0.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";
				 }
				 

//End Images				 
