function Forward() {
browserDetect = navigator.appName; 
if (browserDetect == "Mozilla" ) {
   window.parent.location="./index2.html"
} else {
   window.parent.location="./index2.html"
} 
}
Forward();
