function closeWindow()
{
	var t=setTimeout("window.close()",1);
}