<html>
<title></title>
<head>
<meta http-equiv=Content-Type content="text/html">
</head>
<script language = "javascript">
<!--

if(navigator.appName == "Netscape" || navigator.platform.indexOf("Mac") != -1)
{
	document.location.href = "./firefox.htm";
}
else
{
	document.location.href = "./IE.htm";
}

//-->
</script>
</html>

