	function showImage(what) {
		document.getElementById("imgPreview").src="images/"+what;
	}
