function geto(s){return document.getElementById(s);}

function showData(id, initer){
	initer.style.display = 'none';
	geto(id).style.display = 'inline';
}

function showImg(fileName){
	window.open("/etc/ShowImage.php?img="+fileName,"img","width=100,height=100,toolbar=0,directories=0,menubar=0,status=0,resizable=1,location=0,scrollbars=0,copyhistory=0");
	return;
}
