

 if(document.layers){ window.
location=("sorry.htm");
}
else if (document.all)
{ window.location=("intro.htm");
}
else if (document.getElementById)
{ window.location=("intro.htm");
}

    