B_Name = navigator.appName;
if (B_Name == "Netscape")
     document.location.href = "index_netscape.htm";
else
     document.location.href = "index_neu.html";