\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 ) {
////////////////////////////////////////////////////////////////////////////////
//THIS IS WHERE THE GAME GETS EMBEDDED AND VARIABLES ARE PASSED TO THIS SECTION.
document.write('');
} else if ( !(tShockwaveFound) && !(hasReqestedVersion) ) {
document.write('
Additional plugins are needed to display this game.
Please download and install the Macromedia Flash Player and Macromedia Shockwave Player by clicking on the images below.