function homeImageChange(img){
	var newImage = "images/home/"+img+"_big.jpg";
	document.big_pic.src=newImage;
	
}
