function openform()
{
document.getElementById("formtable").style.display="";
document.getElementById("add").style.display="none";
}
