function showimg(imgID) {
	document.getElementById(imgID).style.display='block';
}
