function switchImage(id, pid){

	// make this one clear
	id.style.opacity = "100";
	
	// switch the image
	document.getElementById('main').src = "img/content/cottage/"+pid+".JPG";
	
}
