// JavaScript Document
var bname = navigator.appName;
if (bname=="Netscape")
   {
   location="../FF/index.php";
   }
else if (bname=="Microsoft Internet Explorer")
   {
   location="../IE/index.php";
   }
