// JavaScript Document

function HidesById(ObjectId) {
		document.getElementById(ObjectId).style.display = "none";
}
