
function showHide(obj,arg) {
	document.getElementById(obj).style.display = arg;
}