function unfocus()
{
	if (document.activeElement.tagName=="A")
	{
		window.focus();
	};
};
