\n'); if (tVersionString != "") { tVersionIndex = tVersionString.indexOf(".") var tMajorVersionString = tVersionString.substring(tVersionIndex-2, tVersionIndex); var tMinorVersionString = tVersionString.substring(tVersionIndex+1, tVersionIndex+2); if (parseInt(tMajorVersionString) >= tMajorVersion) { if (tMinorVersion > 0) { if (parseInt(tMinorVersionString) >= tMinorVersion) { tShockwaveFound = 1; } } else { tShockwaveFound = 1; } } } } if ( tShockwaveFound ) { document.write(''); } else { if ((navigator.appVersion.indexOf("Mac")!=-1) && (navigator.userAgent.indexOf("MSIE")!=-1)) { // this section is designed specifically for IE for the Mac loadType = cLOADTYPE_NORMAL; } else { // Mac Netscape, Win31, Win95/98 and on... var is; is = new Is(); if ( (is.nav3 || is.nav4up) && (is.mac || is.win ) ) { // shockwave installed via downloaded installer loadType = cLOADTYPE_INSTALL_DOWNLOAD; } else { if ((is.win32) && ( is.ie3 || is.ie4up )) { // User can install shockwave ActiveX control loadType = cLOADTYPE_INSTALL_ACTIVEX; } else { // some kind of unsupported browser/OS combo loadType = cLOADTYPE_NOSCRIPT; } } } } if (loadType == cLOADTYPE_NORMAL) { window.location.replace( "load.asp?SprMovie=flightinstrumentsweb" ); } else if (loadType == cLOADTYPE_INSTALL_DOWNLOAD) { window.location.replace( "install.asp?SprMovie=flightinstrumentsweb&isActiveX=False" ); } else if (loadType == cLOADTYPE_INSTALL_ACTIVEX) { window.location.replace( "install.asp?SprMovie=flightinstrumentsweb&isActiveX=True" ); } else { window.location.replace( "noscript.asp?SprMovie=flightinstrumentsweb" ); } //-->