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