function showImg(to,from){
	document.getElementById(to).innerHTML = document.getElementById(from).innerHTML;
}
