function doBlur(n)
	{
	if (navigator.userAgent.indexOf("MSIE")!=-1)
		{
		n.blur();
		}
	}



