var button1 = new Image();
button1.src = "images/welcome-button-in.jpg";
var button2 = new Image();
button2.src = "images/fengshui-button-in.jpg";
var button3 = new Image();
button3.src = "images/spaceclearing-button-in.jpg";
var button4 = new Image();
button4.src = "images/aboutme-button-in.jpg";
var button5 = new Image();
button5.src = "images/personalsessions-button-in.jpg";
var button6 = new Image();
button6.src = "images/soulcoaching-button-in.jpg";
var button7 = new Image();
button7.src = "images/services-button-in.jpg";
var button8 = new Image();
button8.src = "images/others-button-in.jpg";


function upForDown(linkName,downImage){
	document.images[linkName].src=downImage;
}


function downForUp(linkName,upImage){
	document.images[linkName].src=upImage;
}
