// JavaScript Document
function locking(){   
  		document.all.dvcate.style.display="block";   
  		document.all.dvcate.style.width=document.body.clientWidth;   
  		document.all.dvcate.style.height=document.body.scrollHeight; 
  		document.all.floatDv.style.display='block';   
  		}   
 function Lock_CheckForm(){     		
  	document.all.dvcate.style.display='none';document.all.floatDv.style.display='none';    		  
  	}
function ShowGetPwdDv()
{
		document.all.dvcate.style.display="block";   
  		document.all.dvcate.style.width=document.body.clientWidth;   
  		document.all.dvcate.style.height=document.body.scrollHeight; 
  		document.all.getPwdDv.style.display='block';   
}
		
	function HidGetPwdDv()
	{
		document.all.dvcate.style.display='none';document.all.getPwdDv.style.display='none';
		document.all.gUid.value="";
		document.all.gMail.value="";
	}
	

				