function showhidePopup()
{
var f=document.getElementById('regform');
f.style.display=(f.style.display=='block'?'none':'block');
void 0;
}