if (navigator.userAgent.indexOf("MSIE")    == -1 ||
	navigator.userAgent.indexOf("Windows") == -1 || 
	navigator.appVersion.substring(0,1) < 4) 
{
	window.location.replace("/stl/browserError.htm");
}