function WinLogout()
{
  if(self.screenTop > 9000)
  {	closepop=window.open('/Inc/LogOut_Ok_Auto.asp','target','width=0,height=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=yes,resizable=no,left=3000,top=3000');
  }
  else
  {
	  if(document.readyState == "complete")
 	 {
			 //alert("»õ·Î°íÄ§À» ´©¸£¼Ì³×¿ä")
			 return;
	  }
	  else if(document.readyState == "loading")
	  {
			//window.open("test.html")
			//alert("ÄíÅ°¸¦ Á¦°ÅÇÏ¼¼¿ä");
			return;		
	  }
	}
}
