function autoClose(in_second)
{
   setTimeout('window.close()', in_second*1000);
}