\n'); if ( Flash4Installed ) { window.location.href="launch.html" //alert("You have IE on Win 95-98 or NT + Flash4"); } else { //alert("You have IE on Win 95-98 or NT but not Flash 4") //test for flash3 on NT or 95 IE PC var Flash3Installed if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0) { if (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows NT")>=0 || navigator.userAgent.indexOf("Windows 98")>=0) { document.write(' \n'); if ( Flash3Installed ) { window.location.href="launch.html" //alert("You have IE on Win 95-98 or NT + Flash3"); } else { window.location.href="index2.html" //alert("You have IE on Win 95-98 or NT but not Flash3") } } } } } } //detect Mac IE cannot test for shock - variable for redirect URL var myURL = "choice.html"; if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.indexOf("Mac") != -1 ) { //alert("You are using IE 3 or 4 for the Mac, we cannot detect flash plugins"); location = myURL; } else { //test for flash3 on Netscape bName = navigator.appName; bVer = parseInt(navigator.appVersion); if (bName == "Netscape" && bVer >= 3) { var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0); if (plugin && parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 4) { window.location.href="launch.html" //alert("You are using NN3+ and Flash4") //Flash 4 or greater is available } else { //alert("You are using NN3+ but not flash4") //Flash 4 is not available if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin && navigator.plugins && navigator.plugins["Shockwave Flash"]){ //Flash 3 or later is available window.location.href="launch.html" //alert("You are using NN3+ with flash3") } else { //Flash 3 is not available //alert("You are using NN3+ without flash3") window.location.href="index2.html" } } } } bName = navigator.appName; if ((bName != "Netscape" && bName != "Microsoft Internet Explorer") && (bName != "MSIE")) { window.location.href="index2.html" window.location.href="index2.html" //alert("You are not using NN3+ or IE"); } //-->