\n'); if (tVersionString != "") { var tVersionStringFull = 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(parseInt(tMajorVersionString)); window.open("/frameset2/Giantframe.asp?FlashVersion="+ getFlashVersion() +"&SWVersionFull="+ tVersionStringFull +"&SWVersion="+ tMajorVersionString +"&colordepth="+screen.colorDepth+"&screenwidth="+screen.width+"&screenheight="+screen.height+"", "_self"); //getFlashVersion(); //document.write(getFlashVersion()); } else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){ //document.write('A newer version of Shockwave must be installed to display this content. Please update your Shockwave installation.'); window.open("/frameset2/Giantframe.asp?FlashVersion="+ getFlashVersion() +"&SWVersionFull=0&SWVersion=0&colordepth="+screen.colorDepth+"&screenwidth="+screen.width+"&screenheight="+screen.height+"", "_self"); } else { window.open("/frameset2/Giantframe.asp?FlashVersion="+ getFlashVersion() +"&SWVersionFull=0&SWVersion=0&colordepth="+screen.colorDepth+"&screenwidth="+screen.width+"&screenheight="+screen.height+"", "_self"); } //-->