function swap(sel){
	document.getElementById('image_sample').style.visibility = "visible";
	document.getElementById('image_sample').src = sel;
}
