if (navigator.userAgent.indexOf("Firefox")!=-1)
{
  window.location = "web/explorer.html";
}
 if(navigator.appName == "WebTV")
{
  window.location = "web/explorer.html";
}
if (navigator.userAgent.indexOf("Netscape")!=-1)
{
  window.location = "web/explorer.html";
}
if (navigator.userAgent.indexOf("Opera")!=-1)
{
  window.location = "web/explorer.html";
}
if (navigator.userAgent.indexOf("Safari")!=-1)
{
  window.location = "web/explorer.html";
}
if (navigator.userAgent.indexOf("Flock")!=-1)
{
  window.location = "web/explorer.html";
}
if (navigator.userAgent.indexOf("SeaMonkey")!=-1)
{
  window.location = "web/explorer.html";
}
if (navigator.userAgent.indexOf("Chrome")!=-1)
{
  window.location = "web/explorer.html";
}