// JavaScript Document
<!--
function Zavrit()
{
	if (navigator.appName=='Microsoft Internet Explorer'){
	window.close();
	}
}
-->