function browser() 
{
  if(navigator.appName == "Netscape") 
  {
	location.href="indexNC.html";
  }

  if(navigator.appName == "Microsoft Internet Explorer")
  {
	location.href="indexIE.html";
  }
}