/* Open new Windows */
	function RELOAD(xtime)
	{
	   window.opener.location.reload();
	   setTimeout("self.close()",xtime);
	}

	/* function close windows auto */
	function AUTO_CLOSE(xtime)
	{
	   setTimeout("self.close()",xtime);
	}
