\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;
}
}
}
}
// Version check based upon the values entered above in "Globals"
var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if ( tShockwaveFound && hasReqestedVersion ) {
document.write('');
} else if ( !(tShockwaveFound) && !(hasReqestedVersion) ) {
document.write(' Some Additional plugins are needed to display the New York Philharmonic Kids website.Please download and install the Macromedia Flash Player and Macromedia Shockwave Player by click on the links below. It will only take a minute. Get the Flash Player. Get the Shockwave Player');
}
else if ( !(tShockwaveFound) && (hasReqestedVersion) ) {
document.write(' An Additional plugins are needed to display the New York Philharmonic Kids website.Please download and install the Macromedia Shockwave Player by clicking on the link below. It will only take a minute. Get the Shockwave Player');
}
else {
document.write(' The Additional plugins are needed to display the New York Philharmonic Kids website.Please download and install the Macromedia Flash Player by clicking on the link below. It will only take a minute. Get the Flash Player');
}
//-->
|