

function ShowMe(obj) {
	obj.style.visibility = "visible";
}

