Frame 1
MochiAd.showPreGameAd({id:"13749792f70b6d48", res:"500x400"});
var MochiAd = {getVersion:function () {
return("2.1");
}, showPreGameAd:function (options) {
var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:0, outline:13994812, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = MochiAd._parseOptions(options, _local27);
var clip = options.clip;
var _local23 = 8000;
var _local26 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!MochiAd.load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local14 = MochiAd._getRes(options);
var _local4 = _local14[0];
var _local13 = _local14[1];
mc._x = _local4 * 0.5;
mc._y = _local13 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local4 * -0.5;
chk._y = _local13 * -0.5;
var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4);
_local7._x = 10;
_local7._y = _local13 - 20;
var _local22 = options.color;
delete options.color;
var _local19 = options.background;
delete options.background;
var _local24 = options.outline;
delete options.outline;
var _local5 = _local7.createEmptyMovieClip("_outline", 1);
_local5.beginFill(_local19);
_local5.moveTo(0, 0);
_local5.lineTo(_local4 - 20, 0);
_local5.lineTo(_local4 - 20, 10);
_local5.lineTo(0, 10);
_local5.lineTo(0, 0);
_local5.endFill();
var _local3 = _local7.createEmptyMovieClip("_inside", 2);
_local3.beginFill(_local22);
_local3.moveTo(0, 0);
_local3.lineTo(_local4 - 20, 0);
_local3.lineTo(_local4 - 20, 10);
_local3.lineTo(0, 10);
_local3.lineTo(0, 0);
_local3.endFill();
_local3._xscale = 0;
var _local6 = _local7.createEmptyMovieClip("_outline", 3);
_local6.lineStyle(0, _local24, 100);
_local6.moveTo(0, 0);
_local6.lineTo(_local4 - 20, 0);
_local6.lineTo(_local4 - 20, 10);
_local6.lineTo(0, 10);
_local6.lineTo(0, 0);
chk.ad_msec = _local23;
chk.ad_timeout = _local26;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = function (width, height) {
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
chk.onEnterFrame = function () {
var _local6 = this._parent._parent;
var _local12 = this._parent._mochiad_ctr;
var _local5 = getTimer() - this.started;
var _local3 = false;
var _local4 = _local6.getBytesTotal();
var _local8 = _local6.getBytesLoaded();
var _local10 = (100 * _local8) / _local4;
var _local11 = (100 * _local5) / chk.ad_msec;
var _local9 = this._mochiad_bar._inside;
var _local2 = Math.min(100, Math.min(_local10 || 0, _local11));
_local2 = Math.max(this.last_pcnt, _local2);
this.last_pcnt = _local2;
_local9._xscale = _local2;
if (!chk.showing) {
var _local7 = _local12.getBytesTotal();
if ((_local7 > 0) || (typeof(_local7) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local5 > chk.ad_timeout) {
_local3 = true;
}
}
if (_local5 > chk.ad_msec) {
_local3 = true;
}
if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}, showInterLevelAd:function (options) {
var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = MochiAd._parseOptions(options, _local13);
var clip = options.clip;
var _local10 = 11000;
var _local12 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!MochiAd.load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local5 = MochiAd._getRes(options);
var _local14 = _local5[0];
var _local11 = _local5[1];
mc._x = _local14 * 0.5;
mc._y = _local11 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local10;
chk.ad_timeout = _local12;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = function (width, height) {
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}, showTimedAd:function (options) {
MochiAd.showInterLevelAd(options);
}, showPreloaderAd:function (options) {
MochiAd.showPreGameAd(options);
}, _allowDomains:function (server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}, _loadCommunicator:function (options) {
var _local26 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"};
options = MochiAd._parseOptions(options, _local26);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = MochiAd.getVersion();
var _local18 = options.clip;
var _local20 = "_mochiad_com_" + options.id;
if (!MochiAd._isNetworkAvailable()) {
return(null);
}
if (_local18[_local20]) {
return(_local18[_local20].lc);
}
var _local21 = options.com_server + options.id;
MochiAd._allowDomains(_local21);
delete options.id;
delete options.com_server;
var _local25 = options.depth;
delete options.depth;
var _local17 = _local18.createEmptyMovieClip(_local20, _local25);
var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1);
for (var _local15 in options) {
_local11[_local15] = options[_local15];
}
var _local6 = new LocalConnection();
var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local6.mc = _local17;
_local6.name = _local16;
_local6.allowDomain = function (d) {
return(true);
};
_local6.allowInsecureDomain = _local6.allowDomain;
_local6.connect(_local16);
_local17.lc = _local6;
_local11.lc = _local16;
_local6._id = 0;
_local6._queue = [];
_local6.rpcResult = function (cb_arg) {
var _local8 = parseInt(cb_arg);
var _local4 = this._callbacks[_local8];
if (!_local4) {
return(undefined);
}
delete this._callbacks[_local8];
var _local5 = [];
var _local3 = 2;
while (_local3 < _local4.length) {
_local5.push(_local4[_local3]);
_local3++;
}
_local3 = 1;
while (_local3 < arguments.length) {
_local5.push(arguments[_local3]);
_local3++;
}
var _local6 = _local4[1];
var _local7 = _local4[0];
if (_local7 && (typeof(_local6) == "string")) {
_local6 = _local7[_local6];
}
if (_local6) {
_local6.apply(_local7, _local5);
}
};
_local6._didConnect = function (endpoint) {
this._endpoint = endpoint;
var _local4 = this._queue;
delete this._queue;
var _local5 = this.doSend;
var _local2 = 0;
while (_local2 < _local4.length) {
var _local3 = _local4[_local2];
_local5.apply(this, _local3);
_local2++;
}
};
_local6.doSend = function (args, cbobj, cbfn) {
if (this._endpoint == null) {
var _local4 = [];
var _local3 = 0;
while (_local3 < arguments.length) {
_local4.push(arguments[_local3]);
_local3++;
}
this._queue.push(_local4);
return(undefined);
}
this._id = this._id + 1;
var _local5 = this._id;
if ((cbfn === undefined) || (cbfn === null)) {
cbfn = cbobj;
}
this._callbacks[_local5] = [cbobj, cbfn];
var _local7 = new LocalConnection();
var _local9 = _local7.send(this._endpoint, "rpc", _local5, args);
};
_local6._callbacks = {};
_local6._callbacks[0] = [_local6, "_didConnect"];
_local11.st = getTimer();
_local11.loadMovie(_local21 + ".swf", "POST");
return(_local6);
}, fetchHighScores:function (options, callbackObj, callbackMethod) {
var _local1 = MochiAd._loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["fetchHighScores", options];
_local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod);
return(true);
}, load:function (options) {
var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = MochiAd._parseOptions(options, _local13);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = MochiAd.getVersion();
var _local9 = options.clip;
if (!MochiAd._isNetworkAvailable()) {
return(null);
}
if (_local9._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12);
var _local11 = MochiAd._getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local9._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local7 in options) {
_local4[_local7] = options[_local7];
}
var _local10 = _local4.server;
delete _local4.server;
var _local14 = MochiAd._allowDomains(_local10);
_local6.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new LocalConnection();
var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local8;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local8);
_local6.lc = _local5;
_local4.lc = _local8;
_local4.st = getTimer();
_local4.loadMovie(_local10 + ".swf", "POST");
return(_local6);
}, unload:function (clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}, _isNetworkAvailable:function () {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}, _getRes:function (options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var _local4 = options.res.split("x");
_local2 = parseFloat(_local4[0]);
_local1 = parseFloat(_local4[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}, _parseOptions:function (options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
return(_local4);
}, _:null};
Stage.showMenu = false;
fscommand ("allowscale", false);
if (_framesloaded == _totalframes) {
gotoAndPlay (3);
}
caucula = (getBytesLoaded() / getBytesTotal()) * 100;
_root.barra._xscale = caucula;
Frame 2
stop();
gotoAndPlay (1);
Frame 4
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("59adbf49", this, 10301, true);
Frame 166
Mouse.show();
stopAllSounds();
Frame 167
stop();
Frame 241
stopAllSounds();
Frame 242
gotoAndStop (167);
Frame 302
stop();
Frame 303
stop();
Frame 305
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Mouse.hide();
onMouseMove = function () {
cursor._x = _xmouse;
cursor._y = _ymouse;
};
stop();
Frame 306
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 307
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 308
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 309
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 310
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 311
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 312
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 313
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 314
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 315
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 316
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 317
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 318
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 319
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 320
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 321
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 322
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 323
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 324
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 325
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 326
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 327
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 328
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 329
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 330
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 331
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 332
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 333
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 334
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 335
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 336
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 337
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 338
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 339
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 340
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 341
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 342
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 343
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 344
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 345
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 346
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 347
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 348
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 349
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 350
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 351
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 352
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 353
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 354
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 355
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 356
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 357
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 358
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 359
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 360
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 361
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 362
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 363
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 364
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 365
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 366
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 367
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 368
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 369
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 370
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 371
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 372
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 373
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 374
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 375
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 376
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 377
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 378
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 379
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 380
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 381
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 382
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 383
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 384
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 385
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 386
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 387
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 388
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 389
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 390
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 391
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 392
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 393
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 394
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 395
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 396
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 397
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 398
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 399
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 400
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 401
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 402
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 403
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 404
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 405
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 406
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 407
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 408
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 409
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 410
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 411
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 412
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 413
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 414
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 415
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 416
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 417
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 418
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 419
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 420
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 421
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 422
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 423
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 424
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 425
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 426
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 427
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 428
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 429
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 430
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 431
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 432
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 433
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 434
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 435
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 436
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 437
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 438
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 439
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 440
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 441
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 442
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 443
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 444
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 445
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 446
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 447
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 448
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 449
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 450
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 451
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 452
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 453
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 454
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 455
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 456
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 457
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 458
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 459
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 460
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 461
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 462
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 463
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 464
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 465
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 466
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 467
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 468
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 469
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 470
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 471
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 472
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 473
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 474
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 475
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 476
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 477
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 478
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 479
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 480
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 481
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 482
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 483
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 484
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 485
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 486
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 487
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 488
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 489
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 490
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 491
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 492
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 493
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 494
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 495
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 496
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 497
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 498
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 499
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 500
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 501
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 502
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 503
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 504
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 505
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 506
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 507
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 508
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 509
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 510
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 511
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 512
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 513
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 514
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 515
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 516
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 517
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 518
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 519
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 520
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 521
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 522
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 523
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 524
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 525
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 526
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 527
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 528
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 529
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 530
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 531
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 532
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 533
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 534
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 535
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 536
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 537
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 538
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 539
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 540
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 541
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 542
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 543
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 544
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 545
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 546
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 547
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 548
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 549
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 550
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 551
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 552
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 553
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 554
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 555
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 556
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 557
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 558
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 559
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 560
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 561
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 562
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 563
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 564
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 565
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 566
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 567
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 568
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 569
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 570
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 571
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 572
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 573
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 574
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 575
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 576
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 577
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 578
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 579
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 580
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 581
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 582
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 583
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 584
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 585
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 586
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 587
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 588
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 589
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 590
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 591
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 592
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 593
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 594
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 595
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 596
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 597
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 598
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 599
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 600
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 601
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 602
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 603
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 604
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 605
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 606
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 607
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 608
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 609
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 610
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 611
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 612
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 613
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 614
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 615
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 616
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 617
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 618
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 619
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 620
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 621
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 622
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 623
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 624
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 625
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 626
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 627
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 628
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 629
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 630
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 631
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 632
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 633
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 634
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 635
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 636
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 637
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 638
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 639
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 640
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 641
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 642
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 643
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 644
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 645
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 646
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 647
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 648
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 649
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 650
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 651
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 652
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 653
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 654
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 655
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 656
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 657
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 658
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 659
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 660
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 661
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 662
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 663
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 664
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 665
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 666
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 667
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 668
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 669
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 670
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 671
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 672
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 673
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 674
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 675
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 676
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 677
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 678
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 679
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 680
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 681
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 682
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 683
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 684
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 685
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 686
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 687
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 688
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 689
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 690
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 691
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 692
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 693
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 694
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 695
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 696
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 697
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 698
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 699
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 700
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 701
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 702
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 703
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 704
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 705
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 706
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 707
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 708
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 709
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 710
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 711
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 712
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 713
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 714
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 715
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 716
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 717
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 718
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 719
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 720
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 721
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 722
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 723
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 724
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 725
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 726
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 727
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 728
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 729
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 730
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 731
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 732
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 733
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 734
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 735
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 736
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 737
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 738
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 739
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 740
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 741
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 742
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 743
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 744
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 745
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 746
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 747
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 748
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 749
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 750
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 751
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 752
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 753
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 754
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 755
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 756
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 757
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 758
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 759
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 760
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 761
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 762
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 763
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 764
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 765
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 766
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 767
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 768
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 769
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 770
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 771
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 772
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 773
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 774
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 775
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 776
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 777
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 778
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 779
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 780
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 781
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 782
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 783
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 784
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 785
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 786
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 787
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 788
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 789
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 790
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 791
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 792
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 793
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 794
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 795
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 796
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 797
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 798
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 799
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 800
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 801
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 802
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 803
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 804
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 805
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 806
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 807
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 808
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 809
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 810
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 811
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 812
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 813
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 814
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 815
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 816
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 817
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 818
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 819
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 820
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 821
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 822
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 823
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 824
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 825
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 826
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 827
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 828
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 829
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 830
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 831
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 832
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 833
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 834
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 835
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 836
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 837
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 838
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 839
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 840
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 841
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 842
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 843
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 844
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 845
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 846
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 847
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 848
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 849
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 850
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 851
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 852
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 853
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 854
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 855
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 856
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 857
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 858
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 859
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 860
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 861
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 862
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 863
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 864
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 865
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 866
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 867
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 868
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 869
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 870
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 871
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 872
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 873
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 874
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 875
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 876
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 877
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 878
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 879
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 880
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 881
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 882
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 883
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 884
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 885
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 886
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 887
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 888
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 889
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 890
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 891
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 892
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 893
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 894
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 895
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 896
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 897
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 898
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 899
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 900
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 901
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 902
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 903
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 904
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 905
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 906
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 907
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 908
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 909
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 910
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 911
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 912
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 913
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 914
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 915
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 916
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 917
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 918
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 919
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 920
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 921
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 922
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 923
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 924
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 925
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 926
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 927
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 928
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 929
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 930
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 931
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 932
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 933
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 934
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 935
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 936
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 937
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 938
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 939
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 940
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 941
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 942
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 943
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 944
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 945
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 946
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 947
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 948
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 949
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 950
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 951
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 952
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 953
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 954
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 955
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 956
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 957
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 958
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 959
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 960
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 961
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 962
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 963
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 964
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 965
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 966
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 967
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 968
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 969
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 970
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 971
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 972
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 973
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 974
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 975
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 976
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 977
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 978
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 979
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 980
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 981
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 982
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 983
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 984
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 985
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 986
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 987
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 988
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 989
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 990
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 991
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 992
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 993
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 994
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 995
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 996
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 997
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 998
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 999
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1000
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1001
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1002
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1003
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1004
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1005
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1006
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1007
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1008
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1009
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1010
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1011
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1012
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1013
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1014
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1015
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1016
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1017
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1018
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1019
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1020
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1021
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1022
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1023
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1024
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1025
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1026
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1027
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1028
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1029
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1030
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1031
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1032
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1033
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1034
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1035
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1036
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1037
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1038
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1039
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1040
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1041
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1042
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1043
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1044
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1045
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1046
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1047
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1048
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1049
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1050
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1051
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1052
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1053
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1054
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1055
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1056
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1057
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1058
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1059
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1060
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1061
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1062
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1063
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1064
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1065
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1066
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1067
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1068
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1069
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1070
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1071
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1072
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1073
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1074
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1075
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1076
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1077
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1078
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1079
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1080
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1081
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1082
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1083
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1084
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1085
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1086
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1087
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1088
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1089
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1090
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1091
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1092
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1093
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1094
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1095
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1096
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1097
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1098
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1099
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1100
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1101
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1102
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1103
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1104
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1105
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1106
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1107
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1108
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1109
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1110
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1111
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1112
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1113
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1114
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1115
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1116
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1117
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1118
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1119
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1120
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1121
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1122
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1123
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1124
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1125
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1126
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1127
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1128
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1129
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1130
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1131
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1132
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1133
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1134
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1135
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1136
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1137
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1138
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1139
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1140
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1141
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1142
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1143
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1144
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1145
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1146
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1147
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1148
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1149
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1150
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1151
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1152
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1153
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1154
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1155
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1156
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1157
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1158
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1159
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1160
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1161
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1162
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1163
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1164
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1165
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1166
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1167
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1168
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1169
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1170
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1171
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1172
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1173
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1174
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1175
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1176
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1177
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1178
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1179
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1180
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1181
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1182
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1183
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1184
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1185
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1186
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1187
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1188
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1189
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1190
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1191
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1192
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1193
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1194
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1195
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1196
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1197
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1198
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1199
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1200
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1201
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1202
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1203
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1204
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1205
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1206
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1207
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1208
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1209
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1210
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1211
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1212
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1213
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1214
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1215
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1216
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1217
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1218
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1219
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1220
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1221
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1222
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1223
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1224
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1225
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1226
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1227
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1228
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1229
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1230
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1231
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1232
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1233
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1234
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1235
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1236
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1237
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1238
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1239
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1240
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1241
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1243
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Mouse.hide();
onMouseMove = function () {
cursor._x = _xmouse;
cursor._y = _ymouse;
};
stopAllSounds();
Frame 1386
stopAllSounds();
stop();
Frame 1388
stopAllSounds();
Frame 1591
stopAllSounds();
Frame 1616
stop();
Frame 1618
stopAllSounds();
Frame 1821
stopAllSounds();
Frame 1846
stop();
Frame 1848
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Mouse.hide();
onMouseMove = function () {
cursor._x = _xmouse;
cursor._y = _ymouse;
};
stop();
Frame 1849
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1850
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1851
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1852
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1853
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1854
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1855
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1856
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1857
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Instance of Symbol 2759 MovieClip in Frame 1857
onClipEvent (load) {
_root.stop();
var pausa = 15;
var tempo = getTimer();
}
onClipEvent (enterFrame) {
if ((tempo + (pausa * 1000)) <= getTimer()) {
_root.gotoAndPlay("burn");
}
}
Frame 1858
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1859
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1860
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1861
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1862
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1863
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1864
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
stop();
login = "";
senha = "";
enviar.tabEnabled = false;
Frame 1865
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1866
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1867
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1868
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1869
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1870
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1871
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1872
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1873
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1874
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1875
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1876
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1877
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1878
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1879
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1880
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1881
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1882
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1883
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Instance of Symbol 2873 MovieClip in Frame 1883
onClipEvent (load) {
_root.stop();
var pausa = 15;
var tempo = getTimer();
}
onClipEvent (enterFrame) {
if ((tempo + (pausa * 1000)) <= getTimer()) {
_root.gotoAndPlay("burn");
}
}
Frame 1884
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1885
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1886
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1887
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1888
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1889
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1890
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
stop();
login = "";
senha = "";
enviar.tabEnabled = false;
Frame 1891
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1892
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1893
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1894
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1895
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1896
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1897
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1898
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1899
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1900
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
main.attachMovie("burnend", "newname6", 1);
Frame 1901
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
stop();
Frame 1902
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1903
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
stopAllSounds();
Frame 1904
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1905
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1906
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1907
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1908
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1909
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1910
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1911
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1912
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1913
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1914
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1915
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1916
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1917
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1918
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1919
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1920
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1921
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1922
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1923
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1924
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1925
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1926
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1927
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1928
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1929
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1930
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1931
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1932
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1933
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1934
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1935
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1936
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1937
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1938
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1939
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1940
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1941
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1942
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1943
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1944
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1945
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1946
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1947
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1948
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1949
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1950
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1951
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1952
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1953
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1954
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1955
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1956
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1957
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1958
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1959
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1960
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1961
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1962
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1963
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1964
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1965
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1966
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1967
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1968
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1969
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1970
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1971
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1972
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1973
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1974
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1975
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1976
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1977
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1978
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1979
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1980
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1981
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1982
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1983
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1984
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1985
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1986
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1987
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1988
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1989
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1990
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1991
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1992
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1993
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1994
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1995
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1996
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1997
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1998
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 1999
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2000
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2001
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2002
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2003
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2004
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2005
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2006
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2007
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2008
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2009
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2010
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2011
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2012
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2013
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2014
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2015
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2016
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2017
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2018
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2019
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2020
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2021
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2022
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2023
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2024
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2025
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2026
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2027
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2028
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2029
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2030
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2031
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2032
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2033
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2034
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2035
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2036
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2037
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2038
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2039
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2040
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2041
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2042
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2043
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2044
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2045
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2046
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2047
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2048
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2049
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2050
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2051
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2052
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2053
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2054
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2055
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2056
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2057
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2058
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2059
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2060
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2061
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2062
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2063
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2064
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2065
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2066
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2067
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2068
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2069
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2070
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2071
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2072
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2073
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2074
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2075
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2076
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2077
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2078
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2079
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2080
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2081
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2082
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2083
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2084
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2085
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2086
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
stop();
Frame 2087
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2088
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2089
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2090
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2091
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2092
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2093
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2094
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2095
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2096
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2097
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2098
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2099
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2100
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2101
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2102
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2103
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2104
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2105
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2106
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2107
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
stop();
Mouse.hide();
crosshair.startDrag(true);
_root.onMouseMove = function () {
coordsDisplay.text = (("X: " + _xmouse) + "\nY: ") + _ymouse;
};
Frame 2108
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Mouse.show();
Frame 2109
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Mouse.hide();
onMouseMove = function () {
cursor._x = _xmouse;
cursor._y = _ymouse;
};
Frame 2110
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
gotoAndStop (1889);
Frame 2112
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Mouse.hide();
onMouseMove = function () {
cursor._x = _xmouse;
cursor._y = _ymouse;
};
stop();
Frame 2113
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2114
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2115
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2116
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2117
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2118
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2119
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2120
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2121
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Instance of Symbol 2943 MovieClip in Frame 2121
onClipEvent (load) {
_root.stop();
var pausa = 15;
var tempo = getTimer();
}
onClipEvent (enterFrame) {
if ((tempo + (pausa * 1000)) <= getTimer()) {
_root.gotoAndPlay("burn2");
}
}
Frame 2122
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2123
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2124
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2125
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2126
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Frame 2127
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
main.attachMovie("burnend", "newname6", 1);
Frame 2128
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
stop();
Frame 2129
bot1.tabEnabled = false;
bot2.tabEnabled = false;
bot3.tabEnabled = false;
bot4.tabEnabled = false;
bot5.tabEnabled = false;
bot6.tabEnabled = false;
bot7.tabEnabled = false;
bot8.tabEnabled = false;
bot9.tabEnabled = false;
bot10.tabEnabled = false;
Symbol 19 MovieClip Frame 1
x = new Sound();
x.attachSound("mcomp");
x.start(0, 1);
Symbol 37 Button
on (press, release) {
gotoAndStop (2);
}
Symbol 38 MovieClip [mensagem] Frame 1
stop();
Symbol 45 Button
on (press, release) {
gotoAndStop (2);
}
Symbol 46 Button
on (press, release) {
gotoAndStop (4);
}
Symbol 49 Button
on (press, release) {
gotoAndStop (3);
}
Symbol 50 Button
on (press, release) {
gotoAndStop (1);
}
Symbol 53 MovieClip [book] Frame 1
stop();
Symbol 53 MovieClip [book] Frame 2
stop();
Symbol 53 MovieClip [book] Frame 3
stop();
Symbol 64 MovieClip [vacuum2] Frame 5
x = new Sound();
x.attachSound("maspirador");
x.start(0, 1);
Symbol 64 MovieClip [vacuum2] Frame 76
stop();
Symbol 69 MovieClip [vacuum1] Frame 5
x = new Sound();
x.attachSound("maspirador");
x.start(0, 1);
Symbol 69 MovieClip [vacuum1] Frame 76
stop();
Symbol 74 Button
on (press, keyPress "<Enter>") {
gotoAndStop (21);
}
Symbol 77 MovieClip [mmapa] Frame 20
stop();
Mouse.hide();
crosshair.startDrag(true);
_root.onMouseMove = function () {
coordsDisplay.text = (("X: " + _xmouse) + "\nY: ") + _ymouse;
};
Symbol 84 MovieClip Frame 1
x = new Sound();
x.attachSound("mfinalburn");
x.start(0, 1);
Symbol 85 MovieClip [burnend] Frame 1
stopAllSounds();
Symbol 85 MovieClip [burnend] Frame 131
stop();
Symbol 96 MovieClip Frame 34
stop();
Symbol 111 MovieClip Frame 70
stop();
Symbol 113 Button
on (press, release) {
gotoAndPlay (243);
stopAllSounds();
}
Symbol 114 MovieClip Frame 1
x = new Sound();
x.attachSound("minicio");
x.start(0, 1);
Symbol 117 MovieClip Frame 1
x = new Sound();
x.attachSound("mcortina");
x.start(0, 1);
Symbol 122 MovieClip Frame 95
stop();
Symbol 123 Button
on (press, release) {
gotoAndStop (303);
}
Symbol 131 Button
on (press, release) {
gotoAndStop (305);
}
Symbol 162 Button
on (press, release) {
gotoAndStop (2);
}
Symbol 163 Button
on (press, release) {
gotoAndStop (1);
}
Symbol 164 MovieClip Frame 1
stop();
x = new Sound();
x.attachSound("mtrilha");
x.start(0, 28);
Symbol 164 MovieClip Frame 2
stop();
stopAllSounds();
Symbol 167 Button
on (press, release) {
gotoAndPlay (166);
}
Symbol 171 MovieClip Frame 30
stop();
Symbol 173 Button
on (press, release) {
gotoAndStop (398);
}
Symbol 174 Button
on (press, release) {
gotoAndStop (1049);
}
Symbol 178 Button
on (press, release) {
main.attachMovie("mensagem", "newname1", 1);
}
Symbol 196 Button
on (press, release) {
gotoAndStop (399);
}
Symbol 197 Button
on (press, release) {
gotoAndStop (1050);
}
Symbol 205 Button
on (press, release) {
gotoAndStop (400);
}
Symbol 206 Button
on (press, release) {
gotoAndStop (1051);
}
Symbol 210 Button
on (press, release) {
main.attachMovie("book", "newname2", 1);
}
Symbol 211 Button
on (press, release) {
gotoAndStop (401);
}
Symbol 212 Button
on (press, release) {
gotoAndStop (1052);
}
Symbol 214 Button
on (press, release) {
gotoAndStop (402);
}
Symbol 215 Button
on (press, release) {
gotoAndStop (1053);
}
Symbol 217 Button
on (press, release) {
gotoAndStop (403);
}
Symbol 218 Button
on (press, release) {
gotoAndStop (1054);
}
Symbol 220 Button
on (press, release) {
gotoAndStop (404);
}
Symbol 221 Button
on (press, release) {
gotoAndStop (1055);
}
Symbol 224 Button
on (press, release) {
gotoAndStop (405);
}
Symbol 225 Button
on (press, release) {
gotoAndStop (1056);
}
Symbol 226 Button
on (press, release) {
gotoAndStop (314);
main2.attachMovie("vacuum2", "newname4", 1);
}
Symbol 229 Button
on (press, release) {
gotoAndStop (406);
}
Symbol 230 Button
on (press, release) {
gotoAndStop (1057);
}
Symbol 237 Button
on (press, release) {
gotoAndStop (407);
}
Symbol 238 Button
on (press, release) {
gotoAndStop (1058);
}
Symbol 239 Button
on (press, release) {
gotoAndPlay (1243);
}
Symbol 240 Button
on (press, release) {
gotoAndStop (408);
}
Symbol 241 Button
on (press, release) {
gotoAndStop (1059);
}
Symbol 242 Button
on (press, release) {
gotoAndStop (409);
}
Symbol 243 Button
on (press, release) {
gotoAndStop (1060);
}
Symbol 244 Button
on (press, release) {
gotoAndStop (410);
}
Symbol 245 Button
on (press, release) {
gotoAndStop (1061);
}
Symbol 246 Button
on (press, release) {
gotoAndStop (411);
}
Symbol 247 Button
on (press, release) {
gotoAndStop (1062);
}
Symbol 248 Button
on (press, release) {
gotoAndStop (412);
}
Symbol 249 Button
on (press, release) {
gotoAndStop (1063);
}
Symbol 250 Button
on (press, release) {
gotoAndStop (413);
}
Symbol 251 Button
on (press, release) {
gotoAndStop (1064);
}
Symbol 252 Button
on (press, release) {
gotoAndStop (414);
}
Symbol 253 Button
on (press, release) {
gotoAndStop (1065);
}
Symbol 254 Button
on (press, release) {
gotoAndStop (415);
}
Symbol 255 Button
on (press, release) {
gotoAndStop (1066);
}
Symbol 256 Button
on (press, release) {
gotoAndStop (416);
}
Symbol 257 Button
on (press, release) {
gotoAndStop (1067);
}
Symbol 258 Button
on (press, release) {
gotoAndStop (325);
main2.attachMovie("vacuum2", "newname4", 1);
}
Symbol 259 Button
on (press, release) {
gotoAndStop (417);
}
Symbol 260 Button
on (press, release) {
gotoAndStop (1068);
}
Symbol 261 Button
on (press, release) {
gotoAndStop (418);
}
Symbol 262 Button
on (press, release) {
gotoAndStop (1069);
}
Symbol 263 Button
on (press, release) {
gotoAndStop (419);
}
Symbol 264 Button
on (press, release) {
gotoAndStop (1070);
}
Symbol 265 Button
on (press, release) {
gotoAndStop (1143);
main2.attachMovie("vacuum2", "newname4", 1);
}
Symbol 266 Button
on (press, release) {
gotoAndStop (420);
}
Symbol 267 Button
on (press, release) {
gotoAndStop (1071);
}
Symbol 268 Button
on (press, release) {
gotoAndStop (1144);
main2.attachMovie("vacuum2", "newname4", 1);
}
Symbol 269 Button
on (press, release) {
gotoAndStop (421);
}
Symbol 270 Button
on (press, release) {
gotoAndStop (1072);
}
Symbol 271 Button
on (press, release) {
gotoAndStop (1145);
main2.attachMovie("vacuum2", "newname4", 1);
}
Symbol 272 Button
on (press, release) {
gotoAndStop (422);
}
Symbol 273 Button
on (press, release) {
gotoAndStop (1073);
}
Symbol 274 Button
on (press, release) {
gotoAndStop (423);
}
Symbol 275 Button
on (press, release) {
gotoAndStop (1074);
}
Symbol 276 Button
on (press, release) {
gotoAndStop (424);
}
Symbol 277 Button
on (press, release) {
gotoAndStop (1075);
}
Symbol 278 Button
on (press, release) {
gotoAndStop (425);
}
Symbol 279 Button
on (press, release) {
gotoAndStop (1076);
}
Symbol 280 Button
on (press, release) {
gotoAndStop (426);
}
Symbol 281 Button
on (press, release) {
gotoAndStop (1077);
}
Symbol 282 Button
on (press, release) {
gotoAndStop (427);
}
Symbol 283 Button
on (press, release) {
gotoAndStop (1078);
}
Symbol 284 Button
on (press, release) {
gotoAndStop (428);
}
Symbol 285 Button
on (press, release) {
gotoAndStop (1079);
}
Symbol 286 Button
on (press, release) {
gotoAndStop (429);
}
Symbol 287 Button
on (press, release) {
gotoAndStop (1080);
}
Symbol 288 Button
on (press, release) {
gotoAndStop (430);
}
Symbol 289 Button
on (press, release) {
gotoAndStop (1081);
}
Symbol 290 Button
on (press, release) {
gotoAndStop (1172);
main2.attachMovie("vacuum2", "newname4", 1);
}
Symbol 291 Button
on (press, release) {
gotoAndStop (431);
}
Symbol 292 Button
on (press, release) {
gotoAndStop (1082);
}
Symbol 293 Button
on (press, release) {
gotoAndStop (1173);
main2.attachMovie("vacuum2", "newname4", 1);
}
Symbol 294 Button
on (press, release) {
gotoAndStop (432);
}
Symbol 295 Button
on (press, release) {
gotoAndStop (1083);
}
Symbol 296 Button
on (press, release) {
gotoAndStop (1174);
main2.attachMovie("vacuum2", "newname4", 1);
}
Symbol 297 Button
on (press, release) {
gotoAndStop (433);
}
Symbol 298 Button
on (press, release) {
gotoAndStop (1084);
}
Symbol 299 Button
on (press, release) {
gotoAndStop (434);
}
Symbol 300 Button
on (press, release) {
gotoAndStop (1085);
}
Symbol 301 Button
on (press, release) {
gotoAndStop (435);
}
Symbol 302 Button
on (press, release) {
gotoAndStop (1086);
}
Symbol 303 Button
on (press, release) {
gotoAndStop (436);
}
Symbol 304 Button
on (press, release) {
gotoAndStop (1087);
}
Symbol 305 Button
on (press, release) {
gotoAndStop (437);
}
Symbol 306 Button
on (press, release) {
gotoAndStop (1088);
}
Symbol 307 Button
on (press, release) {
gotoAndStop (438);
}
Symbol 308 Button
on (press, release) {
gotoAndStop (1089);
}
Symbol 309 Button
on (press, release) {
gotoAndStop (439);
}
Symbol 310 Button
on (press, release) {
gotoAndStop (1090);
}
Symbol 311 Button
on (press, release) {
gotoAndStop (440);
}
Symbol 312 Button
on (press, release) {
gotoAndStop (1091);
}
Symbol 313 Button
on (press, release) {
gotoAndStop (441);
}
Symbol 314 Button
on (press, release) {
gotoAndStop (1092);
}
Symbol 315 Button
on (press, release) {
gotoAndStop (442);
}
Symbol 316 Button
on (press, release) {
gotoAndStop (1093);
}
Symbol 317 Button
on (press, release) {
gotoAndStop (443);
}
Symbol 318 Button
on (press, release) {
gotoAndStop (1094);
}
Symbol 319 Button
on (press, release) {
gotoAndStop (444);
}
Symbol 320 Button
on (press, release) {
gotoAndStop (1095);
}
Symbol 321 Button
on (press, release) {
gotoAndStop (445);
}
Symbol 322 Button
on (press, release) {
gotoAndStop (1096);
}
Symbol 323 Button
on (press, release) {
gotoAndStop (446);
}
Symbol 324 Button
on (press, release) {
gotoAndStop (1097);
}
Symbol 325 Button
on (press, release) {
gotoAndStop (354);
main2.attachMovie("vacuum2", "newname4", 1);
}
Symbol 326 Button
on (press, release) {
gotoAndStop (447);
}
Symbol 327 Button
on (press, release) {
gotoAndStop (1098);
}
Symbol 328 Button
on (press, release) {
gotoAndStop (448);
}
Symbol 329 Button
on (press, release) {
gotoAndStop (1099);
}
Symbol 330 Button
on (press, release) {
gotoAndStop (449);
}
Symbol 331 Button
on (press, release) {
gotoAndStop (1100);
}
Symbol 332 Button
on (press, release) {
gotoAndStop (450);
}
Symbol 333 Button
on (press, release) {
gotoAndStop (1101);
}
Symbol 334 Button
on (press, release) {
gotoAndStop (451);
}
Symbol 335 Button
on (press, release) {
gotoAndStop (1102);
}
Symbol 336 Button
on (press, release) {
gotoAndStop (452);
}
Symbol 337 Button
on (press, release) {
gotoAndStop (1103);
}
Symbol 338 Button
on (press, release) {
gotoAndStop (453);
}
Symbol 339 Button
on (press, release) {
gotoAndStop (1104);
}
Symbol 340 Button
on (press, release) {
gotoAndPlay (1618);
}
Symbol 341 Button
on (press, release) {
gotoAndStop (454);
}
Symbol 342 Button
on (press, release) {
gotoAndStop (1105);
}
Symbol 343 Button
on (press, release) {
gotoAndStop (358);
main2.attachMovie("vacuum2", "newname4", 1);
}
Symbol 344 Button
on (press, release) {
gotoAndStop (455);
}
Symbol 345 Button
on (press, release) {
gotoAndStop (1106);
}
Symbol 346 Button
on (press, release) {
gotoAndStop (359);
main2.attachMovie("vacuum2", "newname4", 1);
}
Symbol 347 Button
on (press, release) {
gotoAndStop (456);
}
Symbol 348 Button
on (press, release) {
gotoAndStop (1107);
}
Symbol 349 Button
on (press, release) {
gotoAndStop (360);
main2.attachMovie("vacuum2", "newname4", 1);
}
Symbol 350 Button
on (press, release) {
gotoAndStop (457);
}
Symbol 351 Button
on (press, release) {
gotoAndStop (1108);
}
Symbol 352 Button
on (press, release) {
gotoAndStop (458);
}
Symbol 353 Button
on (press, release) {
gotoAndStop (1109);
}
Symbol 354 Button
on (press, release) {
gotoAndStop (459);
}
Symbol 355 Button
on (press, release) {
gotoAndStop (1110);
}
Symbol 356 Button
on (press, release) {
gotoAndStop (460);
}
Symbol 357 Button
on (press, release) {
gotoAndStop (1111);
}
Symbol 358 Button
on (press, release) {
gotoAndStop (461);
}
Symbol 359 Button
on (press, release) {
gotoAndStop (1112);
}
Symbol 360 Button
on (press, release) {
gotoAndStop (462);
}
Symbol 361 Button
on (press, release) {
gotoAndStop (1113);
}
Symbol 362 Button
on (press, release) {
gotoAndStop (463);
}
Symbol 363 Button
on (press, release) {
gotoAndStop (1114);
}
Symbol 364 Button
on (press, release) {
gotoAndStop (464);
}
Symbol 365 Button
on (press, release) {
gotoAndStop (1115);
}
Symbol 366 Button
on (press, release) {
gotoAndStop (465);
}
Symbol 367 Button
on (press, release) {
gotoAndStop (1116);
}
Symbol 368 Button
on (press, release) {
gotoAndStop (466);
}
Symbol 369 Button
on (press, release) {
gotoAndStop (1117);
}
Symbol 370 Button
on (press, release) {
gotoAndStop (467);
}
Symbol 371 Button
on (press, release) {
gotoAndStop (1118);
}
Symbol 372 Button
on (press, release) {
gotoAndStop (468);
}
Symbol 373 Button
on (press, release) {
gotoAndStop (1119);
}
Symbol 374 Button
on (press, release) {
gotoAndStop (469);
}
Symbol 375 Button
on (press, release) {
gotoAndStop (1120);
}
Symbol 376 Button
on (press, release) {
gotoAndStop (470);
}
Symbol 377 Button
on (press, release) {
gotoAndStop (1121);
}
Symbol 378 Button
on (press, release) {
gotoAndStop (471);
}
Symbol 379 Button
on (press, release) {
gotoAndStop (1122);
}
Symbol 380 Button
on (press, release) {
gotoAndStop (472);
}
Symbol 381 Button
on (press, release) {
gotoAndStop (1123);
}
Symbol 382 Button
on (press, release) {
gotoAndStop (473);
}
Symbol 383 Button
on (press, release) {
gotoAndStop (1124);
}
Symbol 384 Button
on (press, release) {
gotoAndStop (474);
}
Symbol 385 Button
on (press, release) {
gotoAndStop (1125);
}
Symbol 386 Button
on (press, release) {
gotoAndStop (475);
}
Symbol 387 Button
on (press, release) {
gotoAndStop (1126);
}
Symbol 388 Button
on (press, release) {
gotoAndStop (1232);
main2.attachMovie("vacuum2", "newname4", 1);
}
Symbol 389 Button
on (press, release) {
gotoAndStop (476);
}
Symbol 390 Button
on (press, release) {
gotoAndStop (1127);
}
Symbol 391 Button
on (press, release) {
gotoAndStop (1201);
main2.attachMovie("vacuum2", "newname4", 1);
}
Symbol 392 Button
on (press, release) {
gotoAndStop (477);
}
Symbol 393 Button
on (press, release) {
gotoAndStop (1128);
}
Symbol 394 Button
on (press, release) {
gotoAndStop (1202);
main2.attachMovie("vacuum2", "newname4", 1);
}
Symbol 395 Button
on (press, release) {
gotoAndStop (478);
}
Symbol 396 Button
on (press, release) {
gotoAndStop (1129);
}
Symbol 397 Button
on (press, release) {
gotoAndStop (1203);
main2.attachMovie("vacuum2", "newname4", 1);
}
Symbol 398 Button
on (press, release) {
gotoAndStop (479);
}
Symbol 399 Button
on (press, release) {
gotoAndStop (1130);
}
Symbol 400 Button
on (press, release) {
gotoAndStop (480);
}
Symbol 401 Button
on (press, release) {
gotoAndStop (1131);
}
Symbol 402 Button
on (press, release) {
gotoAndStop (481);
}
Symbol 403 Button
on (press, release) {
gotoAndStop (1132);
}
Symbol 404 Button
on (press, release) {
gotoAndStop (482);
}
Symbol 405 Button
on (press, release) {
gotoAndStop (1133);
}
Symbol 406 Button
on (press, release) {
gotoAndStop (483);
}
Symbol 407 Button
on (press, release) {
gotoAndStop (1134);
}
Symbol 408 Button
on (press, release) {
gotoAndStop (484);
}
Symbol 409 Button
on (press, release) {
gotoAndStop (1135);
}
Symbol 410 Button
on (press, release) {
gotoAndStop (485);
}
Symbol 411 Button
on (press, release) {
gotoAndStop (1136);
}
Symbol 412 Button
on (press, release) {
gotoAndStop (486);
}
Symbol 413 Button
on (press, release) {
gotoAndStop (1137);
}
Symbol 414 Button
on (press, release) {
gotoAndStop (487);
}
Symbol 415 Button
on (press, release) {
gotoAndStop (1138);
}
Symbol 416 Button
on (press, release) {
gotoAndStop (488);
}
Symbol 417 Button
on (press, release) {
gotoAndStop (1139);
}
Symbol 418 Button
on (press, release) {
gotoAndStop (489);
}
Symbol 419 Button
on (press, release) {
gotoAndStop (1140);
}
Symbol 423 Button
on (press, release) {
gotoAndStop (863);
}
Symbol 424 Button
on (press, release) {
gotoAndStop (305);
}
Symbol 428 MovieClip Frame 1
x = new Sound();
x.attachSound("mportas");
x.start(0, 1);
Symbol 429 Button
on (press, release) {
gotoAndStop (491);
}
Symbol 432 Button
on (press, release) {
gotoAndStop (584);
}
Symbol 436 Button
on (press, release) {
gotoAndStop (677);
}
Symbol 438 Button
on (press, release) {
gotoAndStop (770);
}
Symbol 439 MovieClip Frame 1
x = new Sound();
x.attachSound("miten");
x.start(0, 1);
Symbol 440 Button
on (press, release) {
gotoAndStop (460);
}
Symbol 441 Button
on (press, release) {
gotoAndStop (864);
}
Symbol 442 Button
on (press, release) {
gotoAndStop (306);
}
Symbol 443 Button
on (press, release) {
gotoAndStop (492);
}
Symbol 444 Button
on (press, release) {
gotoAndStop (585);
}
Symbol 445 Button
on (press, release) {
gotoAndStop (678);
}
Symbol 446 Button
on (press, release) {
gotoAndStop (771);
}
Symbol 447 Button
on (press, release) {
gotoAndStop (400);
}
Symbol 448 Button
on (press, release) {
gotoAndStop (865);
}
Symbol 449 Button
on (press, release) {
gotoAndStop (307);
}
Symbol 450 Button
on (press, release) {
gotoAndStop (493);
}
Symbol 451 Button
on (press, release) {
gotoAndStop (586);
}
Symbol 452 Button
on (press, release) {
gotoAndStop (679);
}
Symbol 453 Button
on (press, release) {
gotoAndStop (772);
}
Symbol 454 Button
on (press, release) {
gotoAndStop (866);
}
Symbol 455 Button
on (press, release) {
gotoAndStop (308);
}
Symbol 456 Button
on (press, release) {
gotoAndStop (494);
}
Symbol 457 Button
on (press, release) {
gotoAndStop (587);
}
Symbol 458 Button
on (press, release) {
gotoAndStop (680);
}
Symbol 459 Button
on (press, release) {
gotoAndStop (773);
}
Symbol 460 Button
on (press, release) {
gotoAndStop (408);
}
Symbol 461 Button
on (press, release) {
gotoAndStop (867);
}
Symbol 462 Button
on (press, release) {
gotoAndStop (309);
}
Symbol 463 Button
on (press, release) {
gotoAndStop (495);
}
Symbol 464 Button
on (press, release) {
gotoAndStop (588);
}
Symbol 465 Button
on (press, release) {
gotoAndStop (681);
}
Symbol 466 Button
on (press, release) {
gotoAndStop (774);
}
Symbol 467 Button
on (press, release) {
gotoAndStop (409);
}
Symbol 468 Button
on (press, release) {
gotoAndStop (868);
}
Symbol 469 Button
on (press, release) {
gotoAndStop (310);
}
Symbol 470 Button
on (press, release) {
gotoAndStop (496);
}
Symbol 471 Button
on (press, release) {
gotoAndStop (589);
}
Symbol 472 Button
on (press, release) {
gotoAndStop (682);
}
Symbol 473 Button
on (press, release) {
gotoAndStop (775);
}
Symbol 474 Button
on (press, release) {
gotoAndStop (410);
}
Symbol 475 Button
on (press, release) {
gotoAndStop (869);
}
Symbol 476 Button
on (press, release) {
gotoAndStop (311);
}
Symbol 477 Button
on (press, release) {
gotoAndStop (497);
}
Symbol 478 Button
on (press, release) {
gotoAndStop (590);
}
Symbol 479 Button
on (press, release) {
gotoAndStop (683);
}
Symbol 480 Button
on (press, release) {
gotoAndStop (776);
}
Symbol 481 Button
on (press, release) {
gotoAndStop (411);
}
Symbol 482 Button
on (press, release) {
gotoAndStop (870);
}
Symbol 483 Button
on (press, release) {
gotoAndStop (312);
}
Symbol 484 Button
on (press, release) {
gotoAndStop (498);
}
Symbol 485 Button
on (press, release) {
gotoAndStop (591);
}
Symbol 486 Button
on (press, release) {
gotoAndStop (684);
}
Symbol 487 Button
on (press, release) {
gotoAndStop (777);
}
Symbol 488 Button
on (press, release) {
gotoAndStop (871);
}
Symbol 489 Button
on (press, release) {
gotoAndStop (313);
}
Symbol 490 Button
on (press, release) {
gotoAndStop (499);
}
Symbol 491 Button
on (press, release) {
gotoAndStop (592);
}
Symbol 492 Button
on (press, release) {
gotoAndStop (685);
}
Symbol 493 Button
on (press, release) {
gotoAndStop (778);
}
Symbol 494 Button
on (press, release) {
gotoAndStop (412);
}
Symbol 496 Button
on (press, release) {
gotoAndStop (872);
}
Symbol 497 Button
on (press, release) {
gotoAndStop (314);
}
Symbol 498 Button
on (press, release) {
gotoAndStop (500);
}
Symbol 499 Button
on (press, release) {
gotoAndStop (593);
}
Symbol 500 Button
on (press, release) {
gotoAndStop (686);
}
Symbol 501 Button
on (press, release) {
gotoAndStop (779);
}
Symbol 502 Button
on (press, release) {
gotoAndStop (873);
}
Symbol 503 Button
on (press, release) {
gotoAndStop (315);
}
Symbol 504 Button
on (press, release) {
gotoAndStop (501);
}
Symbol 505 Button
on (press, release) {
gotoAndStop (594);
}
Symbol 506 Button
on (press, release) {
gotoAndStop (687);
}
Symbol 507 Button
on (press, release) {
gotoAndStop (780);
}
Symbol 508 Button
on (press, release) {
gotoAndStop (874);
}
Symbol 509 Button
on (press, release) {
gotoAndStop (316);
}
Symbol 510 Button
on (press, release) {
gotoAndStop (502);
}
Symbol 511 Button
on (press, release) {
gotoAndStop (595);
}
Symbol 512 Button
on (press, release) {
gotoAndStop (688);
}
Symbol 513 Button
on (press, release) {
gotoAndStop (781);
}
Symbol 514 Button
on (press, release) {
gotoAndStop (875);
}
Symbol 515 Button
on (press, release) {
gotoAndStop (317);
}
Symbol 516 Button
on (press, release) {
gotoAndStop (503);
}
Symbol 517 Button
on (press, release) {
gotoAndStop (596);
}
Symbol 518 Button
on (press, release) {
gotoAndStop (689);
}
Symbol 519 Button
on (press, release) {
gotoAndStop (782);
}
Symbol 520 Button
on (press, release) {
gotoAndStop (876);
}
Symbol 521 Button
on (press, release) {
gotoAndStop (318);
}
Symbol 522 Button
on (press, release) {
gotoAndStop (504);
}
Symbol 523 Button
on (press, release) {
gotoAndStop (597);
}
Symbol 524 Button
on (press, release) {
gotoAndStop (690);
}
Symbol 525 Button
on (press, release) {
gotoAndStop (783);
}
Symbol 526 Button
on (press, release) {
gotoAndStop (877);
}
Symbol 527 Button
on (press, release) {
gotoAndStop (319);
}
Symbol 528 Button
on (press, release) {
gotoAndStop (505);
}
Symbol 529 Button
on (press, release) {
gotoAndStop (598);
}
Symbol 530 Button
on (press, release) {
gotoAndStop (691);
}
Symbol 531 Button
on (press, release) {
gotoAndStop (784);
}
Symbol 532 Button
on (press, release) {
gotoAndStop (878);
}
Symbol 533 Button
on (press, release) {
gotoAndStop (320);
}
Symbol 534 Button
on (press, release) {
gotoAndStop (506);
}
Symbol 535 Button
on (press, release) {
gotoAndStop (599);
}
Symbol 536 Button
on (press, release) {
gotoAndStop (692);
}
Symbol 537 Button
on (press, release) {
gotoAndStop (785);
}
Symbol 538 Button
on (press, release) {
gotoAndStop (423);
}
Symbol 539 Button
on (press, release) {
gotoAndStop (879);
}
Symbol 540 Button
on (press, release) {
gotoAndStop (321);
}
Symbol 541 Button
on (press, release) {
gotoAndStop (507);
}
Symbol 542 Button
on (press, release) {
gotoAndStop (600);
}
Symbol 543 Button
on (press, release) {
gotoAndStop (693);
}
Symbol 544 Button
on (press, release) {
gotoAndStop (786);
}
Symbol 545 Button
on (press, release) {
gotoAndStop (424);
}
Symbol 546 Button
on (press, release) {
gotoAndStop (880);
}
Symbol 547 Button
on (press, release) {
gotoAndStop (322);
}
Symbol 548 Button
on (press, release) {
gotoAndStop (508);
}
Symbol 549 Button
on (press, release) {
gotoAndStop (601);
}
Symbol 550 Button
on (press, release) {
gotoAndStop (694);
}
Symbol 551 Button
on (press, release) {
gotoAndStop (787);
}
Symbol 552 Button
on (press, release) {
gotoAndStop (425);
}
Symbol 553 Button
on (press, release) {
gotoAndStop (881);
}
Symbol 554 Button
on (press, release) {
gotoAndStop (323);
}
Symbol 555 Button
on (press, release) {
gotoAndStop (509);
}
Symbol 556 Button
on (press, release) {
gotoAndStop (602);
}
Symbol 557 Button
on (press, release) {
gotoAndStop (695);
}
Symbol 558 Button
on (press, release) {
gotoAndStop (788);
}
Symbol 559 Button
on (press, release) {
gotoAndStop (882);
}
Symbol 560 Button
on (press, release) {
gotoAndStop (324);
}
Symbol 561 Button
on (press, release) {
gotoAndStop (510);
}
Symbol 562 Button
on (press, release) {
gotoAndStop (603);
}
Symbol 563 Button
on (press, release) {
gotoAndStop (696);
}
Symbol 564 Button
on (press, release) {
gotoAndStop (789);
}
Symbol 565 Button
on (press, release) {
gotoAndStop (426);
}
Symbol 566 Button
on (press, release) {
gotoAndStop (883);
}
Symbol 567 Button
on (press, release) {
gotoAndStop (325);
}
Symbol 568 Button
on (press, release) {
gotoAndStop (511);
}
Symbol 569 Button
on (press, release) {
gotoAndStop (604);
}
Symbol 570 Button
on (press, release) {
gotoAndStop (697);
}
Symbol 571 Button
on (press, release) {
gotoAndStop (790);
}
Symbol 572 Button
on (press, release) {
gotoAndStop (884);
}
Symbol 573 Button
on (press, release) {
gotoAndStop (326);
}
Symbol 574 Button
on (press, release) {
gotoAndStop (512);
}
Symbol 575 Button
on (press, release) {
gotoAndStop (605);
}
Symbol 576 Button
on (press, release) {
gotoAndStop (698);
}
Symbol 577 Button
on (press, release) {
gotoAndStop (791);
}
Symbol 578 Button
on (press, release) {
gotoAndStop (885);
}
Symbol 579 Button
on (press, release) {
gotoAndStop (327);
}
Symbol 580 Button
on (press, release) {
gotoAndStop (513);
}
Symbol 581 Button
on (press, release) {
gotoAndStop (606);
}
Symbol 582 Button
on (press, release) {
gotoAndStop (699);
}
Symbol 583 Button
on (press, release) {
gotoAndStop (792);
}
Symbol 584 Button
on (press, release) {
gotoAndStop (886);
}
Symbol 585 Button
on (press, release) {
gotoAndStop (328);
}
Symbol 586 Button
on (press, release) {
gotoAndStop (514);
}
Symbol 587 Button
on (press, release) {
gotoAndStop (607);
}
Symbol 588 Button
on (press, release) {
gotoAndStop (700);
}
Symbol 589 Button
on (press, release) {
gotoAndStop (793);
}
Symbol 590 Button
on (press, release) {
gotoAndStop (887);
}
Symbol 591 Button
on (press, release) {
gotoAndStop (329);
}
Symbol 592 Button
on (press, release) {
gotoAndStop (515);
}
Symbol 593 Button
on (press, release) {
gotoAndStop (608);
}
Symbol 594 Button
on (press, release) {
gotoAndStop (701);
}
Symbol 595 Button
on (press, release) {
gotoAndStop (794);
}
Symbol 596 Button
on (press, release) {
gotoAndStop (888);
}
Symbol 597 Button
on (press, release) {
gotoAndStop (330);
}
Symbol 598 Button
on (press, release) {
gotoAndStop (516);
}
Symbol 599 Button
on (press, release) {
gotoAndStop (609);
}
Symbol 600 Button
on (press, release) {
gotoAndStop (702);
}
Symbol 601 Button
on (press, release) {
gotoAndStop (795);
}
Symbol 602 Button
on (press, release) {
gotoAndStop (889);
}
Symbol 603 Button
on (press, release) {
gotoAndStop (331);
}
Symbol 604 Button
on (press, release) {
gotoAndStop (517);
}
Symbol 605 Button
on (press, release) {
gotoAndStop (610);
}
Symbol 606 Button
on (press, release) {
gotoAndStop (703);
}
Symbol 607 Button
on (press, release) {
gotoAndStop (796);
}
Symbol 608 Button
on (press, release) {
gotoAndStop (890);
}
Symbol 609 Button
on (press, release) {
gotoAndStop (332);
}
Symbol 610 Button
on (press, release) {
gotoAndStop (518);
}
Symbol 611 Button
on (press, release) {
gotoAndStop (611);
}
Symbol 612 Button
on (press, release) {
gotoAndStop (704);
}
Symbol 613 Button
on (press, release) {
gotoAndStop (797);
}
Symbol 614 Button
on (press, release) {
gotoAndStop (891);
}
Symbol 615 Button
on (press, release) {
gotoAndStop (333);
}
Symbol 616 Button
on (press, release) {
gotoAndStop (519);
}
Symbol 617 Button
on (press, release) {
gotoAndStop (612);
}
Symbol 618 Button
on (press, release) {
gotoAndStop (705);
}
Symbol 619 Button
on (press, release) {
gotoAndStop (798);
}
Symbol 620 Button
on (press, release) {
gotoAndStop (892);
}
Symbol 621 Button
on (press, release) {
gotoAndStop (334);
}
Symbol 622 Button
on (press, release) {
gotoAndStop (520);
}
Symbol 623 Button
on (press, release) {
gotoAndStop (613);
}
Symbol 624 Button
on (press, release) {
gotoAndStop (706);
}
Symbol 625 Button
on (press, release) {
gotoAndStop (799);
}
Symbol 626 Button
on (press, release) {
gotoAndStop (893);
}
Symbol 627 Button
on (press, release) {
gotoAndStop (335);
}
Symbol 628 Button
on (press, release) {
gotoAndStop (521);
}
Symbol 629 Button
on (press, release) {
gotoAndStop (614);
}
Symbol 630 Button
on (press, release) {
gotoAndStop (707);
}
Symbol 631 Button
on (press, release) {
gotoAndStop (800);
}
Symbol 632 Button
on (press, release) {
gotoAndStop (894);
}
Symbol 633 Button
on (press, release) {
gotoAndStop (336);
}
Symbol 634 Button
on (press, release) {
gotoAndStop (522);
}
Symbol 635 Button
on (press, release) {
gotoAndStop (615);
}
Symbol 636 Button
on (press, release) {
gotoAndStop (708);
}
Symbol 637 Button
on (press, release) {
gotoAndStop (801);
}
Symbol 638 Button
on (press, release) {
gotoAndStop (895);
}
Symbol 639 Button
on (press, release) {
gotoAndStop (337);
}
Symbol 640 Button
on (press, release) {
gotoAndStop (523);
}
Symbol 641 Button
on (press, release) {
gotoAndStop (616);
}
Symbol 642 Button
on (press, release) {
gotoAndStop (709);
}
Symbol 643 Button
on (press, release) {
gotoAndStop (802);
}
Symbol 644 Button
on (press, release) {
gotoAndStop (896);
}
Symbol 645 Button
on (press, release) {
gotoAndStop (338);
}
Symbol 646 Button
on (press, release) {
gotoAndStop (524);
}
Symbol 647 Button
on (press, release) {
gotoAndStop (617);
}
Symbol 648 Button
on (press, release) {
gotoAndStop (710);
}
Symbol 649 Button
on (press, release) {
gotoAndStop (803);
}
Symbol 650 Button
on (press, release) {
gotoAndStop (897);
}
Symbol 651 Button
on (press, release) {
gotoAndStop (339);
}
Symbol 652 Button
on (press, release) {
gotoAndStop (525);
}
Symbol 653 Button
on (press, release) {
gotoAndStop (618);
}
Symbol 654 Button
on (press, release) {
gotoAndStop (711);
}
Symbol 655 Button
on (press, release) {
gotoAndStop (804);
}
Symbol 656 Button
on (press, release) {
gotoAndStop (898);
}
Symbol 657 Button
on (press, release) {
gotoAndStop (340);
}
Symbol 658 Button
on (press, release) {
gotoAndStop (526);
}
Symbol 659 Button
on (press, release) {
gotoAndStop (619);
}
Symbol 660 Button
on (press, release) {
gotoAndStop (712);
}
Symbol 661 Button
on (press, release) {
gotoAndStop (805);
}
Symbol 662 Button
on (press, release) {
gotoAndStop (899);
}
Symbol 663 Button
on (press, release) {
gotoAndStop (341);
}
Symbol 664 Button
on (press, release) {
gotoAndStop (527);
}
Symbol 665 Button
on (press, release) {
gotoAndStop (620);
}
Symbol 666 Button
on (press, release) {
gotoAndStop (713);
}
Symbol 667 Button
on (press, release) {
gotoAndStop (806);
}
Symbol 668 Button
on (press, release) {
gotoAndStop (900);
}
Symbol 669 Button
on (press, release) {
gotoAndStop (342);
}
Symbol 670 Button
on (press, release) {
gotoAndStop (528);
}
Symbol 671 Button
on (press, release) {
gotoAndStop (621);
}
Symbol 672 Button
on (press, release) {
gotoAndStop (714);
}
Symbol 673 Button
on (press, release) {
gotoAndStop (807);
}
Symbol 674 Button
on (press, release) {
gotoAndStop (901);
}
Symbol 675 Button
on (press, release) {
gotoAndStop (343);
}
Symbol 676 Button
on (press, release) {
gotoAndStop (529);
}
Symbol 677 Button
on (press, release) {
gotoAndStop (622);
}
Symbol 678 Button
on (press, release) {
gotoAndStop (715);
}
Symbol 679 Button
on (press, release) {
gotoAndStop (808);
}
Symbol 680 Button
on (press, release) {
gotoAndStop (902);
}
Symbol 681 Button
on (press, release) {
gotoAndStop (344);
}
Symbol 682 Button
on (press, release) {
gotoAndStop (530);
}
Symbol 683 Button
on (press, release) {
gotoAndStop (623);
}
Symbol 684 Button
on (press, release) {
gotoAndStop (716);
}
Symbol 685 Button
on (press, release) {
gotoAndStop (809);
}
Symbol 686 Button
on (press, release) {
gotoAndStop (956);
}
Symbol 687 Button
on (press, release) {
gotoAndStop (903);
}
Symbol 688 Button
on (press, release) {
gotoAndStop (345);
}
Symbol 689 Button
on (press, release) {
gotoAndStop (531);
}
Symbol 690 Button
on (press, release) {
gotoAndStop (624);
}
Symbol 691 Button
on (press, release) {
gotoAndStop (717);
}
Symbol 692 Button
on (press, release) {
gotoAndStop (810);
}
Symbol 693 Button
on (press, release) {
gotoAndStop (957);
}
Symbol 694 Button
on (press, release) {
gotoAndStop (904);
}
Symbol 695 Button
on (press, release) {
gotoAndStop (346);
}
Symbol 696 Button
on (press, release) {
gotoAndStop (532);
}
Symbol 697 Button
on (press, release) {
gotoAndStop (625);
}
Symbol 698 Button
on (press, release) {
gotoAndStop (718);
}
Symbol 699 Button
on (press, release) {
gotoAndStop (811);
}
Symbol 700 Button
on (press, release) {
gotoAndStop (958);
}
Symbol 701 Button
on (press, release) {
gotoAndStop (905);
}
Symbol 702 Button
on (press, release) {
gotoAndStop (347);
}
Symbol 703 Button
on (press, release) {
gotoAndStop (533);
}
Symbol 704 Button
on (press, release) {
gotoAndStop (626);
}
Symbol 705 Button
on (press, release) {
gotoAndStop (719);
}
Symbol 706 Button
on (press, release) {
gotoAndStop (812);
}
Symbol 707 Button
on (press, release) {
gotoAndStop (445);
}
Symbol 708 Button
on (press, release) {
gotoAndStop (906);
}
Symbol 709 Button
on (press, release) {
gotoAndStop (348);
}
Symbol 710 Button
on (press, release) {
gotoAndStop (534);
}
Symbol 711 Button
on (press, release) {
gotoAndStop (627);
}
Symbol 712 Button
on (press, release) {
gotoAndStop (720);
}
Symbol 713 Button
on (press, release) {
gotoAndStop (813);
}
Symbol 714 Button
on (press, release) {
gotoAndStop (465);
}
Symbol 715 Button
on (press, release) {
gotoAndStop (907);
}
Symbol 716 Button
on (press, release) {
gotoAndStop (349);
}
Symbol 717 Button
on (press, release) {
gotoAndStop (535);
}
Symbol 718 Button
on (press, release) {
gotoAndStop (628);
}
Symbol 719 Button
on (press, release) {
gotoAndStop (721);
}
Symbol 720 Button
on (press, release) {
gotoAndStop (814);
}
Symbol 721 Button
on (press, release) {
gotoAndStop (466);
}
Symbol 722 Button
on (press, release) {
gotoAndStop (908);
}
Symbol 723 Button
on (press, release) {
gotoAndStop (350);
}
Symbol 724 Button
on (press, release) {
gotoAndStop (536);
}
Symbol 725 Button
on (press, release) {
gotoAndStop (629);
}
Symbol 726 Button
on (press, release) {
gotoAndStop (722);
}
Symbol 727 Button
on (press, release) {
gotoAndStop (815);
}
Symbol 728 Button
on (press, release) {
gotoAndStop (467);
}
Symbol 729 Button
on (press, release) {
gotoAndStop (909);
}
Symbol 730 Button
on (press, release) {
gotoAndStop (351);
}
Symbol 731 Button
on (press, release) {
gotoAndStop (537);
}
Symbol 732 Button
on (press, release) {
gotoAndStop (630);
}
Symbol 733 Button
on (press, release) {
gotoAndStop (723);
}
Symbol 734 Button
on (press, release) {
gotoAndStop (816);
}
Symbol 735 Button
on (press, release) {
gotoAndStop (468);
}
Symbol 736 Button
on (press, release) {
gotoAndStop (910);
}
Symbol 737 Button
on (press, release) {
gotoAndStop (352);
}
Symbol 738 Button
on (press, release) {
gotoAndStop (538);
}
Symbol 739 Button
on (press, release) {
gotoAndStop (631);
}
Symbol 740 Button
on (press, release) {
gotoAndStop (724);
}
Symbol 741 Button
on (press, release) {
gotoAndStop (817);
}
Symbol 742 Button
on (press, release) {
gotoAndStop (911);
}
Symbol 743 Button
on (press, release) {
gotoAndStop (353);
}
Symbol 744 Button
on (press, release) {
gotoAndStop (539);
}
Symbol 745 Button
on (press, release) {
gotoAndStop (632);
}
Symbol 746 Button
on (press, release) {
gotoAndStop (725);
}
Symbol 747 Button
on (press, release) {
gotoAndStop (818);
}
Symbol 748 Button
on (press, release) {
gotoAndStop (912);
}
Symbol 749 Button
on (press, release) {
gotoAndStop (354);
}
Symbol 750 Button
on (press, release) {
gotoAndStop (540);
}
Symbol 751 Button
on (press, release) {
gotoAndStop (633);
}
Symbol 752 Button
on (press, release) {
gotoAndStop (726);
}
Symbol 753 Button
on (press, release) {
gotoAndStop (819);
}
Symbol 754 Button
on (press, release) {
gotoAndStop (913);
}
Symbol 755 Button
on (press, release) {
gotoAndStop (355);
}
Symbol 756 Button
on (press, release) {
gotoAndStop (541);
}
Symbol 757 Button
on (press, release) {
gotoAndStop (634);
}
Symbol 758 Button
on (press, release) {
gotoAndStop (727);
}
Symbol 759 Button
on (press, release) {
gotoAndStop (820);
}
Symbol 760 Button
on (press, release) {
gotoAndStop (469);
}
Symbol 761 Button
on (press, release) {
gotoAndStop (914);
}
Symbol 762 Button
on (press, release) {
gotoAndStop (356);
}
Symbol 763 Button
on (press, release) {
gotoAndStop (542);
}
Symbol 764 Button
on (press, release) {
gotoAndStop (635);
}
Symbol 765 Button
on (press, release) {
gotoAndStop (728);
}
Symbol 766 Button
on (press, release) {
gotoAndStop (821);
}
Symbol 767 Button
on (press, release) {
gotoAndStop (470);
}
Symbol 768 Button
on (press, release) {
gotoAndStop (915);
}
Symbol 769 Button
on (press, release) {
gotoAndStop (357);
}
Symbol 770 Button
on (press, release) {
gotoAndStop (543);
}
Symbol 771 Button
on (press, release) {
gotoAndStop (636);
}
Symbol 772 Button
on (press, release) {
gotoAndStop (729);
}
Symbol 773 Button
on (press, release) {
gotoAndStop (822);
}
Symbol 774 Button
on (press, release) {
gotoAndStop (471);
}
Symbol 775 Button
on (press, release) {
gotoAndStop (916);
}
Symbol 776 Button
on (press, release) {
gotoAndStop (358);
}
Symbol 777 Button
on (press, release) {
gotoAndStop (544);
}
Symbol 778 Button
on (press, release) {
gotoAndStop (637);
}
Symbol 779 Button
on (press, release) {
gotoAndStop (730);
}
Symbol 780 Button
on (press, release) {
gotoAndStop (823);
}
Symbol 781 Button
on (press, release) {
gotoAndStop (917);
}
Symbol 782 Button
on (press, release) {
gotoAndStop (359);
}
Symbol 783 Button
on (press, release) {
gotoAndStop (545);
}
Symbol 784 Button
on (press, release) {
gotoAndStop (638);
}
Symbol 785 Button
on (press, release) {
gotoAndStop (731);
}
Symbol 786 Button
on (press, release) {
gotoAndStop (824);
}
Symbol 787 Button
on (press, release) {
gotoAndStop (918);
}
Symbol 788 Button
on (press, release) {
gotoAndStop (360);
}
Symbol 789 Button
on (press, release) {
gotoAndStop (546);
}
Symbol 790 Button
on (press, release) {
gotoAndStop (639);
}
Symbol 791 Button
on (press, release) {
gotoAndStop (732);
}
Symbol 792 Button
on (press, release) {
gotoAndStop (825);
}
Symbol 793 Button
on (press, release) {
gotoAndStop (919);
}
Symbol 794 Button
on (press, release) {
gotoAndStop (361);
}
Symbol 795 Button
on (press, release) {
gotoAndStop (547);
}
Symbol 796 Button
on (press, release) {
gotoAndStop (640);
}
Symbol 797 Button
on (press, release) {
gotoAndStop (733);
}
Symbol 798 Button
on (press, release) {
gotoAndStop (826);
}
Symbol 799 Button
on (press, release) {
gotoAndStop (920);
}
Symbol 800 Button
on (press, release) {
gotoAndStop (362);
}
Symbol 801 Button
on (press, release) {
gotoAndStop (548);
}
Symbol 802 Button
on (press, release) {
gotoAndStop (641);
}
Symbol 803 Button
on (press, release) {
gotoAndStop (734);
}
Symbol 804 Button
on (press, release) {
gotoAndStop (827);
}
Symbol 805 Button
on (press, release) {
gotoAndStop (921);
}
Symbol 806 Button
on (press, release) {
gotoAndStop (363);
}
Symbol 807 Button
on (press, release) {
gotoAndStop (549);
}
Symbol 808 Button
on (press, release) {
gotoAndStop (642);
}
Symbol 809 Button
on (press, release) {
gotoAndStop (735);
}
Symbol 810 Button
on (press, release) {
gotoAndStop (828);
}
Symbol 811 Button
on (press, release) {
gotoAndStop (922);
}
Symbol 812 Button
on (press, release) {
gotoAndStop (364);
}
Symbol 813 Button
on (press, release) {
gotoAndStop (550);
}
Symbol 814 Button
on (press, release) {
gotoAndStop (643);
}
Symbol 815 Button
on (press, release) {
gotoAndStop (736);
}
Symbol 816 Button
on (press, release) {
gotoAndStop (829);
}
Symbol 817 Button
on (press, release) {
gotoAndStop (923);
}
Symbol 818 Button
on (press, release) {
gotoAndStop (365);
}
Symbol 819 Button
on (press, release) {
gotoAndStop (551);
}
Symbol 820 Button
on (press, release) {
gotoAndStop (644);
}
Symbol 821 Button
on (press, release) {
gotoAndStop (737);
}
Symbol 822 Button
on (press, release) {
gotoAndStop (830);
}
Symbol 823 Button
on (press, release) {
gotoAndStop (924);
}
Symbol 824 Button
on (press, release) {
gotoAndStop (366);
}
Symbol 825 Button
on (press, release) {
gotoAndStop (552);
}
Symbol 826 Button
on (press, release) {
gotoAndStop (645);
}
Symbol 827 Button
on (press, release) {
gotoAndStop (738);
}
Symbol 828 Button
on (press, release) {
gotoAndStop (831);
}
Symbol 829 Button
on (press, release) {
gotoAndStop (925);
}
Symbol 830 Button
on (press, release) {
gotoAndStop (367);
}
Symbol 831 Button
on (press, release) {
gotoAndStop (553);
}
Symbol 832 Button
on (press, release) {
gotoAndStop (646);
}
Symbol 833 Button
on (press, release) {
gotoAndStop (739);
}
Symbol 834 Button
on (press, release) {
gotoAndStop (832);
}
Symbol 835 Button
on (press, release) {
gotoAndStop (926);
}
Symbol 836 Button
on (press, release) {
gotoAndStop (368);
}
Symbol 837 Button
on (press, release) {
gotoAndStop (554);
}
Symbol 838 Button
on (press, release) {
gotoAndStop (647);
}
Symbol 839 Button
on (press, release) {
gotoAndStop (740);
}
Symbol 840 Button
on (press, release) {
gotoAndStop (833);
}
Symbol 841 Button
on (press, release) {
gotoAndStop (927);
}
Symbol 842 Button
on (press, release) {
gotoAndStop (369);
}
Symbol 843 Button
on (press, release) {
gotoAndStop (555);
}
Symbol 844 Button
on (press, release) {
gotoAndStop (648);
}
Symbol 845 Button
on (press, release) {
gotoAndStop (741);
}
Symbol 846 Button
on (press, release) {
gotoAndStop (834);
}
Symbol 847 Button
on (press, release) {
gotoAndStop (928);
}
Symbol 848 Button
on (press, release) {
gotoAndStop (370);
}
Symbol 849 Button
on (press, release) {
gotoAndStop (556);
}
Symbol 850 Button
on (press, release) {
gotoAndStop (649);
}
Symbol 851 Button
on (press, release) {
gotoAndStop (742);
}
Symbol 852 Button
on (press, release) {
gotoAndStop (835);
}
Symbol 853 Button
on (press, release) {
gotoAndStop (929);
}
Symbol 854 Button
on (press, release) {
gotoAndStop (371);
}
Symbol 855 Button
on (press, release) {
gotoAndStop (557);
}
Symbol 856 Button
on (press, release) {
gotoAndStop (650);
}
Symbol 857 Button
on (press, release) {
gotoAndStop (743);
}
Symbol 858 Button
on (press, release) {
gotoAndStop (836);
}
Symbol 859 Button
on (press, release) {
gotoAndStop (930);
}
Symbol 860 Button
on (press, release) {
gotoAndStop (372);
}
Symbol 861 Button
on (press, release) {
gotoAndStop (558);
}
Symbol 862 Button
on (press, release) {
gotoAndStop (651);
}
Symbol 863 Button
on (press, release) {
gotoAndStop (744);
}
Symbol 864 Button
on (press, release) {
gotoAndStop (837);
}
Symbol 865 Button
on (press, release) {
gotoAndStop (931);
}
Symbol 866 Button
on (press, release) {
gotoAndStop (373);
}
Symbol 867 Button
on (press, release) {
gotoAndStop (559);
}
Symbol 868 Button
on (press, release) {
gotoAndStop (652);
}
Symbol 869 Button
on (press, release) {
gotoAndStop (745);
}
Symbol 870 Button
on (press, release) {
gotoAndStop (838);
}
Symbol 871 Button
on (press, release) {
gotoAndStop (932);
}
Symbol 872 Button
on (press, release) {
gotoAndStop (374);
}
Symbol 873 Button
on (press, release) {
gotoAndStop (560);
}
Symbol 874 Button
on (press, release) {
gotoAndStop (653);
}
Symbol 875 Button
on (press, release) {
gotoAndStop (746);
}
Symbol 876 Button
on (press, release) {
gotoAndStop (839);
}
Symbol 877 Button
on (press, release) {
gotoAndStop (933);
}
Symbol 878 Button
on (press, release) {
gotoAndStop (375);
}
Symbol 879 Button
on (press, release) {
gotoAndStop (561);
}
Symbol 880 Button
on (press, release) {
gotoAndStop (654);
}
Symbol 881 Button
on (press, release) {
gotoAndStop (747);
}
Symbol 882 Button
on (press, release) {
gotoAndStop (840);
}
Symbol 883 Button
on (press, release) {
gotoAndStop (934);
}
Symbol 884 Button
on (press, release) {
gotoAndStop (376);
}
Symbol 885 Button
on (press, release) {
gotoAndStop (562);
}
Symbol 886 Button
on (press, release) {
gotoAndStop (655);
}
Symbol 887 Button
on (press, release) {
gotoAndStop (748);
}
Symbol 888 Button
on (press, release) {
gotoAndStop (841);
}
Symbol 889 Button
on (press, release) {
gotoAndStop (935);
}
Symbol 890 Button
on (press, release) {
gotoAndStop (377);
}
Symbol 891 Button
on (press, release) {
gotoAndStop (563);
}
Symbol 892 Button
on (press, release) {
gotoAndStop (656);
}
Symbol 893 Button
on (press, release) {
gotoAndStop (749);
}
Symbol 894 Button
on (press, release) {
gotoAndStop (842);
}
Symbol 895 Button
on (press, release) {
gotoAndStop (936);
}
Symbol 896 Button
on (press, release) {
gotoAndStop (378);
}
Symbol 897 Button
on (press, release) {
gotoAndStop (564);
}
Symbol 898 Button
on (press, release) {
gotoAndStop (657);
}
Symbol 899 Button
on (press, release) {
gotoAndStop (750);
}
Symbol 900 Button
on (press, release) {
gotoAndStop (843);
}
Symbol 901 Button
on (press, release) {
gotoAndStop (937);
}
Symbol 902 Button
on (press, release) {
gotoAndStop (379);
}
Symbol 903 Button
on (press, release) {
gotoAndStop (565);
}
Symbol 904 Button
on (press, release) {
gotoAndStop (658);
}
Symbol 905 Button
on (press, release) {
gotoAndStop (751);
}
Symbol 906 Button
on (press, release) {
gotoAndStop (844);
}
Symbol 907 Button
on (press, release) {
gotoAndStop (938);
}
Symbol 908 Button
on (press, release) {
gotoAndStop (380);
}
Symbol 909 Button
on (press, release) {
gotoAndStop (566);
}
Symbol 910 Button
on (press, release) {
gotoAndStop (659);
}
Symbol 911 Button
on (press, release) {
gotoAndStop (752);
}
Symbol 912 Button
on (press, release) {
gotoAndStop (845);
}
Symbol 913 Button
on (press, release) {
gotoAndStop (939);
}
Symbol 914 Button
on (press, release) {
gotoAndStop (381);
}
Symbol 915 Button
on (press, release) {
gotoAndStop (567);
}
Symbol 916 Button
on (press, release) {
gotoAndStop (660);
}
Symbol 917 Button
on (press, release) {
gotoAndStop (753);
}
Symbol 918 Button
on (press, release) {
gotoAndStop (846);
}
Symbol 919 Button
on (press, release) {
gotoAndStop (940);
}
Symbol 920 Button
on (press, release) {
gotoAndStop (382);
}
Symbol 921 Button
on (press, release) {
gotoAndStop (568);
}
Symbol 922 Button
on (press, release) {
gotoAndStop (661);
}
Symbol 923 Button
on (press, release) {
gotoAndStop (754);
}
Symbol 924 Button
on (press, release) {
gotoAndStop (847);
}
Symbol 925 Button
on (press, release) {
gotoAndStop (941);
}
Symbol 926 Button
on (press, release) {
gotoAndStop (383);
}
Symbol 927 Button
on (press, release) {
gotoAndStop (569);
}
Symbol 928 Button
on (press, release) {
gotoAndStop (662);
}
Symbol 929 Button
on (press, release) {
gotoAndStop (755);
}
Symbol 930 Button
on (press, release) {
gotoAndStop (848);
}
Symbol 931 Button
on (press, release) {
gotoAndStop (942);
}
Symbol 932 Button
on (press, release) {
gotoAndStop (384);
}
Symbol 933 Button
on (press, release) {
gotoAndStop (570);
}
Symbol 934 Button
on (press, release) {
gotoAndStop (663);
}
Symbol 935 Button
on (press, release) {
gotoAndStop (756);
}
Symbol 936 Button
on (press, release) {
gotoAndStop (849);
}
Symbol 937 Button
on (press, release) {
gotoAndStop (943);
}
Symbol 938 Button
on (press, release) {
gotoAndStop (385);
}
Symbol 939 Button
on (press, release) {
gotoAndStop (571);
}
Symbol 940 Button
on (press, release) {
gotoAndStop (664);
}
Symbol 941 Button
on (press, release) {
gotoAndStop (757);
}
Symbol 942 Button
on (press, release) {
gotoAndStop (850);
}
Symbol 943 Button
on (press, release) {
gotoAndStop (944);
}
Symbol 944 Button
on (press, release) {
gotoAndStop (386);
}
Symbol 945 Button
on (press, release) {
gotoAndStop (572);
}
Symbol 946 Button
on (press, release) {
gotoAndStop (665);
}
Symbol 947 Button
on (press, release) {
gotoAndStop (758);
}
Symbol 948 Button
on (press, release) {
gotoAndStop (851);
}
Symbol 949 Button
on (press, release) {
gotoAndStop (945);
}
Symbol 950 Button
on (press, release) {
gotoAndStop (387);
}
Symbol 951 Button
on (press, release) {
gotoAndStop (573);
}
Symbol 952 Button
on (press, release) {
gotoAndStop (666);
}
Symbol 953 Button
on (press, release) {
gotoAndStop (759);
}
Symbol 954 Button
on (press, release) {
gotoAndStop (852);
}
Symbol 955 Button
on (press, release) {
gotoAndStop (946);
}
Symbol 956 Button
on (press, release) {
gotoAndStop (388);
}
Symbol 957 Button
on (press, release) {
gotoAndStop (574);
}
Symbol 958 Button
on (press, release) {
gotoAndStop (667);
}
Symbol 959 Button
on (press, release) {
gotoAndStop (760);
}
Symbol 960 Button
on (press, release) {
gotoAndStop (853);
}
Symbol 961 Button
on (press, release) {
gotoAndStop (947);
}
Symbol 962 Button
on (press, release) {
gotoAndStop (389);
}
Symbol 963 Button
on (press, release) {
gotoAndStop (575);
}
Symbol 964 Button
on (press, release) {
gotoAndStop (668);
}
Symbol 965 Button
on (press, release) {
gotoAndStop (761);
}
Symbol 966 Button
on (press, release) {
gotoAndStop (854);
}
Symbol 967 Button
on (press, release) {
gotoAndStop (948);
}
Symbol 968 Button
on (press, release) {
gotoAndStop (390);
}
Symbol 969 Button
on (press, release) {
gotoAndStop (576);
}
Symbol 970 Button
on (press, release) {
gotoAndStop (669);
}
Symbol 971 Button
on (press, release) {
gotoAndStop (762);
}
Symbol 972 Button
on (press, release) {
gotoAndStop (855);
}
Symbol 973 Button
on (press, release) {
gotoAndStop (461);
}
Symbol 974 Button
on (press, release) {
gotoAndStop (949);
}
Symbol 975 Button
on (press, release) {
gotoAndStop (391);
}
Symbol 976 Button
on (press, release) {
gotoAndStop (577);
}
Symbol 977 Button
on (press, release) {
gotoAndStop (670);
}
Symbol 978 Button
on (press, release) {
gotoAndStop (763);
}
Symbol 979 Button
on (press, release) {
gotoAndStop (856);
}
Symbol 980 Button
on (press, release) {
gotoAndStop (462);
}
Symbol 981 Button
on (press, release) {
gotoAndStop (950);
}
Symbol 982 Button
on (press, release) {
gotoAndStop (392);
}
Symbol 983 Button
on (press, release) {
gotoAndStop (578);
}
Symbol 984 Button
on (press, release) {
gotoAndStop (671);
}
Symbol 985 Button
on (press, release) {
gotoAndStop (764);
}
Symbol 986 Button
on (press, release) {
gotoAndStop (857);
}
Symbol 987 Button
on (press, release) {
gotoAndStop (463);
}
Symbol 988 Button
on (press, release) {
gotoAndStop (951);
}
Symbol 989 Button
on (press, release) {
gotoAndStop (393);
}
Symbol 990 Button
on (press, release) {
gotoAndStop (579);
}
Symbol 991 Button
on (press, release) {
gotoAndStop (672);
}
Symbol 992 Button
on (press, release) {
gotoAndStop (765);
}
Symbol 993 Button
on (press, release) {
gotoAndStop (858);
}
Symbol 994 Button
on (press, release) {
gotoAndStop (472);
}
Symbol 995 Button
on (press, release) {
gotoAndStop (952);
}
Symbol 996 Button
on (press, release) {
gotoAndStop (394);
}
Symbol 997 Button
on (press, release) {
gotoAndStop (580);
}
Symbol 998 Button
on (press, release) {
gotoAndStop (673);
}
Symbol 999 Button
on (press, release) {
gotoAndStop (766);
}
Symbol 1000 Button
on (press, release) {
gotoAndStop (859);
}
Symbol 1001 Button
on (press, release) {
gotoAndStop (473);
}
Symbol 1002 Button
on (press, release) {
gotoAndStop (953);
}
Symbol 1003 Button
on (press, release) {
gotoAndStop (395);
}
Symbol 1004 Button
on (press, release) {
gotoAndStop (581);
}
Symbol 1005 Button
on (press, release) {
gotoAndStop (674);
}
Symbol 1006 Button
on (press, release) {
gotoAndStop (767);
}
Symbol 1007 Button
on (press, release) {
gotoAndStop (860);
}
Symbol 1008 Button
on (press, release) {
gotoAndStop (474);
}
Symbol 1009 Button
on (press, release) {
gotoAndStop (954);
}
Symbol 1010 Button
on (press, release) {
gotoAndStop (396);
}
Symbol 1011 Button
on (press, release) {
gotoAndStop (582);
}
Symbol 1012 Button
on (press, release) {
gotoAndStop (675);
}
Symbol 1013 Button
on (press, release) {
gotoAndStop (768);
}
Symbol 1014 Button
on (press, release) {
gotoAndStop (861);
}
Symbol 1015 Button
on (press, release) {
gotoAndStop (464);
}
Symbol 1018 Button
on (press, release) {
gotoAndStop (553);
}
Symbol 1022 Button
on (press, release) {
gotoAndStop (398);
}
Symbol 1023 Button
on (press, release) {
gotoAndStop (492);
}
Symbol 1024 Button
on (press, release) {
gotoAndStop (493);
}
Symbol 1025 Button
on (press, release) {
gotoAndStop (399);
}
Symbol 1026 Button
on (press, release) {
gotoAndStop (400);
}
Symbol 1027 Button
on (press, release) {
gotoAndStop (780);
}
Symbol 1028 Button
on (press, release) {
gotoAndStop (501);
}
Symbol 1029 Button
on (press, release) {
gotoAndStop (401);
}
Symbol 1030 Button
on (press, release) {
gotoAndStop (502);
}
Symbol 1031 Button
on (press, release) {
gotoAndStop (402);
}
Symbol 1032 Button
on (press, release) {
gotoAndStop (503);
}
Symbol 1033 Button
on (press, release) {
gotoAndStop (403);
}
Symbol 1034 Button
on (press, release) {
gotoAndStop (504);
}
Symbol 1035 Button
on (press, release) {
gotoAndStop (404);
}
Symbol 1036 Button
on (press, release) {
gotoAndStop (405);
}
Symbol 1037 Button
on (press, release) {
gotoAndStop (505);
}
Symbol 1038 Button
on (press, release) {
gotoAndStop (406);
}
Symbol 1039 Button
on (press, release) {
gotoAndStop (407);
}
Symbol 1040 Button
on (press, release) {
gotoAndStop (408);
}
Symbol 1041 Button
on (press, release) {
gotoAndStop (409);
}
Symbol 1042 Button
on (press, release) {
gotoAndStop (410);
}
Symbol 1043 Button
on (press, release) {
gotoAndStop (411);
}
Symbol 1044 Button
on (press, release) {
gotoAndStop (412);
}
Symbol 1045 Button
on (press, release) {
gotoAndStop (516);
}
Symbol 1046 Button
on (press, release) {
gotoAndStop (413);
}
Symbol 1047 Button
on (press, release) {
gotoAndStop (517);
}
Symbol 1048 Button
on (press, release) {
gotoAndStop (414);
}
Symbol 1049 Button
on (press, release) {
gotoAndStop (518);
}
Symbol 1050 Button
on (press, release) {
gotoAndStop (415);
}
Symbol 1051 Button
on (press, release) {
gotoAndStop (416);
}
Symbol 1052 Button
on (press, release) {
gotoAndStop (519);
}
Symbol 1053 Button
on (press, release) {
gotoAndStop (417);
}
Symbol 1054 Button
on (press, release) {
gotoAndStop (418);
}
Symbol 1055 Button
on (press, release) {
gotoAndStop (419);
}
Symbol 1056 Button
on (press, release) {
gotoAndStop (420);
}
Symbol 1057 Button
on (press, release) {
gotoAndStop (421);
}
Symbol 1058 Button
on (press, release) {
gotoAndStop (422);
}
Symbol 1059 Button
on (press, release) {
gotoAndStop (423);
}
Symbol 1060 Button
on (press, release) {
gotoAndStop (424);
}
Symbol 1061 Button
on (press, release) {
gotoAndStop (425);
}
Symbol 1062 Button
on (press, release) {
gotoAndStop (426);
}
Symbol 1063 Button
on (press, release) {
gotoAndStop (427);
}
Symbol 1064 Button
on (press, release) {
gotoAndStop (428);
}
Symbol 1065 Button
on (press, release) {
gotoAndStop (429);
}
Symbol 1066 Button
on (press, release) {
gotoAndStop (430);
}
Symbol 1067 Button
on (press, release) {
gotoAndStop (431);
}
Symbol 1068 Button
on (press, release) {
gotoAndStop (432);
}
Symbol 1069 Button
on (press, release) {
gotoAndStop (433);
}
Symbol 1070 Button
on (press, release) {
gotoAndStop (434);
}
Symbol 1071 Button
on (press, release) {
gotoAndStop (435);
}
Symbol 1072 Button
on (press, release) {
gotoAndStop (436);
}
Symbol 1073 Button
on (press, release) {
gotoAndStop (959);
}
Symbol 1074 Button
on (press, release) {
gotoAndStop (437);
}
Symbol 1075 Button
on (press, release) {
gotoAndStop (960);
}
Symbol 1076 Button
on (press, release) {
gotoAndStop (438);
}
Symbol 1077 Button
on (press, release) {
gotoAndStop (961);
}
Symbol 1078 Button
on (press, release) {
gotoAndStop (439);
}
Symbol 1079 Button
on (press, release) {
gotoAndStop (538);
}
Symbol 1080 Button
on (press, release) {
gotoAndStop (440);
}
Symbol 1081 Button
on (press, release) {
gotoAndStop (494);
}
Symbol 1082 Button
on (press, release) {
gotoAndStop (558);
}
Symbol 1083 Button
on (press, release) {
gotoAndStop (441);
}
Symbol 1084 Button
on (press, release) {
gotoAndStop (506);
}
Symbol 1085 Button
on (press, release) {
gotoAndStop (559);
}
Symbol 1086 Button
on (press, release) {
gotoAndStop (442);
}
Symbol 1087 Button
on (press, release) {
gotoAndStop (507);
}
Symbol 1088 Button
on (press, release) {
gotoAndStop (560);
}
Symbol 1089 Button
on (press, release) {
gotoAndStop (443);
}
Symbol 1090 Button
on (press, release) {
gotoAndStop (508);
}
Symbol 1091 Button
on (press, release) {
gotoAndStop (561);
}
Symbol 1092 Button
on (press, release) {
gotoAndStop (444);
}
Symbol 1093 Button
on (press, release) {
gotoAndStop (510);
}
Symbol 1094 Button
on (press, release) {
gotoAndStop (445);
}
Symbol 1095 Button
on (press, release) {
gotoAndStop (501);
}
Symbol 1096 Button
on (press, release) {
gotoAndStop (446);
}
Symbol 1097 Button
on (press, release) {
gotoAndStop (509);
}
Symbol 1098 Button
on (press, release) {
gotoAndStop (447);
}
Symbol 1099 Button
on (press, release) {
gotoAndStop (562);
}
Symbol 1100 Button
on (press, release) {
gotoAndStop (448);
}
Symbol 1101 Button
on (press, release) {
gotoAndStop (971);
}
Symbol 1102 Button
on (press, release) {
gotoAndStop (563);
}
Symbol 1103 Button
on (press, release) {
gotoAndStop (449);
}
Symbol 1104 Button
on (press, release) {
gotoAndStop (972);
}
Symbol 1105 Button
on (press, release) {
gotoAndStop (564);
}
Symbol 1106 Button
on (press, release) {
gotoAndStop (450);
}
Symbol 1107 Button
on (press, release) {
gotoAndStop (973);
}
Symbol 1108 Button
on (press, release) {
gotoAndStop (451);
}
Symbol 1109 Button
on (press, release) {
gotoAndStop (452);
}
Symbol 1110 Button
on (press, release) {
gotoAndStop (453);
}
Symbol 1111 Button
on (press, release) {
gotoAndStop (454);
}
Symbol 1112 Button
on (press, release) {
gotoAndStop (523);
}
Symbol 1113 Button
on (press, release) {
gotoAndStop (455);
}
Symbol 1114 Button
on (press, release) {
gotoAndStop (524);
}
Symbol 1115 Button
on (press, release) {
gotoAndStop (456);
}
Symbol 1116 Button
on (press, release) {
gotoAndStop (525);
}
Symbol 1117 Button
on (press, release) {
gotoAndStop (457);
}
Symbol 1118 Button
on (press, release) {
gotoAndStop (527);
}
Symbol 1119 Button
on (press, release) {
gotoAndStop (458);
}
Symbol 1120 Button
on (press, release) {
gotoAndStop (528);
}
Symbol 1121 Button
on (press, release) {
gotoAndStop (459);
}
Symbol 1122 Button
on (press, release) {
gotoAndStop (529);
}
Symbol 1123 Button
on (press, release) {
gotoAndStop (460);
}
Symbol 1124 Button
on (press, release) {
gotoAndStop (493);
}
Symbol 1125 Button
on (press, release) {
gotoAndStop (461);
}
Symbol 1126 Button
on (press, release) {
gotoAndStop (502);
}
Symbol 1127 Button
on (press, release) {
gotoAndStop (462);
}
Symbol 1128 Button
on (press, release) {
gotoAndStop (503);
}
Symbol 1129 Button
on (press, release) {
gotoAndStop (463);
}
Symbol 1130 Button
on (press, release) {
gotoAndStop (504);
}
Symbol 1131 Button
on (press, release) {
gotoAndStop (464);
}
Symbol 1132 Button
on (press, release) {
gotoAndStop (505);
}
Symbol 1133 Button
on (press, release) {
gotoAndStop (465);
}
Symbol 1134 Button
on (press, release) {
gotoAndStop (516);
}
Symbol 1135 Button
on (press, release) {
gotoAndStop (466);
}
Symbol 1136 Button
on (press, release) {
gotoAndStop (517);
}
Symbol 1137 Button
on (press, release) {
gotoAndStop (467);
}
Symbol 1138 Button
on (press, release) {
gotoAndStop (518);
}
Symbol 1139 Button
on (press, release) {
gotoAndStop (468);
}
Symbol 1140 Button
on (press, release) {
gotoAndStop (519);
}
Symbol 1141 Button
on (press, release) {
gotoAndStop (469);
}
Symbol 1142 Button
on (press, release) {
gotoAndStop (520);
}
Symbol 1143 Button
on (press, release) {
gotoAndStop (470);
}
Symbol 1144 Button
on (press, release) {
gotoAndStop (521);
}
Symbol 1145 Button
on (press, release) {
gotoAndStop (471);
}
Symbol 1146 Button
on (press, release) {
gotoAndStop (522);
}
Symbol 1147 Button
on (press, release) {
gotoAndStop (472);
}
Symbol 1148 Button
on (press, release) {
gotoAndStop (959);
}
Symbol 1149 Button
on (press, release) {
gotoAndStop (473);
}
Symbol 1150 Button
on (press, release) {
gotoAndStop (960);
}
Symbol 1151 Button
on (press, release) {
gotoAndStop (474);
}
Symbol 1152 Button
on (press, release) {
gotoAndStop (961);
}
Symbol 1153 Button
on (press, release) {
gotoAndStop (475);
}
Symbol 1154 Button
on (press, release) {
gotoAndStop (498);
}
Symbol 1155 Button
on (press, release) {
gotoAndStop (476);
}
Symbol 1156 Button
on (press, release) {
gotoAndStop (512);
}
Symbol 1157 Button
on (press, release) {
gotoAndStop (477);
}
Symbol 1158 Button
on (press, release) {
gotoAndStop (513);
}
Symbol 1159 Button
on (press, release) {
gotoAndStop (478);
}
Symbol 1160 Button
on (press, release) {
gotoAndStop (514);
}
Symbol 1161 Button
on (press, release) {
gotoAndStop (479);
}
Symbol 1162 Button
on (press, release) {
gotoAndStop (515);
}
Symbol 1163 Button
on (press, release) {
gotoAndStop (480);
}
Symbol 1164 Button
on (press, release) {
gotoAndStop (481);
}
Symbol 1165 Button
on (press, release) {
gotoAndStop (482);
}
Symbol 1166 Button
on (press, release) {
gotoAndStop (554);
}
Symbol 1167 Button
on (press, release) {
gotoAndStop (483);
}
Symbol 1168 Button
on (press, release) {
gotoAndStop (495);
}
Symbol 1169 Button
on (press, release) {
gotoAndStop (555);
}
Symbol 1170 Button
on (press, release) {
gotoAndStop (484);
}
Symbol 1171 Button
on (press, release) {
gotoAndStop (496);
}
Symbol 1172 Button
on (press, release) {
gotoAndStop (556);
}
Symbol 1173 Button
on (press, release) {
gotoAndStop (485);
}
Symbol 1174 Button
on (press, release) {
gotoAndStop (497);
}
Symbol 1175 Button
on (press, release) {
gotoAndStop (565);
}
Symbol 1176 Button
on (press, release) {
gotoAndStop (486);
}
Symbol 1177 Button
on (press, release) {
gotoAndStop (530);
}
Symbol 1178 Button
on (press, release) {
gotoAndStop (566);
}
Symbol 1179 Button
on (press, release) {
gotoAndStop (487);
}
Symbol 1180 Button
on (press, release) {
gotoAndStop (531);
}
Symbol 1181 Button
on (press, release) {
gotoAndStop (567);
}
Symbol 1182 Button
on (press, release) {
gotoAndStop (488);
}
Symbol 1183 Button
on (press, release) {
gotoAndStop (532);
}
Symbol 1184 Button
on (press, release) {
gotoAndStop (499);
}
Symbol 1185 Button
on (press, release) {
gotoAndStop (489);
}
Symbol 1186 Button
on (press, release) {
gotoAndStop (557);
}
Symbol 1189 Button
on (press, release) {
gotoAndStop (646);
}
Symbol 1191 Button
on (press, release) {
gotoAndStop (398);
}
Symbol 1192 Button
on (press, release) {
gotoAndStop (586);
}
Symbol 1193 Button
on (press, release) {
gotoAndStop (399);
}
Symbol 1194 Button
on (press, release) {
gotoAndStop (400);
}
Symbol 1195 Button
on (press, release) {
gotoAndStop (594);
}
Symbol 1196 Button
on (press, release) {
gotoAndStop (401);
}
Symbol 1197 Button
on (press, release) {
gotoAndStop (595);
}
Symbol 1198 Button
on (press, release) {
gotoAndStop (402);
}
Symbol 1199 Button
on (press, release) {
gotoAndStop (596);
}
Symbol 1200 Button
on (press, release) {
gotoAndStop (403);
}
Symbol 1201 Button
on (press, release) {
gotoAndStop (597);
}
Symbol 1202 Button
on (press, release) {
gotoAndStop (404);
}
Symbol 1203 Button
on (press, release) {
gotoAndStop (405);
}
Symbol 1204 Button
on (press, release) {
gotoAndStop (598);
}
Symbol 1205 Button
on (press, release) {
gotoAndStop (406);
}
Symbol 1206 Button
on (press, release) {
gotoAndStop (407);
}
Symbol 1207 Button
on (press, release) {
gotoAndStop (408);
}
Symbol 1208 Button
on (press, release) {
gotoAndStop (409);
}
Symbol 1209 Button
on (press, release) {
gotoAndStop (410);
}
Symbol 1210 Button
on (press, release) {
gotoAndStop (411);
}
Symbol 1211 Button
on (press, release) {
gotoAndStop (412);
}
Symbol 1212 Button
on (press, release) {
gotoAndStop (609);
}
Symbol 1213 Button
on (press, release) {
gotoAndStop (413);
}
Symbol 1214 Button
on (press, release) {
gotoAndStop (610);
}
Symbol 1215 Button
on (press, release) {
gotoAndStop (414);
}
Symbol 1216 Button
on (press, release) {
gotoAndStop (611);
}
Symbol 1217 Button
on (press, release) {
gotoAndStop (415);
}
Symbol 1218 Button
on (press, release) {
gotoAndStop (416);
}
Symbol 1219 Button
on (press, release) {
gotoAndStop (612);
}
Symbol 1220 Button
on (press, release) {
gotoAndStop (417);
}
Symbol 1221 Button
on (press, release) {
gotoAndStop (418);
}
Symbol 1222 Button
on (press, release) {
gotoAndStop (419);
}
Symbol 1223 Button
on (press, release) {
gotoAndStop (420);
}
Symbol 1224 Button
on (press, release) {
gotoAndStop (421);
}
Symbol 1225 Button
on (press, release) {
gotoAndStop (422);
}
Symbol 1226 Button
on (press, release) {
gotoAndStop (423);
}
Symbol 1227 Button
on (press, release) {
gotoAndStop (424);
}
Symbol 1228 Button
on (press, release) {
gotoAndStop (425);
}
Symbol 1229 Button
on (press, release) {
gotoAndStop (426);
}
Symbol 1230 Button
on (press, release) {
gotoAndStop (427);
}
Symbol 1231 Button
on (press, release) {
gotoAndStop (428);
}
Symbol 1232 Button
on (press, release) {
gotoAndStop (429);
}
Symbol 1233 Button
on (press, release) {
gotoAndStop (430);
}
Symbol 1234 Button
on (press, release) {
gotoAndStop (431);
}
Symbol 1235 Button
on (press, release) {
gotoAndStop (432);
}
Symbol 1236 Button
on (press, release) {
gotoAndStop (433);
}
Symbol 1237 Button
on (press, release) {
gotoAndStop (434);
}
Symbol 1238 Button
on (press, release) {
gotoAndStop (435);
}
Symbol 1239 Button
on (press, release) {
gotoAndStop (436);
}
Symbol 1240 Button
on (press, release) {
gotoAndStop (962);
}
Symbol 1241 Button
on (press, release) {
gotoAndStop (437);
}
Symbol 1242 Button
on (press, release) {
gotoAndStop (963);
}
Symbol 1243 Button
on (press, release) {
gotoAndStop (438);
}
Symbol 1244 Button
on (press, release) {
gotoAndStop (964);
}
Symbol 1245 Button
on (press, release) {
gotoAndStop (439);
}
Symbol 1246 Button
on (press, release) {
gotoAndStop (631);
}
Symbol 1247 Button
on (press, release) {
gotoAndStop (440);
}
Symbol 1248 Button
on (press, release) {
gotoAndStop (651);
}
Symbol 1249 Button
on (press, release) {
gotoAndStop (441);
}
Symbol 1250 Button
on (press, release) {
gotoAndStop (652);
}
Symbol 1251 Button
on (press, release) {
gotoAndStop (442);
}
Symbol 1252 Button
on (press, release) {
gotoAndStop (653);
}
Symbol 1253 Button
on (press, release) {
gotoAndStop (443);
}
Symbol 1254 Button
on (press, release) {
gotoAndStop (654);
}
Symbol 1255 Button
on (press, release) {
gotoAndStop (444);
}
Symbol 1256 Button
on (press, release) {
gotoAndStop (445);
}
Symbol 1257 Button
on (press, release) {
gotoAndStop (446);
}
Symbol 1258 Button
on (press, release) {
gotoAndStop (447);
}
Symbol 1259 Button
on (press, release) {
gotoAndStop (655);
}
Symbol 1260 Button
on (press, release) {
gotoAndStop (448);
}
Symbol 1261 Button
on (press, release) {
gotoAndStop (656);
}
Symbol 1262 Button
on (press, release) {
gotoAndStop (449);
}
Symbol 1263 Button
on (press, release) {
gotoAndStop (657);
}
Symbol 1264 Button
on (press, release) {
gotoAndStop (450);
}
Symbol 1265 Button
on (press, release) {
gotoAndStop (451);
}
Symbol 1266 Button
on (press, release) {
gotoAndStop (452);
}
Symbol 1267 Button
on (press, release) {
gotoAndStop (453);
}
Symbol 1268 Button
on (press, release) {
gotoAndStop (454);
}
Symbol 1269 Button
on (press, release) {
gotoAndStop (455);
}
Symbol 1270 Button
on (press, release) {
gotoAndStop (456);
}
Symbol 1271 Button
on (press, release) {
gotoAndStop (457);
}
Symbol 1272 Button
on (press, release) {
gotoAndStop (458);
}
Symbol 1273 Button
on (press, release) {
gotoAndStop (459);
}
Symbol 1274 Button
on (press, release) {
gotoAndStop (460);
}
Symbol 1275 Button
on (press, release) {
gotoAndStop (461);
}
Symbol 1276 Button
on (press, release) {
gotoAndStop (462);
}
Symbol 1277 Button
on (press, release) {
gotoAndStop (463);
}
Symbol 1278 Button
on (press, release) {
gotoAndStop (464);
}
Symbol 1279 Button
on (press, release) {
gotoAndStop (465);
}
Symbol 1280 Button
on (press, release) {
gotoAndStop (466);
}
Symbol 1281 Button
on (press, release) {
gotoAndStop (467);
}
Symbol 1282 Button
on (press, release) {
gotoAndStop (468);
}
Symbol 1283 Button
on (press, release) {
gotoAndStop (469);
}
Symbol 1284 Button
on (press, release) {
gotoAndStop (470);
}
Symbol 1285 Button
on (press, release) {
gotoAndStop (471);
}
Symbol 1286 Button
on (press, release) {
gotoAndStop (472);
}
Symbol 1287 Button
on (press, release) {
gotoAndStop (473);
}
Symbol 1288 Button
on (press, release) {
gotoAndStop (474);
}
Symbol 1289 Button
on (press, release) {
gotoAndStop (475);
}
Symbol 1290 Button
on (press, release) {
gotoAndStop (476);
}
Symbol 1291 Button
on (press, release) {
gotoAndStop (477);
}
Symbol 1292 Button
on (press, release) {
gotoAndStop (478);
}
Symbol 1293 Button
on (press, release) {
gotoAndStop (479);
}
Symbol 1294 Button
on (press, release) {
gotoAndStop (480);
}
Symbol 1295 Button
on (press, release) {
gotoAndStop (481);
}
Symbol 1296 Button
on (press, release) {
gotoAndStop (482);
}
Symbol 1297 Button
on (press, release) {
gotoAndStop (647);
}
Symbol 1298 Button
on (press, release) {
gotoAndStop (483);
}
Symbol 1299 Button
on (press, release) {
gotoAndStop (648);
}
Symbol 1300 Button
on (press, release) {
gotoAndStop (484);
}
Symbol 1301 Button
on (press, release) {
gotoAndStop (649);
}
Symbol 1302 Button
on (press, release) {
gotoAndStop (485);
}
Symbol 1303 Button
on (press, release) {
gotoAndStop (658);
}
Symbol 1304 Button
on (press, release) {
gotoAndStop (486);
}
Symbol 1305 Button
on (press, release) {
gotoAndStop (659);
}
Symbol 1306 Button
on (press, release) {
gotoAndStop (487);
}
Symbol 1307 Button
on (press, release) {
gotoAndStop (660);
}
Symbol 1308 Button
on (press, release) {
gotoAndStop (488);
}
Symbol 1309 Button
on (press, release) {
gotoAndStop (489);
}
Symbol 1319 MovieClip Frame 1
x = new Sound();
x.attachSound("mjaqueta");
x.start(0, 1);
Symbol 1320 Button
on (press, release) {
gotoAndStop (764);
}
Symbol 1323 Button
on (press, release) {
gotoAndStop (763);
}
Symbol 1324 Button
on (press, release) {
gotoAndStop (739);
}
Symbol 1328 Button
on (press, release) {
gotoAndStop (398);
}
Symbol 1331 Button
on (press, release) {
gotoAndStop (762);
}
Symbol 1332 Button
on (press, release) {
gotoAndStop (679);
}
Symbol 1333 Button
on (press, release) {
gotoAndStop (399);
}
Symbol 1334 Button
on (press, release) {
gotoAndStop (683);
}
Symbol 1335 Button
on (press, release) {
gotoAndStop (682);
}
Symbol 1336 Button
on (press, release) {
gotoAndStop (681);
}
Symbol 1337 Button
on (press, release) {
gotoAndStop (400);
}
Symbol 1338 Button
on (press, release) {
gotoAndStop (690);
}
Symbol 1339 Button
on (press, release) {
gotoAndStop (689);
}
Symbol 1340 Button
on (press, release) {
gotoAndStop (688);
}
Symbol 1341 Button
on (press, release) {
gotoAndStop (687);
}
Symbol 1342 Button
on (press, release) {
gotoAndStop (401);
}
Symbol 1343 Button
on (press, release) {
gotoAndStop (694);
}
Symbol 1344 Button
on (press, release) {
gotoAndStop (693);
}
Symbol 1345 Button
on (press, release) {
gotoAndStop (692);
}
Symbol 1347 Button
on (press, release) {
gotoAndStop (688);
}
Symbol 1348 Button
on (press, release) {
gotoAndStop (402);
}
Symbol 1350 Button
on (press, release) {
gotoAndStop (689);
}
Symbol 1351 Button
on (press, release) {
gotoAndStop (403);
}
Symbol 1352 Button
on (press, release) {
gotoAndStop (681);
}
Symbol 1354 Button
on (press, release) {
gotoAndStop (690);
}
Symbol 1355 Button
on (press, release) {
gotoAndStop (404);
}
Symbol 1356 Button
on (press, release) {
gotoAndStop (682);
}
Symbol 1357 Button
on (press, release) {
gotoAndStop (405);
}
Symbol 1358 Button
on (press, release) {
gotoAndStop (700);
}
Symbol 1359 Button
on (press, release) {
gotoAndStop (699);
}
Symbol 1360 Button
on (press, release) {
gotoAndStop (698);
}
Symbol 1361 Button
on (press, release) {
gotoAndStop (691);
}
Symbol 1362 Button
on (press, release) {
gotoAndStop (406);
}
Symbol 1363 Button
on (press, release) {
gotoAndStop (718);
}
Symbol 1364 Button
on (press, release) {
gotoAndStop (717);
}
Symbol 1365 Button
on (press, release) {
gotoAndStop (716);
}
Symbol 1366 Button
on (press, release) {
gotoAndStop (407);
}
Symbol 1367 Button
on (press, release) {
gotoAndStop (1157);
}
Symbol 1368 Button
on (press, release) {
gotoAndStop (1156);
}
Symbol 1369 Button
on (press, release) {
gotoAndStop (1155);
}
Symbol 1370 Button
on (press, release) {
gotoAndStop (408);
}
Symbol 1371 Button
on (press, release) {
gotoAndStop (704);
}
Symbol 1372 Button
on (press, release) {
gotoAndStop (703);
}
Symbol 1373 Button
on (press, release) {
gotoAndStop (702);
}
Symbol 1374 Button
on (press, release) {
gotoAndStop (409);
}
Symbol 1375 Button
on (press, release) {
gotoAndStop (410);
}
Symbol 1376 Button
on (press, release) {
gotoAndStop (688);
}
Symbol 1377 Button
on (press, release) {
gotoAndStop (411);
}
Symbol 1378 Button
on (press, release) {
gotoAndStop (689);
}
Symbol 1379 Button
on (press, release) {
gotoAndStop (412);
}
Symbol 1380 Button
on (press, release) {
gotoAndStop (967);
}
Symbol 1381 Button
on (press, release) {
gotoAndStop (966);
}
Symbol 1382 Button
on (press, release) {
gotoAndStop (965);
}
Symbol 1383 Button
on (press, release) {
gotoAndStop (702);
}
Symbol 1384 Button
on (press, release) {
gotoAndStop (413);
}
Symbol 1385 Button
on (press, release) {
gotoAndStop (703);
}
Symbol 1386 Button
on (press, release) {
gotoAndStop (414);
}
Symbol 1387 Button
on (press, release) {
gotoAndStop (692);
}
Symbol 1388 Button
on (press, release) {
gotoAndStop (704);
}
Symbol 1389 Button
on (press, release) {
gotoAndStop (415);
}
Symbol 1390 Button
on (press, release) {
gotoAndStop (693);
}
Symbol 1391 Button
on (press, release) {
gotoAndStop (416);
}
Symbol 1392 Button
on (press, release) {
gotoAndStop (711);
}
Symbol 1393 Button
on (press, release) {
gotoAndStop (710);
}
Symbol 1394 Button
on (press, release) {
gotoAndStop (709);
}
Symbol 1395 Button
on (press, release) {
gotoAndStop (705);
}
Symbol 1396 Button
on (press, release) {
gotoAndStop (417);
}
Symbol 1397 Button
on (press, release) {
gotoAndStop (979);
}
Symbol 1398 Button
on (press, release) {
gotoAndStop (978);
}
Symbol 1399 Button
on (press, release) {
gotoAndStop (977);
}
Symbol 1400 Button
on (press, release) {
gotoAndStop (418);
}
Symbol 1401 Button
on (press, release) {
gotoAndStop (419);
}
Symbol 1402 Button
on (press, release) {
gotoAndStop (420);
}
Symbol 1403 Button
on (press, release) {
gotoAndStop (698);
}
Symbol 1404 Button
on (press, release) {
gotoAndStop (421);
}
Symbol 1405 Button
on (press, release) {
gotoAndStop (699);
}
Symbol 1406 Button
on (press, release) {
gotoAndStop (422);
}
Symbol 1407 Button
on (press, release) {
gotoAndStop (423);
}
Symbol 1408 Button
on (press, release) {
gotoAndStop (424);
}
Symbol 1409 Button
on (press, release) {
gotoAndStop (702);
}
Symbol 1410 Button
on (press, release) {
gotoAndStop (425);
}
Symbol 1411 Button
on (press, release) {
gotoAndStop (703);
}
Symbol 1412 Button
on (press, release) {
gotoAndStop (426);
}
Symbol 1413 Button
on (press, release) {
gotoAndStop (708);
}
Symbol 1414 Button
on (press, release) {
gotoAndStop (707);
}
Symbol 1415 Button
on (press, release) {
gotoAndStop (706);
}
Symbol 1416 Button
on (press, release) {
gotoAndStop (427);
}
Symbol 1417 Button
on (press, release) {
gotoAndStop (428);
}
Symbol 1418 Button
on (press, release) {
gotoAndStop (706);
}
Symbol 1419 Button
on (press, release) {
gotoAndStop (429);
}
Symbol 1420 Button
on (press, release) {
gotoAndStop (430);
}
Symbol 1421 Button
on (press, release) {
gotoAndStop (431);
}
Symbol 1422 Button
on (press, release) {
gotoAndStop (709);
}
Symbol 1423 Button
on (press, release) {
gotoAndStop (432);
}
Symbol 1424 Button
on (press, release) {
gotoAndStop (710);
}
Symbol 1425 Button
on (press, release) {
gotoAndStop (433);
}
Symbol 1426 Button
on (press, release) {
gotoAndStop (715);
}
Symbol 1427 Button
on (press, release) {
gotoAndStop (714);
}
Symbol 1428 Button
on (press, release) {
gotoAndStop (713);
}
Symbol 1429 Button
on (press, release) {
gotoAndStop (434);
}
Symbol 1430 Button
on (press, release) {
gotoAndStop (435);
}
Symbol 1431 Button
on (press, release) {
gotoAndStop (713);
}
Symbol 1432 Button
on (press, release) {
gotoAndStop (436);
}
Symbol 1433 Button
on (press, release) {
gotoAndStop (714);
}
Symbol 1434 Button
on (press, release) {
gotoAndStop (965);
}
Symbol 1435 Button
on (press, release) {
gotoAndStop (437);
}
Symbol 1436 Button
on (press, release) {
gotoAndStop (966);
}
Symbol 1437 Button
on (press, release) {
gotoAndStop (438);
}
Symbol 1438 Button
on (press, release) {
gotoAndStop (716);
}
Symbol 1439 Button
on (press, release) {
gotoAndStop (967);
}
Symbol 1440 Button
on (press, release) {
gotoAndStop (439);
}
Symbol 1441 Button
on (press, release) {
gotoAndStop (717);
}
Symbol 1442 Button
on (press, release) {
gotoAndStop (724);
}
Symbol 1443 Button
on (press, release) {
gotoAndStop (440);
}
Symbol 1444 Button
on (press, release) {
gotoAndStop (722);
}
Symbol 1445 Button
on (press, release) {
gotoAndStop (721);
}
Symbol 1446 Button
on (press, release) {
gotoAndStop (720);
}
Symbol 1447 Button
on (press, release) {
gotoAndStop (744);
}
Symbol 1448 Button
on (press, release) {
gotoAndStop (441);
}
Symbol 1449 Button
on (press, release) {
gotoAndStop (745);
}
Symbol 1450 Button
on (press, release) {
gotoAndStop (442);
}
Symbol 1451 Button
on (press, release) {
gotoAndStop (720);
}
Symbol 1452 Button
on (press, release) {
gotoAndStop (746);
}
Symbol 1453 Button
on (press, release) {
gotoAndStop (443);
}
Symbol 1454 Button
on (press, release) {
gotoAndStop (721);
}
Symbol 1455 Button
on (press, release) {
gotoAndStop (747);
}
Symbol 1456 Button
on (press, release) {
gotoAndStop (444);
}
Symbol 1457 Button
on (press, release) {
gotoAndStop (729);
}
Symbol 1458 Button
on (press, release) {
gotoAndStop (728);
}
Symbol 1459 Button
on (press, release) {
gotoAndStop (727);
}
Symbol 1460 Button
on (press, release) {
gotoAndStop (445);
}
Symbol 1461 Button
on (press, release) {
gotoAndStop (746);
}
Symbol 1462 Button
on (press, release) {
gotoAndStop (745);
}
Symbol 1463 Button
on (press, release) {
gotoAndStop (744);
}
Symbol 1464 Button
on (press, release) {
gotoAndStop (446);
}
Symbol 1465 Button
on (press, release) {
gotoAndStop (735);
}
Symbol 1466 Button
on (press, release) {
gotoAndStop (734);
}
Symbol 1467 Button
on (press, release) {
gotoAndStop (733);
}
Symbol 1468 Button
on (press, release) {
gotoAndStop (447);
}
Symbol 1469 Button
on (press, release) {
gotoAndStop (748);
}
Symbol 1470 Button
on (press, release) {
gotoAndStop (448);
}
Symbol 1471 Button
on (press, release) {
gotoAndStop (749);
}
Symbol 1472 Button
on (press, release) {
gotoAndStop (449);
}
Symbol 1473 Button
on (press, release) {
gotoAndStop (727);
}
Symbol 1474 Button
on (press, release) {
gotoAndStop (750);
}
Symbol 1475 Button
on (press, release) {
gotoAndStop (450);
}
Symbol 1476 Button
on (press, release) {
gotoAndStop (728);
}
Symbol 1477 Button
on (press, release) {
gotoAndStop (451);
}
Symbol 1478 Button
on (press, release) {
gotoAndStop (732);
}
Symbol 1479 Button
on (press, release) {
gotoAndStop (731);
}
Symbol 1480 Button
on (press, release) {
gotoAndStop (452);
}
Symbol 1481 Button
on (press, release) {
gotoAndStop (730);
}
Symbol 1482 Button
on (press, release) {
gotoAndStop (453);
}
Symbol 1483 Button
on (press, release) {
gotoAndStop (731);
}
Symbol 1484 Button
on (press, release) {
gotoAndStop (454);
}
Symbol 1485 Button
on (press, release) {
gotoAndStop (455);
}
Symbol 1486 Button
on (press, release) {
gotoAndStop (733);
}
Symbol 1487 Button
on (press, release) {
gotoAndStop (456);
}
Symbol 1488 Button
on (press, release) {
gotoAndStop (734);
}
Symbol 1489 Button
on (press, release) {
gotoAndStop (457);
}
Symbol 1490 Button
on (press, release) {
gotoAndStop (738);
}
Symbol 1491 Button
on (press, release) {
gotoAndStop (737);
}
Symbol 1492 Button
on (press, release) {
gotoAndStop (458);
}
Symbol 1493 Button
on (press, release) {
gotoAndStop (736);
}
Symbol 1494 Button
on (press, release) {
gotoAndStop (459);
}
Symbol 1495 Button
on (press, release) {
gotoAndStop (737);
}
Symbol 1496 Button
on (press, release) {
gotoAndStop (460);
}
Symbol 1497 Button
on (press, release) {
gotoAndStop (742);
}
Symbol 1498 Button
on (press, release) {
gotoAndStop (741);
}
Symbol 1499 Button
on (press, release) {
gotoAndStop (740);
}
Symbol 1500 Button
on (press, release) {
gotoAndStop (461);
}
Symbol 1501 Button
on (press, release) {
gotoAndStop (462);
}
Symbol 1502 Button
on (press, release) {
gotoAndStop (740);
}
Symbol 1503 Button
on (press, release) {
gotoAndStop (463);
}
Symbol 1504 Button
on (press, release) {
gotoAndStop (741);
}
Symbol 1505 Button
on (press, release) {
gotoAndStop (464);
}
Symbol 1506 Button
on (press, release) {
gotoAndStop (753);
}
Symbol 1507 Button
on (press, release) {
gotoAndStop (752);
}
Symbol 1508 Button
on (press, release) {
gotoAndStop (751);
}
Symbol 1509 Button
on (press, release) {
gotoAndStop (465);
}
Symbol 1510 Button
on (press, release) {
gotoAndStop (466);
}
Symbol 1511 Button
on (press, release) {
gotoAndStop (744);
}
Symbol 1512 Button
on (press, release) {
gotoAndStop (467);
}
Symbol 1513 Button
on (press, release) {
gotoAndStop (745);
}
Symbol 1514 Button
on (press, release) {
gotoAndStop (468);
}
Symbol 1515 Button
on (press, release) {
gotoAndStop (750);
}
Symbol 1516 Button
on (press, release) {
gotoAndStop (749);
}
Symbol 1517 Button
on (press, release) {
gotoAndStop (748);
}
Symbol 1518 Button
on (press, release) {
gotoAndStop (469);
}
Symbol 1519 Button
on (press, release) {
gotoAndStop (470);
}
Symbol 1520 Button
on (press, release) {
gotoAndStop (748);
}
Symbol 1521 Button
on (press, release) {
gotoAndStop (471);
}
Symbol 1522 Button
on (press, release) {
gotoAndStop (749);
}
Symbol 1523 Button
on (press, release) {
gotoAndStop (472);
}
Symbol 1524 Button
on (press, release) {
gotoAndStop (473);
}
Symbol 1525 Button
on (press, release) {
gotoAndStop (751);
}
Symbol 1526 Button
on (press, release) {
gotoAndStop (474);
}
Symbol 1527 Button
on (press, release) {
gotoAndStop (752);
}
Symbol 1528 Button
on (press, release) {
gotoAndStop (475);
}
Symbol 1529 Button
on (press, release) {
gotoAndStop (757);
}
Symbol 1530 Button
on (press, release) {
gotoAndStop (756);
}
Symbol 1531 Button
on (press, release) {
gotoAndStop (755);
}
Symbol 1532 Button
on (press, release) {
gotoAndStop (476);
}
Symbol 1533 Button
on (press, release) {
gotoAndStop (477);
}
Symbol 1534 Button
on (press, release) {
gotoAndStop (755);
}
Symbol 1535 Button
on (press, release) {
gotoAndStop (478);
}
Symbol 1536 Button
on (press, release) {
gotoAndStop (756);
}
Symbol 1537 Button
on (press, release) {
gotoAndStop (479);
}
Symbol 1538 Button
on (press, release) {
gotoAndStop (761);
}
Symbol 1539 Button
on (press, release) {
gotoAndStop (760);
}
Symbol 1540 Button
on (press, release) {
gotoAndStop (759);
}
Symbol 1541 Button
on (press, release) {
gotoAndStop (480);
}
Symbol 1542 Button
on (press, release) {
gotoAndStop (481);
}
Symbol 1543 Button
on (press, release) {
gotoAndStop (759);
}
Symbol 1544 Button
on (press, release) {
gotoAndStop (482);
}
Symbol 1545 Button
on (press, release) {
gotoAndStop (760);
}
Symbol 1546 Button
on (press, release) {
gotoAndStop (740);
}
Symbol 1547 Button
on (press, release) {
gotoAndStop (483);
}
Symbol 1548 Button
on (press, release) {
gotoAndStop (741);
}
Symbol 1549 Button
on (press, release) {
gotoAndStop (484);
}
Symbol 1550 Button
on (press, release) {
gotoAndStop (762);
}
Symbol 1551 Button
on (press, release) {
gotoAndStop (742);
}
Symbol 1552 Button
on (press, release) {
gotoAndStop (485);
}
Symbol 1553 Button
on (press, release) {
gotoAndStop (763);
}
Symbol 1554 Button
on (press, release) {
gotoAndStop (751);
}
Symbol 1555 Button
on (press, release) {
gotoAndStop (486);
}
Symbol 1556 Button
on (press, release) {
gotoAndStop (767);
}
Symbol 1557 Button
on (press, release) {
gotoAndStop (766);
}
Symbol 1558 Button
on (press, release) {
gotoAndStop (752);
}
Symbol 1559 Button
on (press, release) {
gotoAndStop (487);
}
Symbol 1560 Button
on (press, release) {
gotoAndStop (765);
}
Symbol 1561 Button
on (press, release) {
gotoAndStop (753);
}
Symbol 1562 Button
on (press, release) {
gotoAndStop (488);
}
Symbol 1563 Button
on (press, release) {
gotoAndStop (766);
}
Symbol 1564 Button
on (press, release) {
gotoAndStop (743);
}
Symbol 1565 Button
on (press, release) {
gotoAndStop (489);
}
Symbol 1566 Button
on (press, release) {
gotoAndStop (765);
}
Symbol 1569 Button
on (press, release) {
gotoAndStop (832);
}
Symbol 1571 Button
on (press, release) {
gotoAndStop (398);
}
Symbol 1572 Button
on (press, release) {
gotoAndStop (772);
}
Symbol 1573 Button
on (press, release) {
gotoAndStop (399);
}
Symbol 1574 Button
on (press, release) {
gotoAndStop (400);
}
Symbol 1575 Button
on (press, release) {
gotoAndStop (780);
}
Symbol 1576 Button
on (press, release) {
gotoAndStop (401);
}
Symbol 1577 Button
on (press, release) {
gotoAndStop (781);
}
Symbol 1578 Button
on (press, release) {
gotoAndStop (402);
}
Symbol 1579 Button
on (press, release) {
gotoAndStop (782);
}
Symbol 1580 Button
on (press, release) {
gotoAndStop (403);
}
Symbol 1581 Button
on (press, release) {
gotoAndStop (783);
}
Symbol 1582 Button
on (press, release) {
gotoAndStop (404);
}
Symbol 1583 Button
on (press, release) {
gotoAndStop (405);
}
Symbol 1584 Button
on (press, release) {
gotoAndStop (784);
}
Symbol 1585 Button
on (press, release) {
gotoAndStop (406);
}
Symbol 1586 Button
on (press, release) {
gotoAndStop (407);
}
Symbol 1587 Button
on (press, release) {
gotoAndStop (408);
}
Symbol 1588 Button
on (press, release) {
gotoAndStop (409);
}
Symbol 1589 Button
on (press, release) {
gotoAndStop (410);
}
Symbol 1590 Button
on (press, release) {
gotoAndStop (411);
}
Symbol 1591 Button
on (press, release) {
gotoAndStop (412);
}
Symbol 1592 Button
on (press, release) {
gotoAndStop (795);
}
Symbol 1593 Button
on (press, release) {
gotoAndStop (413);
}
Symbol 1594 Button
on (press, release) {
gotoAndStop (796);
}
Symbol 1595 Button
on (press, release) {
gotoAndStop (414);
}
Symbol 1596 Button
on (press, release) {
gotoAndStop (797);
}
Symbol 1597 Button
on (press, release) {
gotoAndStop (415);
}
Symbol 1598 Button
on (press, release) {
gotoAndStop (416);
}
Symbol 1599 Button
on (press, release) {
gotoAndStop (798);
}
Symbol 1600 Button
on (press, release) {
gotoAndStop (417);
}
Symbol 1601 Button
on (press, release) {
gotoAndStop (418);
}
Symbol 1602 Button
on (press, release) {
gotoAndStop (419);
}
Symbol 1603 Button
on (press, release) {
gotoAndStop (420);
}
Symbol 1604 Button
on (press, release) {
gotoAndStop (421);
}
Symbol 1605 Button
on (press, release) {
gotoAndStop (422);
}
Symbol 1606 Button
on (press, release) {
gotoAndStop (423);
}
Symbol 1607 Button
on (press, release) {
gotoAndStop (424);
}
Symbol 1608 Button
on (press, release) {
gotoAndStop (425);
}
Symbol 1609 Button
on (press, release) {
gotoAndStop (426);
}
Symbol 1610 Button
on (press, release) {
gotoAndStop (427);
}
Symbol 1611 Button
on (press, release) {
gotoAndStop (428);
}
Symbol 1612 Button
on (press, release) {
gotoAndStop (429);
}
Symbol 1613 Button
on (press, release) {
gotoAndStop (430);
}
Symbol 1614 Button
on (press, release) {
gotoAndStop (431);
}
Symbol 1615 Button
on (press, release) {
gotoAndStop (432);
}
Symbol 1616 Button
on (press, release) {
gotoAndStop (433);
}
Symbol 1617 Button
on (press, release) {
gotoAndStop (434);
}
Symbol 1618 Button
on (press, release) {
gotoAndStop (435);
}
Symbol 1619 Button
on (press, release) {
gotoAndStop (436);
}
Symbol 1620 Button
on (press, release) {
gotoAndStop (968);
}
Symbol 1621 Button
on (press, release) {
gotoAndStop (437);
}
Symbol 1622 Button
on (press, release) {
gotoAndStop (969);
}
Symbol 1623 Button
on (press, release) {
gotoAndStop (438);
}
Symbol 1624 Button
on (press, release) {
gotoAndStop (970);
}
Symbol 1625 Button
on (press, release) {
gotoAndStop (439);
}
Symbol 1626 Button
on (press, release) {
gotoAndStop (817);
}
Symbol 1627 Button
on (press, release) {
gotoAndStop (440);
}
Symbol 1628 Button
on (press, release) {
gotoAndStop (837);
}
Symbol 1629 Button
on (press, release) {
gotoAndStop (441);
}
Symbol 1630 Button
on (press, release) {
gotoAndStop (838);
}
Symbol 1631 Button
on (press, release) {
gotoAndStop (442);
}
Symbol 1632 Button
on (press, release) {
gotoAndStop (839);
}
Symbol 1633 Button
on (press, release) {
gotoAndStop (443);
}
Symbol 1634 Button
on (press, release) {
gotoAndStop (840);
}
Symbol 1635 Button
on (press, release) {
gotoAndStop (444);
}
Symbol 1636 Button
on (press, release) {
gotoAndStop (445);
}
Symbol 1637 Button
on (press, release) {
gotoAndStop (446);
}
Symbol 1638 Button
on (press, release) {
gotoAndStop (447);
}
Symbol 1639 Button
on (press, release) {
gotoAndStop (841);
}
Symbol 1640 Button
on (press, release) {
gotoAndStop (448);
}
Symbol 1641 Button
on (press, release) {
gotoAndStop (842);
}
Symbol 1642 Button
on (press, release) {
gotoAndStop (449);
}
Symbol 1643 Button
on (press, release) {
gotoAndStop (843);
}
Symbol 1644 Button
on (press, release) {
gotoAndStop (450);
}
Symbol 1645 Button
on (press, release) {
gotoAndStop (451);
}
Symbol 1646 Button
on (press, release) {
gotoAndStop (452);
}
Symbol 1647 Button
on (press, release) {
gotoAndStop (453);
}
Symbol 1648 Button
on (press, release) {
gotoAndStop (454);
}
Symbol 1649 Button
on (press, release) {
gotoAndStop (455);
}
Symbol 1650 Button
on (press, release) {
gotoAndStop (456);
}
Symbol 1651 Button
on (press, release) {
gotoAndStop (457);
}
Symbol 1652 Button
on (press, release) {
gotoAndStop (458);
}
Symbol 1653 Button
on (press, release) {
gotoAndStop (459);
}
Symbol 1654 Button
on (press, release) {
gotoAndStop (460);
}
Symbol 1655 Button
on (press, release) {
gotoAndStop (461);
}
Symbol 1656 Button
on (press, release) {
gotoAndStop (462);
}
Symbol 1657 Button
on (press, release) {
gotoAndStop (463);
}
Symbol 1658 Button
on (press, release) {
gotoAndStop (464);
}
Symbol 1659 Button
on (press, release) {
gotoAndStop (465);
}
Symbol 1660 Button
on (press, release) {
gotoAndStop (466);
}
Symbol 1661 Button
on (press, release) {
gotoAndStop (467);
}
Symbol 1662 Button
on (press, release) {
gotoAndStop (468);
}
Symbol 1663 Button
on (press, release) {
gotoAndStop (469);
}
Symbol 1664 Button
on (press, release) {
gotoAndStop (470);
}
Symbol 1665 Button
on (press, release) {
gotoAndStop (471);
}
Symbol 1666 Button
on (press, release) {
gotoAndStop (472);
}
Symbol 1667 Button
on (press, release) {
gotoAndStop (473);
}
Symbol 1668 Button
on (press, release) {
gotoAndStop (474);
}
Symbol 1669 Button
on (press, release) {
gotoAndStop (475);
}
Symbol 1670 Button
on (press, release) {
gotoAndStop (476);
}
Symbol 1671 Button
on (press, release) {
gotoAndStop (477);
}
Symbol 1672 Button
on (press, release) {
gotoAndStop (478);
}
Symbol 1673 Button
on (press, release) {
gotoAndStop (479);
}
Symbol 1674 Button
on (press, release) {
gotoAndStop (480);
}
Symbol 1675 Button
on (press, release) {
gotoAndStop (481);
}
Symbol 1676 Button
on (press, release) {
gotoAndStop (482);
}
Symbol 1677 Button
on (press, release) {
gotoAndStop (833);
}
Symbol 1678 Button
on (press, release) {
gotoAndStop (483);
}
Symbol 1679 Button
on (press, release) {
gotoAndStop (834);
}
Symbol 1680 Button
on (press, release) {
gotoAndStop (484);
}
Symbol 1681 Button
on (press, release) {
gotoAndStop (835);
}
Symbol 1682 Button
on (press, release) {
gotoAndStop (485);
}
Symbol 1683 Button
on (press, release) {
gotoAndStop (844);
}
Symbol 1684 Button
on (press, release) {
gotoAndStop (486);
}
Symbol 1685 Button
on (press, release) {
gotoAndStop (845);
}
Symbol 1686 Button
on (press, release) {
gotoAndStop (487);
}
Symbol 1687 Button
on (press, release) {
gotoAndStop (846);
}
Symbol 1688 Button
on (press, release) {
gotoAndStop (488);
}
Symbol 1689 Button
on (press, release) {
gotoAndStop (836);
}
Symbol 1690 Button
on (press, release) {
gotoAndStop (489);
}
Symbol 1700 Button
on (press, release) {
gotoAndStop (1049);
}
Symbol 1701 Button
on (press, release) {
gotoAndStop (398);
}
Symbol 1703 Button
on (press, release) {
gotoAndStop (954);
}
Symbol 1707 Button
on (press, release) {
gotoAndStop (905);
}
Symbol 1708 Button
on (press, release) {
gotoAndStop (1050);
}
Symbol 1709 Button
on (press, release) {
gotoAndStop (399);
}
Symbol 1710 Button
on (press, release) {
gotoAndStop (871);
}
Symbol 1711 Button
on (press, release) {
gotoAndStop (866);
}
Symbol 1712 Button
on (press, release) {
gotoAndStop (1051);
}
Symbol 1713 Button
on (press, release) {
gotoAndStop (400);
}
Symbol 1714 Button
on (press, release) {
gotoAndStop (877);
}
Symbol 1715 Button
on (press, release) {
gotoAndStop (873);
}
Symbol 1717 Button
on (press, release) {
gotoAndStop (1052);
}
Symbol 1718 Button
on (press, release) {
gotoAndStop (401);
}
Symbol 1719 Button
on (press, release) {
gotoAndStop (882);
}
Symbol 1720 Button
on (press, release) {
gotoAndStop (1053);
}
Symbol 1721 Button
on (press, release) {
gotoAndStop (402);
}
Symbol 1722 Button
on (press, release) {
gotoAndStop (902);
}
Symbol 1723 Button
on (press, release) {
gotoAndStop (878);
}
Symbol 1724 Button
on (press, release) {
gotoAndStop (1054);
}
Symbol 1725 Button
on (press, release) {
gotoAndStop (403);
}
Symbol 1726 Button
on (press, release) {
gotoAndStop (903);
}
Symbol 1727 Button
on (press, release) {
gotoAndStop (879);
}
Symbol 1728 Button
on (press, release) {
gotoAndStop (1055);
}
Symbol 1729 Button
on (press, release) {
gotoAndStop (404);
}
Symbol 1730 Button
on (press, release) {
gotoAndStop (904);
}
Symbol 1731 Button
on (press, release) {
gotoAndStop (880);
}
Symbol 1732 Button
on (press, release) {
gotoAndStop (1056);
}
Symbol 1733 Button
on (press, release) {
gotoAndStop (405);
}
Symbol 1734 Button
on (press, release) {
gotoAndStop (887);
}
Symbol 1735 Button
on (press, release) {
gotoAndStop (881);
}
Symbol 1742 Button
on (press, release) {
gotoAndStop (1057);
}
Symbol 1743 Button
on (press, release) {
gotoAndStop (406);
}
Symbol 1744 Button
on (press, release) {
gotoAndStop (864);
}
Symbol 1745 Button
on (press, release) {
gotoAndStop (882);
}
Symbol 1746 Button
on (press, release) {
gotoAndStop (1058);
}
Symbol 1747 Button
on (press, release) {
gotoAndStop (407);
}
Symbol 1748 Button
on (press, release) {
gotoAndStop (1170);
}
Symbol 1749 Button
on (press, release) {
gotoAndStop (883);
}
Symbol 1750 Button
on (press, release) {
gotoAndStop (1059);
}
Symbol 1751 Button
on (press, release) {
gotoAndStop (408);
}
Symbol 1752 Button
on (press, release) {
gotoAndStop (891);
}
Symbol 1753 Button
on (press, release) {
gotoAndStop (1060);
}
Symbol 1754 Button
on (press, release) {
gotoAndStop (409);
}
Symbol 1755 Button
on (press, release) {
gotoAndStop (986);
}
Symbol 1756 Button
on (press, release) {
gotoAndStop (888);
}
Symbol 1757 Button
on (press, release) {
gotoAndStop (1061);
}
Symbol 1758 Button
on (press, release) {
gotoAndStop (410);
}
Symbol 1759 Button
on (press, release) {
gotoAndStop (987);
}
Symbol 1760 Button
on (press, release) {
gotoAndStop (889);
}
Symbol 1761 Button
on (press, release) {
gotoAndStop (1062);
}
Symbol 1762 Button
on (press, release) {
gotoAndStop (411);
}
Symbol 1763 Button
on (press, release) {
gotoAndStop (988);
}
Symbol 1764 Button
on (press, release) {
gotoAndStop (890);
}
Symbol 1765 Button
on (press, release) {
gotoAndStop (887);
main3.attachMovie("vacuum1", "newname3", 1);
}
Symbol 1766 Button
on (press, release) {
gotoAndStop (1063);
}
Symbol 1767 Button
on (press, release) {
gotoAndStop (412);
}
Symbol 1768 Button
on (press, release) {
gotoAndStop (865);
}
Symbol 1769 Button
on (press, release) {
gotoAndStop (891);
}
Symbol 1770 Button
on (press, release) {
gotoAndStop (1064);
}
Symbol 1771 Button
on (press, release) {
gotoAndStop (413);
}
Symbol 1772 Button
on (press, release) {
gotoAndStop (989);
}
Symbol 1773 Button
on (press, release) {
gotoAndStop (1065);
}
Symbol 1774 Button
on (press, release) {
gotoAndStop (414);
}
Symbol 1775 Button
on (press, release) {
gotoAndStop (990);
}
Symbol 1776 Button
on (press, release) {
gotoAndStop (1066);
}
Symbol 1777 Button
on (press, release) {
gotoAndStop (415);
}
Symbol 1778 Button
on (press, release) {
gotoAndStop (991);
}
Symbol 1779 Button
on (press, release) {
gotoAndStop (1067);
}
Symbol 1780 Button
on (press, release) {
gotoAndStop (416);
}
Symbol 1781 Button
on (press, release) {
gotoAndStop (898);
}
Symbol 1782 Button
on (press, release) {
gotoAndStop (1068);
}
Symbol 1783 Button
on (press, release) {
gotoAndStop (417);
}
Symbol 1784 Button
on (press, release) {
gotoAndStop (866);
}
Symbol 1785 Button
on (press, release) {
gotoAndStop (1069);
}
Symbol 1786 Button
on (press, release) {
gotoAndStop (418);
}
Symbol 1787 Button
on (press, release) {
gotoAndStop (1199);
}
Symbol 1788 Button
on (press, release) {
gotoAndStop (1070);
}
Symbol 1789 Button
on (press, release) {
gotoAndStop (419);
}
Symbol 1790 Button
on (press, release) {
gotoAndStop (993);
}
Symbol 1791 Button
on (press, release) {
gotoAndStop (895);
}
Symbol 1792 Button
on (press, release) {
gotoAndStop (1071);
}
Symbol 1793 Button
on (press, release) {
gotoAndStop (420);
}
Symbol 1794 Button
on (press, release) {
gotoAndStop (994);
}
Symbol 1795 Button
on (press, release) {
gotoAndStop (896);
}
Symbol 1796 Button
on (press, release) {
gotoAndStop (1072);
}
Symbol 1797 Button
on (press, release) {
gotoAndStop (421);
}
Symbol 1798 Button
on (press, release) {
gotoAndStop (995);
}
Symbol 1799 Button
on (press, release) {
gotoAndStop (897);
}
Symbol 1800 Button
on (press, release) {
gotoAndStop (1073);
}
Symbol 1801 Button
on (press, release) {
gotoAndStop (422);
}
Symbol 1802 Button
on (press, release) {
gotoAndStop (870);
}
Symbol 1803 Button
on (press, release) {
gotoAndStop (898);
}
Symbol 1804 Button
on (press, release) {
gotoAndStop (1074);
}
Symbol 1805 Button
on (press, release) {
gotoAndStop (423);
}
Symbol 1806 Button
on (press, release) {
gotoAndStop (492);
}
Symbol 1807 Button
on (press, release) {
gotoAndStop (1075);
}
Symbol 1808 Button
on (press, release) {
gotoAndStop (424);
}
Symbol 1809 Button
on (press, release) {
gotoAndStop (893);
}
Symbol 1810 Button
on (press, release) {
gotoAndStop (1076);
}
Symbol 1811 Button
on (press, release) {
gotoAndStop (425);
}
Symbol 1812 Button
on (press, release) {
gotoAndStop (894);
}
Symbol 1813 Button
on (press, release) {
gotoAndStop (898);
main3.attachMovie("vacuum1", "newname3", 1);
}
Symbol 1814 Button
on (press, release) {
gotoAndStop (1077);
}
Symbol 1815 Button
on (press, release) {
gotoAndStop (426);
}
Symbol 1816 Button
on (press, release) {
gotoAndStop (873);
}
Symbol 1817 Button
on (press, release) {
gotoAndStop (899);
main3.attachMovie("vacuum1", "newname3", 1);
}
Symbol 1818 Button
on (press, release) {
gotoAndStop (1078);
}
Symbol 1819 Button
on (press, release) {
gotoAndStop (427);
}
Symbol 1820 Button
on (press, release) {
gotoAndStop (888);
}
Symbol 1821 Button
on (press, release) {
gotoAndStop (900);
main3.attachMovie("vacuum1", "newname3", 1);
}
Symbol 1822 Button
on (press, release) {
gotoAndStop (1079);
}
Symbol 1823 Button
on (press, release) {
gotoAndStop (428);
}
Symbol 1824 Button
on (press, release) {
gotoAndStop (889);
}
Symbol 1825 Button
on (press, release) {
gotoAndStop (901);
main3.attachMovie("vacuum1", "newname3", 1);
}
Symbol 1826 Button
on (press, release) {
gotoAndStop (1080);
}
Symbol 1827 Button
on (press, release) {
gotoAndStop (429);
}
Symbol 1828 Button
on (press, release) {
gotoAndStop (890);
}
Symbol 1829 Button
on (press, release) {
gotoAndStop (1081);
}
Symbol 1830 Button
on (press, release) {
gotoAndStop (430);
}
Symbol 1831 Button
on (press, release) {
gotoAndStop (899);
}
Symbol 1832 Button
on (press, release) {
gotoAndStop (1082);
}
Symbol 1833 Button
on (press, release) {
gotoAndStop (431);
}
Symbol 1834 Button
on (press, release) {
gotoAndStop (900);
}
Symbol 1835 Button
on (press, release) {
gotoAndStop (1083);
}
Symbol 1836 Button
on (press, release) {
gotoAndStop (432);
}
Symbol 1837 Button
on (press, release) {
gotoAndStop (901);
}
Symbol 1838 Button
on (press, release) {
gotoAndStop (1084);
}
Symbol 1839 Button
on (press, release) {
gotoAndStop (433);
}
Symbol 1840 Button
on (press, release) {
gotoAndStop (881);
}
Symbol 1841 Button
on (press, release) {
gotoAndStop (1085);
}
Symbol 1842 Button
on (press, release) {
gotoAndStop (434);
}
Symbol 1843 Button
on (press, release) {
gotoAndStop (895);
}
Symbol 1844 Button
on (press, release) {
gotoAndStop (1086);
}
Symbol 1845 Button
on (press, release) {
gotoAndStop (435);
}
Symbol 1846 Button
on (press, release) {
gotoAndStop (896);
}
Symbol 1847 Button
on (press, release) {
gotoAndStop (1087);
}
Symbol 1848 Button
on (press, release) {
gotoAndStop (436);
}
Symbol 1849 Button
on (press, release) {
gotoAndStop (897);
}
Symbol 1850 Button
on (press, release) {
gotoAndStop (1088);
}
Symbol 1851 Button
on (press, release) {
gotoAndStop (437);
}
Symbol 1852 Button
on (press, release) {
gotoAndStop (867);
}
Symbol 1853 Button
on (press, release) {
gotoAndStop (989);
}
Symbol 1854 Button
on (press, release) {
gotoAndStop (1089);
}
Symbol 1855 Button
on (press, release) {
gotoAndStop (438);
}
Symbol 1856 Button
on (press, release) {
gotoAndStop (868);
}
Symbol 1857 Button
on (press, release) {
gotoAndStop (990);
}
Symbol 1858 Button
on (press, release) {
gotoAndStop (1090);
}
Symbol 1859 Button
on (press, release) {
gotoAndStop (439);
}
Symbol 1860 Button
on (press, release) {
gotoAndStop (991);
}
Symbol 1861 Button
on (press, release) {
gotoAndStop (1091);
}
Symbol 1862 Button
on (press, release) {
gotoAndStop (440);
}
Symbol 1863 Button
on (press, release) {
gotoAndStop (909);
}
Symbol 1864 Button
on (press, release) {
gotoAndStop (1092);
}
Symbol 1865 Button
on (press, release) {
gotoAndStop (441);
}
Symbol 1866 Button
on (press, release) {
gotoAndStop (913);
}
Symbol 1867 Button
on (press, release) {
gotoAndStop (1093);
}
Symbol 1868 Button
on (press, release) {
gotoAndStop (442);
}
Symbol 1869 Button
on (press, release) {
gotoAndStop (914);
}
Symbol 1870 Button
on (press, release) {
gotoAndStop (1094);
}
Symbol 1871 Button
on (press, release) {
gotoAndStop (443);
}
Symbol 1872 Button
on (press, release) {
gotoAndStop (915);
}
Symbol 1873 Button
on (press, release) {
gotoAndStop (1095);
}
Symbol 1874 Button
on (press, release) {
gotoAndStop (444);
}
Symbol 1875 Button
on (press, release) {
gotoAndStop (905);
}
Symbol 1876 Button
on (press, release) {
gotoAndStop (1096);
}
Symbol 1877 Button
on (press, release) {
gotoAndStop (445);
}
Symbol 1878 Button
on (press, release) {
gotoAndStop (933);
}
Symbol 1879 Button
on (press, release) {
gotoAndStop (1097);
}
Symbol 1880 Button
on (press, release) {
gotoAndStop (446);
}
Symbol 1881 Button
on (press, release) {
gotoAndStop (955);
}
Symbol 1882 Button
on (press, release) {
gotoAndStop (1098);
}
Symbol 1883 Button
on (press, release) {
gotoAndStop (447);
}
Symbol 1884 Button
on (press, release) {
gotoAndStop (1241);
}
Symbol 1885 Button
on (press, release) {
gotoAndStop (1099);
}
Symbol 1886 Button
on (press, release) {
gotoAndStop (448);
}
Symbol 1887 Button
on (press, release) {
gotoAndStop (906);
}
Symbol 1888 Button
on (press, release) {
gotoAndStop (1100);
}
Symbol 1889 Button
on (press, release) {
gotoAndStop (449);
}
Symbol 1890 Button
on (press, release) {
gotoAndStop (907);
}
Symbol 1891 Button
on (press, release) {
gotoAndStop (1101);
}
Symbol 1892 Button
on (press, release) {
gotoAndStop (450);
}
Symbol 1893 Button
on (press, release) {
gotoAndStop (908);
}
Symbol 1894 Button
on (press, release) {
gotoAndStop (1102);
}
Symbol 1895 Button
on (press, release) {
gotoAndStop (451);
}
Symbol 1896 Button
on (press, release) {
gotoAndStop (1103);
}
Symbol 1897 Button
on (press, release) {
gotoAndStop (452);
}
Symbol 1898 Button
on (press, release) {
gotoAndStop (1104);
}
Symbol 1899 Button
on (press, release) {
gotoAndStop (453);
}
Symbol 1900 Button
on (press, release) {
gotoAndStop (1105);
}
Symbol 1901 Button
on (press, release) {
gotoAndStop (454);
}
Symbol 1902 Button
on (press, release) {
gotoAndStop (922);
}
Symbol 1903 Button
on (press, release) {
gotoAndStop (1106);
}
Symbol 1904 Button
on (press, release) {
gotoAndStop (455);
}
Symbol 1905 Button
on (press, release) {
gotoAndStop (923);
}
Symbol 1906 Button
on (press, release) {
gotoAndStop (1107);
}
Symbol 1907 Button
on (press, release) {
gotoAndStop (456);
}
Symbol 1908 Button
on (press, release) {
gotoAndStop (924);
}
Symbol 1909 Button
on (press, release) {
gotoAndStop (1108);
}
Symbol 1910 Button
on (press, release) {
gotoAndStop (457);
}
Symbol 1911 Button
on (press, release) {
gotoAndStop (919);
}
Symbol 1912 Button
on (press, release) {
gotoAndStop (1109);
}
Symbol 1913 Button
on (press, release) {
gotoAndStop (458);
}
Symbol 1914 Button
on (press, release) {
gotoAndStop (920);
}
Symbol 1915 Button
on (press, release) {
gotoAndStop (1110);
}
Symbol 1916 Button
on (press, release) {
gotoAndStop (459);
}
Symbol 1917 Button
on (press, release) {
gotoAndStop (921);
}
Symbol 1918 Button
on (press, release) {
gotoAndStop (1111);
}
Symbol 1919 Button
on (press, release) {
gotoAndStop (460);
}
Symbol 1920 Button
on (press, release) {
gotoAndStop (929);
}
Symbol 1921 Button
on (press, release) {
gotoAndStop (910);
}
Symbol 1922 Button
on (press, release) {
gotoAndStop (1112);
}
Symbol 1923 Button
on (press, release) {
gotoAndStop (461);
}
Symbol 1924 Button
on (press, release) {
gotoAndStop (937);
}
Symbol 1925 Button
on (press, release) {
gotoAndStop (930);
}
Symbol 1926 Button
on (press, release) {
gotoAndStop (1113);
}
Symbol 1927 Button
on (press, release) {
gotoAndStop (462);
}
Symbol 1928 Button
on (press, release) {
gotoAndStop (938);
}
Symbol 1929 Button
on (press, release) {
gotoAndStop (931);
}
Symbol 1930 Button
on (press, release) {
gotoAndStop (1114);
}
Symbol 1931 Button
on (press, release) {
gotoAndStop (463);
}
Symbol 1932 Button
on (press, release) {
gotoAndStop (939);
}
Symbol 1933 Button
on (press, release) {
gotoAndStop (932);
}
Symbol 1934 Button
on (press, release) {
gotoAndStop (944);
main3.attachMovie("vacuum1", "newname3", 1);
}
Symbol 1935 Button
on (press, release) {
gotoAndStop (1115);
}
Symbol 1936 Button
on (press, release) {
gotoAndStop (464);
}
Symbol 1937 Button
on (press, release) {
gotoAndStop (925);
}
Symbol 1938 Button
on (press, release) {
gotoAndStop (933);
}
Symbol 1939 Button
on (press, release) {
gotoAndStop (1116);
}
Symbol 1940 Button
on (press, release) {
gotoAndStop (465);
}
Symbol 1941 Button
on (press, release) {
gotoAndStop (934);
}
Symbol 1942 Button
on (press, release) {
gotoAndStop (1117);
}
Symbol 1943 Button
on (press, release) {
gotoAndStop (466);
}
Symbol 1944 Button
on (press, release) {
gotoAndStop (935);
}
Symbol 1945 Button
on (press, release) {
gotoAndStop (1118);
}
Symbol 1946 Button
on (press, release) {
gotoAndStop (467);
}
Symbol 1947 Button
on (press, release) {
gotoAndStop (936);
}
Symbol 1948 Button
on (press, release) {
gotoAndStop (955);
main3.attachMovie("vacuum1", "newname3", 1);
}
Symbol 1949 Button
on (press, release) {
gotoAndStop (1119);
}
Symbol 1950 Button
on (press, release) {
gotoAndStop (468);
}
Symbol 1951 Button
on (press, release) {
gotoAndStop (910);
}
Symbol 1952 Button
on (press, release) {
gotoAndStop (922);
main3.attachMovie("vacuum1", "newname3", 1);
}
Symbol 1953 Button
on (press, release) {
gotoAndStop (1120);
}
Symbol 1954 Button
on (press, release) {
gotoAndStop (469);
}
Symbol 1955 Button
on (press, release) {
gotoAndStop (930);
}
Symbol 1956 Button
on (press, release) {
gotoAndStop (923);
main3.attachMovie("vacuum1", "newname3", 1);
}
Symbol 1957 Button
on (press, release) {
gotoAndStop (1121);
}
Symbol 1958 Button
on (press, release) {
gotoAndStop (470);
}
Symbol 1959 Button
on (press, release) {
gotoAndStop (931);
}
Symbol 1960 Button
on (press, release) {
gotoAndStop (924);
main3.attachMovie("vacuum1", "newname3", 1);
}
Symbol 1961 Button
on (press, release) {
gotoAndStop (1122);
}
Symbol 1962 Button
on (press, release) {
gotoAndStop (471);
}
Symbol 1963 Button
on (press, release) {
gotoAndStop (932);
}
Symbol 1964 Button
on (press, release) {
gotoAndStop (945);
main3.attachMovie("vacuum1", "newname3", 1);
}
Symbol 1965 Button
on (press, release) {
gotoAndStop (1123);
}
Symbol 1966 Button
on (press, release) {
gotoAndStop (472);
}
Symbol 1967 Button
on (press, release) {
gotoAndStop (926);
}
Symbol 1968 Button
on (press, release) {
gotoAndStop (934);
}
Symbol 1969 Button
on (press, release) {
gotoAndStop (946);
main3.attachMovie("vacuum1", "newname3", 1);
}
Symbol 1970 Button
on (press, release) {
gotoAndStop (1124);
}
Symbol 1971 Button
on (press, release) {
gotoAndStop (473);
}
Symbol 1972 Button
on (press, release) {
gotoAndStop (927);
}
Symbol 1973 Button
on (press, release) {
gotoAndStop (935);
}
Symbol 1974 Button
on (press, release) {
gotoAndStop (947);
main3.attachMovie("vacuum1", "newname3", 1);
}
Symbol 1975 Button
on (press, release) {
gotoAndStop (1125);
}
Symbol 1976 Button
on (press, release) {
gotoAndStop (474);
}
Symbol 1977 Button
on (press, release) {
gotoAndStop (928);
}
Symbol 1978 Button
on (press, release) {
gotoAndStop (936);
}
Symbol 1979 Button
on (press, release) {
gotoAndStop (1126);
}
Symbol 1980 Button
on (press, release) {
gotoAndStop (475);
}
Symbol 1981 Button
on (press, release) {
gotoAndStop (944);
}
Symbol 1982 Button
on (press, release) {
gotoAndStop (911);
}
Symbol 1983 Button
on (press, release) {
gotoAndStop (1127);
}
Symbol 1984 Button
on (press, release) {
gotoAndStop (476);
}
Symbol 1985 Button
on (press, release) {
gotoAndStop (945);
}
Symbol 1986 Button
on (press, release) {
gotoAndStop (919);
}
Symbol 1987 Button
on (press, release) {
gotoAndStop (1128);
}
Symbol 1988 Button
on (press, release) {
gotoAndStop (477);
}
Symbol 1989 Button
on (press, release) {
gotoAndStop (946);
}
Symbol 1990 Button
on (press, release) {
gotoAndStop (920);
}
Symbol 1991 Button
on (press, release) {
gotoAndStop (1129);
}
Symbol 1992 Button
on (press, release) {
gotoAndStop (478);
}
Symbol 1993 Button
on (press, release) {
gotoAndStop (947);
}
Symbol 1994 Button
on (press, release) {
gotoAndStop (921);
}
Symbol 1995 Button
on (press, release) {
gotoAndStop (1130);
}
Symbol 1996 Button
on (press, release) {
gotoAndStop (479);
}
Symbol 1997 Button
on (press, release) {
gotoAndStop (940);
}
Symbol 1998 Button
on (press, release) {
gotoAndStop (955);
}
Symbol 1999 Button
on (press, release) {
gotoAndStop (1131);
}
Symbol 2000 Button
on (press, release) {
gotoAndStop (480);
}
Symbol 2001 Button
on (press, release) {
gotoAndStop (941);
}
Symbol 2002 Button
on (press, release) {
gotoAndStop (922);
}
Symbol 2003 Button
on (press, release) {
gotoAndStop (1132);
}
Symbol 2004 Button
on (press, release) {
gotoAndStop (481);
}
Symbol 2005 Button
on (press, release) {
gotoAndStop (942);
}
Symbol 2006 Button
on (press, release) {
gotoAndStop (923);
}
Symbol 2007 Button
on (press, release) {
gotoAndStop (1133);
}
Symbol 2008 Button
on (press, release) {
gotoAndStop (482);
}
Symbol 2009 Button
on (press, release) {
gotoAndStop (943);
}
Symbol 2010 Button
on (press, release) {
gotoAndStop (924);
}
Symbol 2011 Button
on (press, release) {
gotoAndStop (1134);
}
Symbol 2012 Button
on (press, release) {
gotoAndStop (483);
}
Symbol 2013 Button
on (press, release) {
gotoAndStop (951);
}
Symbol 2014 Button
on (press, release) {
gotoAndStop (906);
}
Symbol 2015 Button
on (press, release) {
gotoAndStop (1135);
}
Symbol 2016 Button
on (press, release) {
gotoAndStop (484);
}
Symbol 2017 Button
on (press, release) {
gotoAndStop (952);
}
Symbol 2018 Button
on (press, release) {
gotoAndStop (907);
}
Symbol 2019 Button
on (press, release) {
gotoAndStop (1136);
}
Symbol 2020 Button
on (press, release) {
gotoAndStop (485);
}
Symbol 2021 Button
on (press, release) {
gotoAndStop (953);
}
Symbol 2022 Button
on (press, release) {
gotoAndStop (908);
}
Symbol 2023 Button
on (press, release) {
gotoAndStop (1137);
}
Symbol 2024 Button
on (press, release) {
gotoAndStop (486);
}
Symbol 2025 Button
on (press, release) {
gotoAndStop (948);
}
Symbol 2026 Button
on (press, release) {
gotoAndStop (913);
}
Symbol 2027 Button
on (press, release) {
gotoAndStop (1138);
}
Symbol 2028 Button
on (press, release) {
gotoAndStop (487);
}
Symbol 2029 Button
on (press, release) {
gotoAndStop (949);
}
Symbol 2030 Button
on (press, release) {
gotoAndStop (914);
}
Symbol 2031 Button
on (press, release) {
gotoAndStop (1139);
}
Symbol 2032 Button
on (press, release) {
gotoAndStop (488);
}
Symbol 2033 Button
on (press, release) {
gotoAndStop (950);
}
Symbol 2034 Button
on (press, release) {
gotoAndStop (915);
}
Symbol 2035 Button
on (press, release) {
gotoAndStop (1140);
}
Symbol 2036 Button
on (press, release) {
gotoAndStop (489);
}
Symbol 2037 Button
on (press, release) {
gotoAndStop (863);
}
Symbol 2038 Button
on (press, release) {
gotoAndStop (909);
}
Symbol 2039 Button
on (press, release) {
gotoAndStop (911);
}
Symbol 2040 Button
on (press, release) {
gotoAndStop (986);
}
Symbol 2041 Button
on (press, release) {
gotoAndStop (997);
}
Symbol 2042 Button
on (press, release) {
gotoAndStop (959);
}
Symbol 2043 Button
on (press, release) {
gotoAndStop (962);
}
Symbol 2044 Button
on (press, release) {
gotoAndStop (965);
}
Symbol 2045 Button
on (press, release) {
gotoAndStop (968);
}
Symbol 2046 Button
on (press, release) {
gotoAndStop (987);
}
Symbol 2047 Button
on (press, release) {
gotoAndStop (998);
}
Symbol 2048 Button
on (press, release) {
gotoAndStop (960);
}
Symbol 2049 Button
on (press, release) {
gotoAndStop (963);
}
Symbol 2050 Button
on (press, release) {
gotoAndStop (966);
}
Symbol 2051 Button
on (press, release) {
gotoAndStop (969);
}
Symbol 2052 Button
on (press, release) {
gotoAndStop (988);
}
Symbol 2053 Button
on (press, release) {
gotoAndStop (999);
}
Symbol 2054 Button
on (press, release) {
gotoAndStop (961);
}
Symbol 2055 Button
on (press, release) {
gotoAndStop (964);
}
Symbol 2056 Button
on (press, release) {
gotoAndStop (967);
}
Symbol 2057 Button
on (press, release) {
gotoAndStop (970);
}
Symbol 2058 Button
on (press, release) {
gotoAndStop (956);
}
Symbol 2059 Button
on (press, release) {
gotoAndStop (957);
}
Symbol 2060 Button
on (press, release) {
gotoAndStop (958);
}
Symbol 2061 Button
on (press, release) {
gotoAndStop (956);
}
Symbol 2062 Button
on (press, release) {
gotoAndStop (957);
}
Symbol 2063 Button
on (press, release) {
gotoAndStop (958);
}
Symbol 2064 Button
on (press, release) {
gotoAndStop (956);
}
Symbol 2065 Button
on (press, release) {
gotoAndStop (957);
}
Symbol 2066 Button
on (press, release) {
gotoAndStop (965);
}
Symbol 2067 Button
on (press, release) {
gotoAndStop (958);
}
Symbol 2068 Button
on (press, release) {
gotoAndStop (966);
}
Symbol 2069 Button
on (press, release) {
gotoAndStop (956);
}
Symbol 2070 Button
on (press, release) {
gotoAndStop (957);
}
Symbol 2071 Button
on (press, release) {
gotoAndStop (958);
}
Symbol 2072 Button
on (press, release) {
gotoAndStop (989);
}
Symbol 2073 Button
on (press, release) {
gotoAndStop (1000);
}
Symbol 2074 Button
on (press, release) {
gotoAndStop (974);
}
Symbol 2075 Button
on (press, release) {
gotoAndStop (977);
}
Symbol 2076 Button
on (press, release) {
gotoAndStop (980);
}
Symbol 2077 Button
on (press, release) {
gotoAndStop (520);
}
Symbol 2078 Button
on (press, release) {
gotoAndStop (983);
}
Symbol 2079 Button
on (press, release) {
gotoAndStop (990);
}
Symbol 2080 Button
on (press, release) {
gotoAndStop (1001);
}
Symbol 2081 Button
on (press, release) {
gotoAndStop (975);
}
Symbol 2082 Button
on (press, release) {
gotoAndStop (978);
}
Symbol 2083 Button
on (press, release) {
gotoAndStop (981);
}
Symbol 2084 Button
on (press, release) {
gotoAndStop (521);
}
Symbol 2085 Button
on (press, release) {
gotoAndStop (984);
}
Symbol 2086 Button
on (press, release) {
gotoAndStop (991);
}
Symbol 2087 Button
on (press, release) {
gotoAndStop (1002);
}
Symbol 2088 Button
on (press, release) {
gotoAndStop (976);
}
Symbol 2089 Button
on (press, release) {
gotoAndStop (979);
}
Symbol 2090 Button
on (press, release) {
gotoAndStop (982);
}
Symbol 2091 Button
on (press, release) {
gotoAndStop (522);
}
Symbol 2092 Button
on (press, release) {
gotoAndStop (985);
}
Symbol 2093 Button
on (press, release) {
gotoAndStop (971);
}
Symbol 2094 Button
on (press, release) {
gotoAndStop (983);
}
Symbol 2095 Button
on (press, release) {
gotoAndStop (613);
}
Symbol 2096 Button
on (press, release) {
gotoAndStop (972);
}
Symbol 2097 Button
on (press, release) {
gotoAndStop (984);
}
Symbol 2098 Button
on (press, release) {
gotoAndStop (614);
}
Symbol 2099 Button
on (press, release) {
gotoAndStop (973);
}
Symbol 2100 Button
on (press, release) {
gotoAndStop (985);
}
Symbol 2101 Button
on (press, release) {
gotoAndStop (615);
}
Symbol 2102 Button
on (press, release) {
gotoAndStop (980);
}
Symbol 2103 Button
on (press, release) {
gotoAndStop (980);
}
Symbol 2104 Button
on (press, release) {
gotoAndStop (706);
}
Symbol 2105 Button
on (press, release) {
gotoAndStop (983);
}
Symbol 2108 Button
on (press, release) {
gotoAndStop (707);
}
Symbol 2109 Button
on (press, release) {
gotoAndStop (984);
}
Symbol 2110 Button
on (press, release) {
gotoAndStop (708);
}
Symbol 2111 Button
on (press, release) {
gotoAndStop (985);
}
Symbol 2112 Button
on (press, release) {
gotoAndStop (799);
}
Symbol 2113 Button
on (press, release) {
gotoAndStop (983);
}
Symbol 2114 Button
on (press, release) {
gotoAndStop (800);
}
Symbol 2115 Button
on (press, release) {
gotoAndStop (984);
}
Symbol 2116 Button
on (press, release) {
gotoAndStop (801);
}
Symbol 2117 Button
on (press, release) {
gotoAndStop (985);
}
Symbol 2118 Button
on (press, release) {
gotoAndStop (427);
}
Symbol 2119 Button
on (press, release) {
gotoAndStop (428);
}
Symbol 2120 Button
on (press, release) {
gotoAndStop (429);
}
Symbol 2121 Button
on (press, release) {
gotoAndStop (993);
main3.attachMovie("vacuum1", "newname3", 1);
}
Symbol 2122 Button
on (press, release) {
gotoAndStop (1003);
}
Symbol 2123 Button
on (press, release) {
gotoAndStop (956);
}
Symbol 2124 Button
on (press, release) {
gotoAndStop (874);
}
Symbol 2125 Button
on (press, release) {
gotoAndStop (892);
}
Symbol 2126 Button
on (press, release) {
gotoAndStop (994);
main3.attachMovie("vacuum1", "newname3", 1);
}
Symbol 2127 Button
on (press, release) {
gotoAndStop (1004);
}
Symbol 2128 Button
on (press, release) {
gotoAndStop (957);
}
Symbol 2129 Button
on (press, release) {
gotoAndStop (875);
}
Symbol 2130 Button
on (press, release) {
gotoAndStop (893);
}
Symbol 2131 Button
on (press, release) {
gotoAndStop (995);
main3.attachMovie("vacuum1", "newname3", 1);
}
Symbol 2132 Button
on (press, release) {
gotoAndStop (1005);
}
Symbol 2133 Button
on (press, release) {
gotoAndStop (958);
}
Symbol 2134 Button
on (press, release) {
gotoAndStop (876);
}
Symbol 2135 Button
on (press, release) {
gotoAndStop (894);
}
Symbol 2136 Button
on (press, release) {
gotoAndStop (1006);
}
Symbol 2137 Button
on (press, release) {
gotoAndStop (983);
}
Symbol 2138 Button
on (press, release) {
gotoAndStop (878);
}
Symbol 2139 Button
on (press, release) {
gotoAndStop (1007);
}
Symbol 2140 Button
on (press, release) {
gotoAndStop (984);
}
Symbol 2141 Button
on (press, release) {
gotoAndStop (879);
}
Symbol 2142 Button
on (press, release) {
gotoAndStop (1008);
}
Symbol 2143 Button
on (press, release) {
gotoAndStop (985);
}
Symbol 2144 Button
on (press, release) {
gotoAndStop (880);
}
Symbol 2145 Button
on (press, release) {
gotoAndStop (884);
}
Symbol 2146 Button
on (press, release) {
gotoAndStop (899);
}
Symbol 2147 Button
on (press, release) {
gotoAndStop (885);
}
Symbol 2148 Button
on (press, release) {
gotoAndStop (900);
}
Symbol 2149 Button
on (press, release) {
gotoAndStop (886);
}
Symbol 2150 Button
on (press, release) {
gotoAndStop (901);
}
Symbol 2151 Button
on (press, release) {
gotoAndStop (956);
}
Symbol 2152 Button
on (press, release) {
gotoAndStop (1003);
}
Symbol 2153 Button
on (press, release) {
gotoAndStop (957);
}
Symbol 2154 Button
on (press, release) {
gotoAndStop (1004);
}
Symbol 2155 Button
on (press, release) {
gotoAndStop (958);
}
Symbol 2156 Button
on (press, release) {
gotoAndStop (1005);
}
Symbol 2157 Button
on (press, release) {
gotoAndStop (983);
}
Symbol 2158 Button
on (press, release) {
gotoAndStop (1006);
}
Symbol 2159 Button
on (press, release) {
gotoAndStop (984);
}
Symbol 2160 Button
on (press, release) {
gotoAndStop (1007);
}
Symbol 2161 Button
on (press, release) {
gotoAndStop (985);
}
Symbol 2162 Button
on (press, release) {
gotoAndStop (1008);
}
Symbol 2174 Button
on (press, release) {
gotoAndStop (997);
}
Symbol 2175 Button
on (press, release) {
gotoAndStop (986);
}
Symbol 2178 Button
on (press, release) {
gotoAndStop (998);
}
Symbol 2179 Button
on (press, release) {
gotoAndStop (987);
}
Symbol 2182 Button
on (press, release) {
gotoAndStop (999);
}
Symbol 2183 Button
on (press, release) {
gotoAndStop (988);
}
Symbol 2184 Button
on (press, release) {
gotoAndStop (1000);
}
Symbol 2185 Button
on (press, release) {
gotoAndStop (989);
}
Symbol 2186 Button
on (press, release) {
gotoAndStop (1001);
}
Symbol 2187 Button
on (press, release) {
gotoAndStop (990);
}
Symbol 2188 Button
on (press, release) {
gotoAndStop (1002);
}
Symbol 2189 Button
on (press, release) {
gotoAndStop (991);
}
Symbol 2192 Button
on (press, release) {
gotoAndStop (305);
}
Symbol 2193 Button
on (press, release) {
gotoAndStop (863);
}
Symbol 2196 Button
on (press, release) {
gotoAndStop (306);
}
Symbol 2197 Button
on (press, release) {
gotoAndStop (864);
}
Symbol 2198 Button
on (press, release) {
gotoAndStop (307);
}
Symbol 2199 Button
on (press, release) {
gotoAndStop (865);
}
Symbol 2200 Button
on (press, release) {
gotoAndStop (308);
}
Symbol 2201 Button
on (press, release) {
gotoAndStop (866);
}
Symbol 2202 Button
on (press, release) {
gotoAndStop (309);
}
Symbol 2203 Button
on (press, release) {
gotoAndStop (867);
}
Symbol 2204 Button
on (press, release) {
gotoAndStop (310);
}
Symbol 2205 Button
on (press, release) {
gotoAndStop (868);
}
Symbol 2206 Button
on (press, release) {
gotoAndStop (311);
}
Symbol 2207 Button
on (press, release) {
gotoAndStop (869);
}
Symbol 2208 Button
on (press, release) {
gotoAndStop (312);
}
Symbol 2209 Button
on (press, release) {
gotoAndStop (870);
}
Symbol 2210 Button
on (press, release) {
gotoAndStop (313);
}
Symbol 2211 Button
on (press, release) {
gotoAndStop (871);
}
Symbol 2212 Button
on (press, release) {
gotoAndStop (314);
}
Symbol 2213 Button
on (press, release) {
gotoAndStop (872);
}
Symbol 2214 Button
on (press, release) {
gotoAndStop (315);
}
Symbol 2215 Button
on (press, release) {
gotoAndStop (873);
}
Symbol 2216 Button
on (press, release) {
gotoAndStop (316);
}
Symbol 2217 Button
on (press, release) {
gotoAndStop (874);
}
Symbol 2218 Button
on (press, release) {
gotoAndStop (317);
}
Symbol 2219 Button
on (press, release) {
gotoAndStop (875);
}
Symbol 2220 Button
on (press, release) {
gotoAndStop (318);
}
Symbol 2221 Button
on (press, release) {
gotoAndStop (876);
}
Symbol 2222 Button
on (press, release) {
gotoAndStop (319);
}
Symbol 2223 Button
on (press, release) {
gotoAndStop (877);
}
Symbol 2224 Button
on (press, release) {
gotoAndStop (320);
}
Symbol 2225 Button
on (press, release) {
gotoAndStop (878);
}
Symbol 2226 Button
on (press, release) {
gotoAndStop (321);
}
Symbol 2227 Button
on (press, release) {
gotoAndStop (879);
}
Symbol 2228 Button
on (press, release) {
gotoAndStop (322);
}
Symbol 2229 Button
on (press, release) {
gotoAndStop (880);
}
Symbol 2230 Button
on (press, release) {
gotoAndStop (323);
}
Symbol 2231 Button
on (press, release) {
gotoAndStop (881);
}
Symbol 2232 Button
on (press, release) {
gotoAndStop (324);
}
Symbol 2233 Button
on (press, release) {
gotoAndStop (882);
}
Symbol 2234 Button
on (press, release) {
gotoAndStop (325);
}
Symbol 2235 Button
on (press, release) {
gotoAndStop (883);
}
Symbol 2236 Button
on (press, release) {
gotoAndStop (326);
}
Symbol 2237 Button
on (press, release) {
gotoAndStop (884);
}
Symbol 2238 Button
on (press, release) {
gotoAndStop (327);
}
Symbol 2239 Button
on (press, release) {
gotoAndStop (885);
}
Symbol 2240 Button
on (press, release) {
gotoAndStop (328);
}
Symbol 2241 Button
on (press, release) {
gotoAndStop (886);
}
Symbol 2242 Button
on (press, release) {
gotoAndStop (329);
}
Symbol 2243 Button
on (press, release) {
gotoAndStop (887);
}
Symbol 2244 Button
on (press, release) {
gotoAndStop (330);
}
Symbol 2245 Button
on (press, release) {
gotoAndStop (888);
}
Symbol 2246 Button
on (press, release) {
gotoAndStop (331);
}
Symbol 2247 Button
on (press, release) {
gotoAndStop (889);
}
Symbol 2248 Button
on (press, release) {
gotoAndStop (332);
}
Symbol 2249 Button
on (press, release) {
gotoAndStop (890);
}
Symbol 2250 Button
on (press, release) {
gotoAndStop (333);
}
Symbol 2251 Button
on (press, release) {
gotoAndStop (891);
}
Symbol 2252 Button
on (press, release) {
gotoAndStop (334);
}
Symbol 2253 Button
on (press, release) {
gotoAndStop (892);
}
Symbol 2254 Button
on (press, release) {
gotoAndStop (335);
}
Symbol 2255 Button
on (press, release) {
gotoAndStop (893);
}
Symbol 2256 Button
on (press, release) {
gotoAndStop (336);
}
Symbol 2257 Button
on (press, release) {
gotoAndStop (894);
}
Symbol 2258 Button
on (press, release) {
gotoAndStop (337);
}
Symbol 2259 Button
on (press, release) {
gotoAndStop (895);
}
Symbol 2260 Button
on (press, release) {
gotoAndStop (338);
}
Symbol 2261 Button
on (press, release) {
gotoAndStop (896);
}
Symbol 2262 Button
on (press, release) {
gotoAndStop (339);
}
Symbol 2263 Button
on (press, release) {
gotoAndStop (897);
}
Symbol 2264 Button
on (press, release) {
gotoAndStop (340);
}
Symbol 2265 Button
on (press, release) {
gotoAndStop (898);
}
Symbol 2266 Button
on (press, release) {
gotoAndStop (341);
}
Symbol 2267 Button
on (press, release) {
gotoAndStop (899);
}
Symbol 2268 Button
on (press, release) {
gotoAndStop (342);
}
Symbol 2269 Button
on (press, release) {
gotoAndStop (900);
}
Symbol 2270 Button
on (press, release) {
gotoAndStop (343);
}
Symbol 2271 Button
on (press, release) {
gotoAndStop (901);
}
Symbol 2272 Button
on (press, release) {
gotoAndStop (344);
}
Symbol 2273 Button
on (press, release) {
gotoAndStop (902);
}
Symbol 2274 Button
on (press, release) {
gotoAndStop (345);
}
Symbol 2275 Button
on (press, release) {
gotoAndStop (903);
}
Symbol 2276 Button
on (press, release) {
gotoAndStop (346);
}
Symbol 2277 Button
on (press, release) {
gotoAndStop (904);
}
Symbol 2278 Button
on (press, release) {
gotoAndStop (347);
}
Symbol 2279 Button
on (press, release) {
gotoAndStop (905);
}
Symbol 2280 Button
on (press, release) {
gotoAndStop (348);
}
Symbol 2281 Button
on (press, release) {
gotoAndStop (906);
}
Symbol 2282 Button
on (press, release) {
gotoAndStop (349);
}
Symbol 2283 Button
on (press, release) {
gotoAndStop (907);
}
Symbol 2284 Button
on (press, release) {
gotoAndStop (350);
}
Symbol 2285 Button
on (press, release) {
gotoAndStop (908);
}
Symbol 2286 Button
on (press, release) {
gotoAndStop (351);
}
Symbol 2287 Button
on (press, release) {
gotoAndStop (909);
}
Symbol 2288 Button
on (press, release) {
gotoAndStop (352);
}
Symbol 2289 Button
on (press, release) {
gotoAndStop (910);
}
Symbol 2290 Button
on (press, release) {
gotoAndStop (353);
}
Symbol 2291 Button
on (press, release) {
gotoAndStop (911);
}
Symbol 2292 Button
on (press, release) {
gotoAndStop (354);
}
Symbol 2293 Button
on (press, release) {
gotoAndStop (912);
}
Symbol 2294 Button
on (press, release) {
gotoAndStop (355);
}
Symbol 2295 Button
on (press, release) {
gotoAndStop (913);
}
Symbol 2296 Button
on (press, release) {
gotoAndStop (356);
}
Symbol 2297 Button
on (press, release) {
gotoAndStop (914);
}
Symbol 2298 Button
on (press, release) {
gotoAndStop (357);
}
Symbol 2299 Button
on (press, release) {
gotoAndStop (915);
}
Symbol 2300 Button
on (press, release) {
gotoAndStop (358);
}
Symbol 2301 Button
on (press, release) {
gotoAndStop (916);
}
Symbol 2302 Button
on (press, release) {
gotoAndStop (359);
}
Symbol 2303 Button
on (press, release) {
gotoAndStop (917);
}
Symbol 2304 Button
on (press, release) {
gotoAndStop (360);
}
Symbol 2305 Button
on (press, release) {
gotoAndStop (918);
}
Symbol 2306 Button
on (press, release) {
gotoAndStop (361);
}
Symbol 2307 Button
on (press, release) {
gotoAndStop (919);
}
Symbol 2308 Button
on (press, release) {
gotoAndStop (362);
}
Symbol 2309 Button
on (press, release) {
gotoAndStop (920);
}
Symbol 2310 Button
on (press, release) {
gotoAndStop (363);
}
Symbol 2311 Button
on (press, release) {
gotoAndStop (921);
}
Symbol 2312 Button
on (press, release) {
gotoAndStop (364);
}
Symbol 2313 Button
on (press, release) {
gotoAndStop (922);
}
Symbol 2314 Button
on (press, release) {
gotoAndStop (365);
}
Symbol 2315 Button
on (press, release) {
gotoAndStop (923);
}
Symbol 2316 Button
on (press, release) {
gotoAndStop (366);
}
Symbol 2317 Button
on (press, release) {
gotoAndStop (924);
}
Symbol 2318 Button
on (press, release) {
gotoAndStop (367);
}
Symbol 2319 Button
on (press, release) {
gotoAndStop (925);
}
Symbol 2320 Button
on (press, release) {
gotoAndStop (368);
}
Symbol 2321 Button
on (press, release) {
gotoAndStop (926);
}
Symbol 2322 Button
on (press, release) {
gotoAndStop (369);
}
Symbol 2323 Button
on (press, release) {
gotoAndStop (927);
}
Symbol 2324 Button
on (press, release) {
gotoAndStop (370);
}
Symbol 2325 Button
on (press, release) {
gotoAndStop (928);
}
Symbol 2326 Button
on (press, release) {
gotoAndStop (371);
}
Symbol 2327 Button
on (press, release) {
gotoAndStop (929);
}
Symbol 2328 Button
on (press, release) {
gotoAndStop (372);
}
Symbol 2329 Button
on (press, release) {
gotoAndStop (930);
}
Symbol 2330 Button
on (press, release) {
gotoAndStop (373);
}
Symbol 2331 Button
on (press, release) {
gotoAndStop (931);
}
Symbol 2332 Button
on (press, release) {
gotoAndStop (374);
}
Symbol 2333 Button
on (press, release) {
gotoAndStop (932);
}
Symbol 2334 Button
on (press, release) {
gotoAndStop (375);
}
Symbol 2335 Button
on (press, release) {
gotoAndStop (933);
}
Symbol 2336 Button
on (press, release) {
gotoAndStop (376);
}
Symbol 2337 Button
on (press, release) {
gotoAndStop (934);
}
Symbol 2338 Button
on (press, release) {
gotoAndStop (377);
}
Symbol 2339 Button
on (press, release) {
gotoAndStop (935);
}
Symbol 2340 Button
on (press, release) {
gotoAndStop (378);
}
Symbol 2341 Button
on (press, release) {
gotoAndStop (936);
}
Symbol 2342 Button
on (press, release) {
gotoAndStop (379);
}
Symbol 2343 Button
on (press, release) {
gotoAndStop (937);
}
Symbol 2344 Button
on (press, release) {
gotoAndStop (380);
}
Symbol 2345 Button
on (press, release) {
gotoAndStop (938);
}
Symbol 2346 Button
on (press, release) {
gotoAndStop (381);
}
Symbol 2347 Button
on (press, release) {
gotoAndStop (939);
}
Symbol 2348 Button
on (press, release) {
gotoAndStop (382);
}
Symbol 2349 Button
on (press, release) {
gotoAndStop (940);
}
Symbol 2350 Button
on (press, release) {
gotoAndStop (383);
}
Symbol 2351 Button
on (press, release) {
gotoAndStop (941);
}
Symbol 2352 Button
on (press, release) {
gotoAndStop (384);
}
Symbol 2353 Button
on (press, release) {
gotoAndStop (942);
}
Symbol 2354 Button
on (press, release) {
gotoAndStop (385);
}
Symbol 2355 Button
on (press, release) {
gotoAndStop (943);
}
Symbol 2356 Button
on (press, release) {
gotoAndStop (386);
}
Symbol 2357 Button
on (press, release) {
gotoAndStop (944);
}
Symbol 2358 Button
on (press, release) {
gotoAndStop (387);
}
Symbol 2359 Button
on (press, release) {
gotoAndStop (945);
}
Symbol 2360 Button
on (press, release) {
gotoAndStop (388);
}
Symbol 2361 Button
on (press, release) {
gotoAndStop (946);
}
Symbol 2362 Button
on (press, release) {
gotoAndStop (389);
}
Symbol 2363 Button
on (press, release) {
gotoAndStop (947);
}
Symbol 2364 Button
on (press, release) {
gotoAndStop (390);
}
Symbol 2365 Button
on (press, release) {
gotoAndStop (948);
}
Symbol 2366 Button
on (press, release) {
gotoAndStop (391);
}
Symbol 2367 Button
on (press, release) {
gotoAndStop (949);
}
Symbol 2368 Button
on (press, release) {
gotoAndStop (392);
}
Symbol 2369 Button
on (press, release) {
gotoAndStop (950);
}
Symbol 2370 Button
on (press, release) {
gotoAndStop (393);
}
Symbol 2371 Button
on (press, release) {
gotoAndStop (951);
}
Symbol 2372 Button
on (press, release) {
gotoAndStop (394);
}
Symbol 2373 Button
on (press, release) {
gotoAndStop (952);
}
Symbol 2374 Button
on (press, release) {
gotoAndStop (395);
}
Symbol 2375 Button
on (press, release) {
gotoAndStop (953);
}
Symbol 2376 Button
on (press, release) {
gotoAndStop (396);
}
Symbol 2377 Button
on (press, release) {
gotoAndStop (954);
}
Symbol 2378 Button
on (press, release) {
gotoAndStop (1146);
}
Symbol 2379 Button
on (press, release) {
gotoAndStop (1167);
}
Symbol 2380 Button
on (press, release) {
gotoAndStop (1147);
}
Symbol 2381 Button
on (press, release) {
gotoAndStop (1168);
}
Symbol 2382 Button
on (press, release) {
gotoAndStop (1148);
}
Symbol 2383 Button
on (press, release) {
gotoAndStop (1169);
}
Symbol 2384 Button
on (press, release) {
gotoAndPlay (1388);
}
Symbol 2385 Button
on (press, release) {
gotoAndStop (1161);
}
Symbol 2386 Button
on (press, release) {
gotoAndStop (1143);
}
Symbol 2387 Button
on (press, release) {
gotoAndStop (1149);
}
Symbol 2388 Button
on (press, release) {
gotoAndStop (1152);
}
Symbol 2389 Button
on (press, release) {
gotoAndStop (1155);
}
Symbol 2390 Button
on (press, release) {
gotoAndStop (1158);
}
Symbol 2391 Button
on (press, release) {
gotoAndStop (1162);
}
Symbol 2392 Button
on (press, release) {
gotoAndStop (1144);
}
Symbol 2393 Button
on (press, release) {
gotoAndStop (1150);
}
Symbol 2394 Button
on (press, release) {
gotoAndStop (1153);
}
Symbol 2395 Button
on (press, release) {
gotoAndStop (1156);
}
Symbol 2396 Button
on (press, release) {
gotoAndStop (1159);
}
Symbol 2397 Button
on (press, release) {
gotoAndStop (1163);
}
Symbol 2398 Button
on (press, release) {
gotoAndStop (1145);
}
Symbol 2399 Button
on (press, release) {
gotoAndStop (1151);
}
Symbol 2400 Button
on (press, release) {
gotoAndStop (1154);
}
Symbol 2401 Button
on (press, release) {
gotoAndStop (1157);
}
Symbol 2402 Button
on (press, release) {
gotoAndStop (1160);
}
Symbol 2403 Button
on (press, release) {
gotoAndStop (1146);
}
Symbol 2404 Button
on (press, release) {
gotoAndStop (1147);
}
Symbol 2405 Button
on (press, release) {
gotoAndStop (1148);
}
Symbol 2406 Button
on (press, release) {
gotoAndStop (1146);
}
Symbol 2407 Button
on (press, release) {
gotoAndStop (1147);
}
Symbol 2408 Button
on (press, release) {
gotoAndStop (1148);
}
Symbol 2409 Button
on (press, release) {
gotoAndStop (1146);
}
Symbol 2410 Button
on (press, release) {
gotoAndStop (1147);
}
Symbol 2411 Button
on (press, release) {
gotoAndStop (1155);
}
Symbol 2412 Button
on (press, release) {
gotoAndStop (1148);
}
Symbol 2413 Button
on (press, release) {
gotoAndStop (1156);
}
Symbol 2414 Button
on (press, release) {
gotoAndStop (1146);
}
Symbol 2415 Button
on (press, release) {
gotoAndStop (1147);
}
Symbol 2416 Button
on (press, release) {
gotoAndStop (1148);
}
Symbol 2417 Button
on (press, release) {
gotoAndStop (1167);
}
Symbol 2418 Button
on (press, release) {
gotoAndStop (1146);
}
Symbol 2419 Button
on (press, release) {
gotoAndStop (1164);
}
Symbol 2420 Button
on (press, release) {
gotoAndStop (1168);
}
Symbol 2421 Button
on (press, release) {
gotoAndStop (1147);
}
Symbol 2422 Button
on (press, release) {
gotoAndStop (1165);
}
Symbol 2423 Button
on (press, release) {
gotoAndStop (1169);
}
Symbol 2424 Button
on (press, release) {
gotoAndStop (1148);
}
Symbol 2425 Button
on (press, release) {
gotoAndStop (1166);
}
Symbol 2426 Button
on (press, release) {
gotoAndStop (1161);
}
Symbol 2427 Button
on (press, release) {
gotoAndStop (1162);
}
Symbol 2428 Button
on (press, release) {
gotoAndStop (1163);
}
Symbol 2429 Button
on (press, release) {
gotoAndStop (1143);
}
Symbol 2430 Button
on (press, release) {
gotoAndStop (1161);
}
Symbol 2431 Button
on (press, release) {
gotoAndStop (1144);
}
Symbol 2432 Button
on (press, release) {
gotoAndStop (1162);
}
Symbol 2433 Button
on (press, release) {
gotoAndStop (1145);
}
Symbol 2434 Button
on (press, release) {
gotoAndStop (1163);
}
Symbol 2435 Button
on (press, release) {
gotoAndStop (872);
}
Symbol 2436 Button
on (press, release) {
gotoAndStop (1175);
}
Symbol 2437 Button
on (press, release) {
gotoAndStop (1196);
}
Symbol 2438 Button
on (press, release) {
gotoAndStop (1176);
}
Symbol 2439 Button
on (press, release) {
gotoAndStop (1197);
}
Symbol 2440 Button
on (press, release) {
gotoAndStop (1177);
}
Symbol 2441 Button
on (press, release) {
gotoAndStop (1198);
}
Symbol 2442 Button
on (press, release) {
gotoAndStop (1190);
}
Symbol 2443 Button
on (press, release) {
gotoAndStop (1172);
}
Symbol 2444 Button
on (press, release) {
gotoAndStop (1178);
}
Symbol 2445 Button
on (press, release) {
gotoAndStop (1181);
}
Symbol 2446 Button
on (press, release) {
gotoAndStop (1184);
}
Symbol 2447 Button
on (press, release) {
gotoAndStop (1187);
}
Symbol 2448 Button
on (press, release) {
gotoAndStop (1191);
}
Symbol 2449 Button
on (press, release) {
gotoAndStop (1173);
}
Symbol 2450 Button
on (press, release) {
gotoAndStop (1179);
}
Symbol 2451 Button
on (press, release) {
gotoAndStop (1182);
}
Symbol 2452 Button
on (press, release) {
gotoAndStop (1185);
}
Symbol 2453 Button
on (press, release) {
gotoAndStop (1188);
}
Symbol 2454 Button
on (press, release) {
gotoAndStop (1192);
}
Symbol 2455 Button
on (press, release) {
gotoAndStop (1174);
}
Symbol 2456 Button
on (press, release) {
gotoAndStop (1180);
}
Symbol 2457 Button
on (press, release) {
gotoAndStop (1183);
}
Symbol 2458 Button
on (press, release) {
gotoAndStop (1186);
}
Symbol 2459 Button
on (press, release) {
gotoAndStop (1189);
}
Symbol 2460 Button
on (press, release) {
gotoAndStop (1175);
}
Symbol 2461 Button
on (press, release) {
gotoAndStop (1176);
}
Symbol 2462 Button
on (press, release) {
gotoAndStop (1177);
}
Symbol 2463 Button
on (press, release) {
gotoAndStop (1175);
}
Symbol 2464 Button
on (press, release) {
gotoAndStop (1176);
}
Symbol 2465 Button
on (press, release) {
gotoAndStop (1177);
}
Symbol 2466 Button
on (press, release) {
gotoAndStop (1175);
}
Symbol 2467 Button
on (press, release) {
gotoAndStop (1186);
}
Symbol 2468 Button
on (press, release) {
gotoAndStop (1185);
}
Symbol 2469 Button
on (press, release) {
gotoAndStop (1176);
}
Symbol 2470 Button
on (press, release) {
gotoAndStop (1184);
}
Symbol 2471 Button
on (press, release) {
gotoAndStop (1177);
}
Symbol 2472 Button
on (press, release) {
gotoAndStop (1185);
}
Symbol 2473 Button
on (press, release) {
gotoAndStop (1175);
}
Symbol 2474 Button
on (press, release) {
gotoAndStop (1176);
}
Symbol 2475 Button
on (press, release) {
gotoAndStop (1177);
}
Symbol 2476 Button
on (press, release) {
gotoAndStop (1196);
}
Symbol 2477 Button
on (press, release) {
gotoAndStop (1175);
}
Symbol 2478 Button
on (press, release) {
gotoAndStop (1193);
}
Symbol 2479 Button
on (press, release) {
gotoAndStop (1197);
}
Symbol 2480 Button
on (press, release) {
gotoAndStop (1176);
}
Symbol 2481 Button
on (press, release) {
gotoAndStop (1194);
}
Symbol 2482 Button
on (press, release) {
gotoAndStop (1198);
}
Symbol 2483 Button
on (press, release) {
gotoAndStop (1177);
}
Symbol 2484 Button
on (press, release) {
gotoAndStop (1195);
}
Symbol 2485 Button
on (press, release) {
gotoAndStop (1190);
}
Symbol 2486 Button
on (press, release) {
gotoAndStop (1191);
}
Symbol 2487 Button
on (press, release) {
gotoAndStop (1192);
}
Symbol 2488 Button
on (press, release) {
gotoAndStop (1172);
}
Symbol 2489 Button
on (press, release) {
gotoAndStop (1190);
}
Symbol 2490 Button
on (press, release) {
gotoAndStop (1173);
}
Symbol 2491 Button
on (press, release) {
gotoAndStop (1191);
}
Symbol 2492 Button
on (press, release) {
gotoAndStop (1174);
}
Symbol 2493 Button
on (press, release) {
gotoAndStop (1192);
}
Symbol 2494 Button
on (press, release) {
gotoAndStop (883);
}
Symbol 2495 Button
on (press, release) {
gotoAndStop (1204);
}
Symbol 2496 Button
on (press, release) {
gotoAndStop (1225);
}
Symbol 2497 Button
on (press, release) {
gotoAndStop (1205);
}
Symbol 2498 Button
on (press, release) {
gotoAndStop (1226);
}
Symbol 2499 Button
on (press, release) {
gotoAndStop (1206);
}
Symbol 2500 Button
on (press, release) {
gotoAndStop (1227);
}
Symbol 2501 Button
on (press, release) {
gotoAndStop (1219);
}
Symbol 2502 Button
on (press, release) {
gotoAndStop (1201);
}
Symbol 2503 Button
on (press, release) {
gotoAndStop (1207);
}
Symbol 2504 Button
on (press, release) {
gotoAndStop (1210);
}
Symbol 2505 Button
on (press, release) {
gotoAndStop (1213);
}
Symbol 2506 Button
on (press, release) {
gotoAndStop (1216);
}
Symbol 2507 Button
on (press, release) {
gotoAndStop (1220);
}
Symbol 2508 Button
on (press, release) {
gotoAndStop (1202);
}
Symbol 2509 Button
on (press, release) {
gotoAndStop (1208);
}
Symbol 2510 Button
on (press, release) {
gotoAndStop (1211);
}
Symbol 2511 Button
on (press, release) {
gotoAndStop (1214);
}
Symbol 2512 Button
on (press, release) {
gotoAndStop (1217);
}
Symbol 2513 Button
on (press, release) {
gotoAndStop (1221);
}
Symbol 2514 Button
on (press, release) {
gotoAndStop (1203);
}
Symbol 2515 Button
on (press, release) {
gotoAndStop (1209);
}
Symbol 2516 Button
on (press, release) {
gotoAndStop (1212);
}
Symbol 2517 Button
on (press, release) {
gotoAndStop (1215);
}
Symbol 2518 Button
on (press, release) {
gotoAndStop (1218);
}
Symbol 2519 Button
on (press, release) {
gotoAndStop (1204);
}
Symbol 2520 Button
on (press, release) {
gotoAndStop (1149);
}
Symbol 2521 Button
on (press, release) {
gotoAndStop (1205);
}
Symbol 2522 Button
on (press, release) {
gotoAndStop (1150);
}
Symbol 2523 Button
on (press, release) {
gotoAndStop (1206);
}
Symbol 2524 Button
on (press, release) {
gotoAndStop (1151);
}
Symbol 2525 Button
on (press, release) {
gotoAndStop (1204);
}
Symbol 2526 Button
on (press, release) {
gotoAndStop (1205);
}
Symbol 2527 Button
on (press, release) {
gotoAndStop (1206);
}
Symbol 2528 Button
on (press, release) {
gotoAndStop (1204);
}
Symbol 2529 Button
on (press, release) {
gotoAndStop (1215);
}
Symbol 2530 Button
on (press, release) {
gotoAndStop (1214);
}
Symbol 2531 Button
on (press, release) {
gotoAndStop (1205);
}
Symbol 2532 Button
on (press, release) {
gotoAndStop (1213);
}
Symbol 2533 Button
on (press, release) {
gotoAndStop (1206);
}
Symbol 2534 Button
on (press, release) {
gotoAndStop (1214);
}
Symbol 2535 Button
on (press, release) {
gotoAndStop (1204);
}
Symbol 2536 Button
on (press, release) {
gotoAndStop (1205);
}
Symbol 2537 Button
on (press, release) {
gotoAndStop (1206);
}
Symbol 2538 Button
on (press, release) {
gotoAndStop (1225);
}
Symbol 2539 Button
on (press, release) {
gotoAndStop (1204);
}
Symbol 2540 Button
on (press, release) {
gotoAndStop (1222);
}
Symbol 2541 Button
on (press, release) {
gotoAndStop (1228);
}
Symbol 2542 Button
on (press, release) {
gotoAndStop (1226);
}
Symbol 2543 Button
on (press, release) {
gotoAndStop (1205);
}
Symbol 2544 Button
on (press, release) {
gotoAndStop (1223);
}
Symbol 2545 Button
on (press, release) {
gotoAndStop (1229);
}
Symbol 2546 Button
on (press, release) {
gotoAndStop (1227);
}
Symbol 2547 Button
on (press, release) {
gotoAndStop (1206);
}
Symbol 2548 Button
on (press, release) {
gotoAndStop (1224);
}
Symbol 2549 Button
on (press, release) {
gotoAndStop (1230);
}
Symbol 2550 Button
on (press, release) {
gotoAndStop (1219);
}
Symbol 2551 Button
on (press, release) {
gotoAndStop (916);
}
Symbol 2552 Button
on (press, release) {
gotoAndStop (1220);
}
Symbol 2553 Button
on (press, release) {
gotoAndStop (917);
}
Symbol 2554 Button
on (press, release) {
gotoAndStop (1221);
}
Symbol 2555 Button
on (press, release) {
gotoAndStop (918);
}
Symbol 2556 Button
on (press, release) {
gotoAndStop (1201);
}
Symbol 2557 Button
on (press, release) {
gotoAndStop (1219);
}
Symbol 2558 Button
on (press, release) {
gotoAndStop (1202);
}
Symbol 2559 Button
on (press, release) {
gotoAndStop (1220);
}
Symbol 2560 Button
on (press, release) {
gotoAndStop (1203);
}
Symbol 2561 Button
on (press, release) {
gotoAndStop (1221);
}
Symbol 2562 Button
on (press, release) {
gotoAndStop (916);
}
Symbol 2563 Button
on (press, release) {
gotoAndStop (917);
}
Symbol 2564 Button
on (press, release) {
gotoAndStop (918);
}
Symbol 2565 Button
on (press, release) {
gotoAndStop (1233);
}
Symbol 2566 Button
on (press, release) {
gotoAndStop (1240);
}
Symbol 2567 Button
on (press, release) {
gotoAndStop (1238);
}
Symbol 2568 Button
on (press, release) {
gotoAndStop (1232);
}
Symbol 2569 Button
on (press, release) {
gotoAndStop (1234);
}
Symbol 2570 Button
on (press, release) {
gotoAndStop (1235);
}
Symbol 2571 Button
on (press, release) {
gotoAndStop (1236);
}
Symbol 2572 Button
on (press, release) {
gotoAndStop (1237);
}
Symbol 2573 Button
on (press, release) {
gotoAndStop (1233);
}
Symbol 2574 Button
on (press, release) {
gotoAndStop (500);
}
Symbol 2575 Button
on (press, release) {
gotoAndStop (1233);
}
Symbol 2576 Button
on (press, release) {
gotoAndStop (1233);
}
Symbol 2577 Button
on (press, release) {
gotoAndStop (1213);
}
Symbol 2578 Button
on (press, release) {
gotoAndStop (1233);
}
Symbol 2579 Button
on (press, release) {
gotoAndStop (1240);
}
Symbol 2580 Button
on (press, release) {
gotoAndStop (1233);
}
Symbol 2581 Button
on (press, release) {
gotoAndStop (1239);
}
Symbol 2582 Button
on (press, release) {
gotoAndStop (912);
}
Symbol 2583 Button
on (press, release) {
gotoAndStop (1238);
}
Symbol 2584 Button
on (press, release) {
gotoAndStop (1241);
}
Symbol 2585 Button
on (press, release) {
gotoAndStop (1232);
}
Symbol 2586 Button
on (press, release) {
gotoAndStop (1238);
}
Symbol 2587 Button
on (press, release) {
gotoAndStop (912);
}
Symbol 2591 MovieClip Frame 1
stop();
x = new Sound();
x.attachSound("mvento");
x.start(0, 28);
Symbol 2593 MovieClip Frame 1
x = new Sound();
x.attachSound("mportao");
x.start(0, 1);
Symbol 2603 MovieClip Frame 1
k = 0;
while (k < 50) {
duplicateMovieClip (snow, "snow" + k, k);
k++;
}
Instance of Symbol 2602 MovieClip "snow" in Symbol 2603 MovieClip Frame 1
onClipEvent (load) {
movieWidth = 500;
movieHeight = 400;
i = 8 + (Math.random() * 2);
k = -3.14159265358979 + (Math.random() * Math.PI);
this._xscale = (this._yscale = 50 + (Math.random() * 100));
this._alpha = 75 + (Math.random() * 100);
this._x = -10 + (Math.random() * movieWidth);
this._y = -10 + (Math.random() * movieHeight);
}
onClipEvent (enterFrame) {
rad = rad + ((k / 180) * Math.PI);
this._x = this._x - Math.cos(rad);
this._y = this._y + i;
if (this._y >= movieHeight) {
this._y = -5;
}
if ((this._x >= movieWidth) || (this._x <= 0)) {
this._x = -10 + (Math.random() * movieWidth);
this._y = -5;
}
}
Symbol 2613 MovieClip Frame 14
stop();
Symbol 2637 MovieClip Frame 1
x = new Sound();
x.attachSound("mmonstro");
x.start(0, 1);
Symbol 2659 MovieClip Frame 15
stop();
Symbol 2660 Button
on (press, release) {
gotoAndPlay (166);
}
Symbol 2683 MovieClip Frame 1
x = new Sound();
x.attachSound("mmonst2");
x.start(0, 1);
Symbol 2697 MovieClip Frame 200
stop();
Symbol 2698 Button
on (press, release) {
gotoAndStop (1848);
}
Symbol 2722 Button
on (press, release) {
gotoAndStop (2112);
}
Symbol 2731 MovieClip Frame 5
stop();
Symbol 2732 Button
on (press, release) {
gotoAndStop (1849);
}
Symbol 2733 Button
on (press, release) {
gotoAndStop (1855);
}
Symbol 2737 Button
on (press, release) {
gotoAndStop (1857);
}
Symbol 2738 Button
on (press, release) {
gotoAndStop (1854);
}
Symbol 2739 Button
on (press, release) {
gotoAndStop (1848);
}
Symbol 2740 Button
on (press, release) {
gotoAndStop (1850);
}
Symbol 2741 Button
on (press, release) {
gotoAndStop (1851);
}
Symbol 2742 Button
on (press, release) {
gotoAndStop (1852);
}
Symbol 2743 Button
on (press, release) {
gotoAndStop (1853);
}
Symbol 2744 Button
on (press, release) {
gotoAndStop (1849);
}
Symbol 2745 Button
on (press, release) {
gotoAndStop (1849);
}
Symbol 2746 Button
on (press, release) {
gotoAndStop (1849);
}
Symbol 2747 Button
on (press, release) {
gotoAndStop (1849);
}
Symbol 2748 Button
on (press, release) {
gotoAndStop (1855);
}
Symbol 2749 Button
on (press, release) {
gotoAndStop (1849);
}
Symbol 2750 Button
on (press, release) {
gotoAndStop (1848);
}
Symbol 2751 Button
on (press, release) {
gotoAndStop (1854);
}
Symbol 2756 MovieClip Frame 385
stop();
Symbol 2757 Button
on (press, release) {
gotoAndStop (1858);
}
Symbol 2762 Button
on (press, release) {
gotoAndStop (1859);
}
Symbol 2763 Button
on (press, release) {
gotoAndStop (1857);
}
Symbol 2767 Button
on (press, release) {
gotoAndStop (1860);
}
Symbol 2768 Button
on (press, release) {
gotoAndStop (1862);
}
Symbol 2774 Button
on (press, release) {
gotoAndStop (1858);
}
Symbol 2775 Button
on (press, release) {
gotoAndStop (1848);
}
Symbol 2778 Button
on (press, release) {
gotoAndStop (1861);
}
Symbol 2779 Button
on (press, release) {
gotoAndStop (1872);
}
Symbol 2783 Button
on (press, release) {
gotoAndStop (1860);
}
Symbol 2784 Button
on (press, release) {
gotoAndStop (1868);
}
Symbol 2794 Button
on (press, release) {
gotoAndStop (1863);
}
Symbol 2803 Button
on (press, release) {
gotoAndStop (1862);
}
Symbol 2804 Button
on (press, release) {
gotoAndStop (1862);
}
Symbol 2812 Button
on (press, release) {
gotoAndStop (1864);
}
Symbol 2819 Button
on (press) {
if ((((((login == "83") and (senha == "348")) or ((login == "84") and (senha == "348"))) or ((login == "82") and (senha == "348"))) or ((login == "83") and (senha == "347"))) or ((login == "83") and (senha == "349"))) {
gotoAndStop ("right");
} else {
gotoAndStop ("wrong2");
}
}
Symbol 2825 Button
on (press, release) {
gotoAndStop (1863);
}
Symbol 2829 Button
on (press, release) {
gotoAndPlay (1903);
}
Symbol 2833 Button
on (press, release) {
gotoAndStop (1871);
}
Symbol 2834 Button
on (press, release) {
gotoAndStop (1869);
}
Symbol 2835 Button
on (press, release) {
gotoAndStop (1868);
}
Symbol 2836 Button
on (press, release) {
gotoAndStop (1870);
}
Symbol 2841 Button
on (press, release) {
gotoAndStop (1869);
}
Symbol 2842 Button
on (press, release) {
gotoAndStop (1871);
}
Symbol 2846 Button
on (press, release) {
gotoAndStop (1896);
}
Symbol 2847 Button
on (press, release) {
gotoAndStop (1870);
}
Symbol 2848 Button
on (press, release) {
gotoAndStop (1868);
}
Symbol 2855 Button
on (press, release) {
gotoAndStop (1875);
}
Symbol 2856 Button
on (press, release) {
gotoAndStop (1881);
}
Symbol 2857 Button
on (press, release) {
gotoAndStop (1883);
}
Symbol 2858 Button
on (press, release) {
gotoAndStop (1880);
}
Symbol 2859 Button
on (press, release) {
gotoAndStop (1874);
}
Symbol 2860 Button
on (press, release) {
gotoAndStop (1876);
}
Symbol 2861 Button
on (press, release) {
gotoAndStop (1877);
}
Symbol 2862 Button
on (press, release) {
gotoAndStop (1878);
}
Symbol 2863 Button
on (press, release) {
gotoAndStop (1879);
}
Symbol 2864 Button
on (press, release) {
gotoAndStop (1875);
}
Symbol 2865 Button
on (press, release) {
gotoAndStop (1875);
}
Symbol 2866 Button
on (press, release) {
gotoAndStop (1875);
}
Symbol 2867 Button
on (press, release) {
gotoAndStop (1875);
}
Symbol 2868 Button
on (press, release) {
gotoAndStop (1881);
}
Symbol 2869 Button
on (press, release) {
gotoAndStop (1875);
}
Symbol 2870 Button
on (press, release) {
gotoAndStop (1874);
}
Symbol 2871 Button
on (press, release) {
gotoAndStop (1880);
}
Symbol 2872 Button
on (press, release) {
gotoAndStop (1884);
}
Symbol 2874 Button
on (press, release) {
gotoAndStop (1885);
}
Symbol 2875 Button
on (press, release) {
gotoAndStop (1883);
}
Symbol 2876 Button
on (press, release) {
gotoAndStop (1886);
}
Symbol 2877 Button
on (press, release) {
gotoAndStop (1888);
}
Symbol 2878 Button
on (press, release) {
gotoAndStop (1884);
}
Symbol 2879 Button
on (press, release) {
gotoAndStop (1874);
}
Symbol 2880 Button
on (press, release) {
gotoAndStop (1887);
}
Symbol 2881 Button
on (press, release) {
gotoAndStop (1898);
}
Symbol 2882 Button
on (press, release) {
gotoAndStop (1886);
}
Symbol 2883 Button
on (press, release) {
gotoAndStop (1894);
}
Symbol 2884 Button
on (press, release) {
gotoAndStop (1889);
}
Symbol 2885 Button
on (press, release) {
gotoAndStop (1888);
}
Symbol 2886 Button
on (press, release) {
gotoAndStop (1888);
}
Symbol 2887 Button
on (press, release) {
gotoAndPlay (2088);
}
Symbol 2888 Button
on (press, release) {
gotoAndStop (1890);
}
Symbol 2891 Button
on (press, release) {
gotoAndStop (1889);
}
Symbol 2892 Button
on (press, release) {
gotoAndStop (1897);
}
Symbol 2893 Button
on (press, release) {
gotoAndStop (1895);
}
Symbol 2894 Button
on (press, release) {
gotoAndStop (1894);
}
Symbol 2895 Button
on (press, release) {
gotoAndStop (1896);
}
Symbol 2896 Button
on (press, release) {
gotoAndStop (1895);
}
Symbol 2897 Button
on (press, release) {
gotoAndStop (1897);
}
Symbol 2898 Button
on (press, release) {
gotoAndStop (1896);
}
Symbol 2899 Button
on (press, release) {
gotoAndStop (1894);
}
Symbol 2918 MovieClip Frame 1
x = new Sound();
x.attachSound("mnave");
x.start(0, 1);
Symbol 2921 MovieClip Frame 80
stop();
Symbol 2923 Button
on (press, release) {
gotoAndPlay (2108);
}
Symbol 2924 Button
on (press, release) {
gotoAndStop (2113);
}
Symbol 2925 Button
on (press, release) {
gotoAndStop (2119);
}
Symbol 2926 Button
on (press, release) {
gotoAndStop (2121);
}
Symbol 2927 Button
on (press, release) {
gotoAndStop (2118);
}
Symbol 2928 Button
on (press, release) {
gotoAndStop (2112);
}
Symbol 2929 Button
on (press, release) {
gotoAndStop (2114);
}
Symbol 2930 Button
on (press, release) {
gotoAndStop (2115);
}
Symbol 2931 Button
on (press, release) {
gotoAndStop (2116);
}
Symbol 2932 Button
on (press, release) {
gotoAndStop (2117);
}
Symbol 2933 Button
on (press, release) {
gotoAndStop (2113);
}
Symbol 2934 Button
on (press, release) {
gotoAndStop (1850);
stopAllSounds();
}
Symbol 2935 Button
on (press, release) {
gotoAndStop (2113);
}
Symbol 2936 Button
on (press, release) {
gotoAndStop (2113);
}
Symbol 2937 Button
on (press, release) {
gotoAndStop (2113);
}
Symbol 2938 Button
on (press, release) {
gotoAndStop (2119);
}
Symbol 2939 Button
on (press, release) {
gotoAndStop (2113);
}
Symbol 2940 Button
on (press, release) {
gotoAndStop (2112);
}
Symbol 2941 Button
on (press, release) {
gotoAndStop (2118);
}
Symbol 2942 Button
on (press, release) {
gotoAndStop (2122);
}
Symbol 2944 Button
on (press, release) {
gotoAndStop (2123);
}
Symbol 2945 Button
on (press, release) {
gotoAndStop (2121);
}
Symbol 2946 Button
on (press, release) {
gotoAndStop (2124);
}
Symbol 2947 Button
on (press, release) {
gotoAndStop (2126);
}
Symbol 2948 Button
on (press, release) {
gotoAndStop (2122);
}
Symbol 2949 Button
on (press, release) {
gotoAndStop (2112);
}
Symbol 2950 Button
on (press, release) {
gotoAndStop (2125);
}
Symbol 2951 Button
on (press, release) {
gotoAndStop (2129);
}
Symbol 2952 Button
on (press, release) {
gotoAndStop (2124);
}
Symbol 2955 MovieClip Frame 1
x = new Sound();
x.attachSound("mproibido");
x.start(0, 1);