		document.onselectstart	=new Function ("return false");
	if (window.sidebar)
	{
		document.onmousedown	=new Function ("return false");
		document.onclick		=new Function ("return true");
	}
function	jsSelfClose()
	{
		self.opener = this;
		self.close();
	}