(function() {
var pars=[0,'Копирование запрещено!'];
if (pars[1]) {
	var closeWin="0";
	function IE(e)
	{
	   if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
	   {
		  alert(pars[1]); if(closeWin == "1") self.close();
		  return false;
	   }
	}
	function NS(e)
	{
	   if (document.layers || (document.getElementById && !document.all))
	   {
		  if (e.which == "2" || e.which == "3")
		  {
			 alert(pars[1]); if(closeWin == "1") self.close();
			 return false;
		  }
	   }
	}
	document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
}
})();
