function openform()
{
document.getElementById("formtable").style.display="";
document.getElementById("add").style.display="none";
}


function MM_openBrWindow(theURL,winName,features) 
{ 
 //alert('test')
 window.open(theURL,winName,features);
}


