\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 (hasReqestedVersion ) {
////////////////////////////////////////////////////////////////////////////////
//Game variables are passed and the movie is embedded here.
var swfGetString = "";
document.write('');
} else {
document.write('
An additional plugin is needed to display this game.
Please download and install the Macromedia Flash Player by clicking on the image below.