Frame 1
function onStingerComplete() {
_root.preloader._visible = true;
}
function grabJunk() {
com.candystand.ScoreSubmit.Messenger.initialize("woa87541ry", "1.0.0");
}
function getTicket() {
com.candystand.ScoreSubmit.Game.__set__score(_root.score);
com.candystand.ScoreSubmit.Game.submitScore();
}
function deleteSave() {
myLSO = SharedObject.getLocal("wsice");
myObj = undefined;
myLSO.data.myObj = myObj;
myLSO.flush();
_root.newGame();
_root.startscreen.loadbox.text = "Save file deleted";
_root.startscreen.deletesave._x = -1000;
}
function saveGame() {
myLSO = SharedObject.getLocal("wsice");
myObj = {};
myObj.objArray = new Array();
myObj.objArray[0] = _root.stats_kills;
myObj.objArray[1] = _root.stats_deaths;
myObj.objArray[2] = _root.veteranplayer;
myObj.objArray[3] = _root.idolcount;
myObj.objArray[4] = _root.idolarray;
myObj.objArray[5] = _root.gatearray;
myObj.objArray[6] = _root.gamecomplete;
myObj.objArray[7] = _root.coin_array;
myObj.objArray[8] = _root.coincollect_array;
myLSO.data.myObj = myObj;
myLSO.flush();
}
function loadGame() {
myLSO = SharedObject.getLocal("wsice");
if (myLSO.data.myObj == undefined) {
_root.startscreen.loadbox.text = "Save file not found \nGame saves automatically";
_root.startscreen.deletesave._x = -1000;
} else {
_root.startscreen.loadbox.text = "Save file loaded";
_root.stats_kills = myLSO.data.myObj.objArray[0];
_root.stats_deaths = myLSO.data.myObj.objArray[1];
_root.veteranplayer = myLSO.data.myObj.objArray[2];
_root.idolcount = myLSO.data.myObj.objArray[3];
_root.idolarray = myLSO.data.myObj.objArray[4];
_root.gatearray = myLSO.data.myObj.objArray[5];
_root.gamecomplete = myLSO.data.myObj.objArray[6];
_root.coin_array = myLSO.data.myObj.objArray[7];
_root.coincollect_array = myLSO.data.myObj.objArray[8];
}
}
function newGame() {
_root.veteranplayer = false;
_root.stats_kills = 0;
_root.stats_deaths = 0;
_root.idolcount = 0;
_root.idolarray = ["piss", "shit"];
_root.gatearray = ["piss", "shit"];
_root.gamecomplete = false;
_root.currentworld = "A";
_root.coin_array = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
_root.coincollect_array = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
}
var stinger = (new com.candystand.Stinger.Stinger(_root));
stinger.addEventListener("onStingerComplete", onStingerComplete);
newGame();
var rightClick = new ContextMenu();
rightClick.hideBuiltInItems();
_root.menu = rightClick;
stop();
Instance of Symbol 647 MovieClip "preloader" in Frame 1
onClipEvent (load) {
_visible = false;
}
onClipEvent (enterFrame) {
loadtext.text = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%";
if (Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) > 99) {
loadtext.text = " ";
toploadingbox.text = "Loading Complete!";
if (_visible) {
_root.gotoAndStop(2);
}
}
}
Frame 2
hint_00A = "LEFT/RIGHT: move, UP: enter door, DOWN: item/duck \n SPACEBAR: jump, R: refresh, ESC: quit, I: info";
hint_00B = "Collect idols to open these gates. \nPress DOWN at the pedastle when you have enough.";
hint_00C = "If you're having trouble reaching a chest, you can always return later to try again";
hint_00D = "WARNING: These levels are tough, why don't you check out the second set of levels first!";
hint_00E = "This door will take you to the second area. New traps and treasures await...";
hint_01A = "Press SPACEBAR to jump. \n The longer you hold UP, the higher you will go.";
hint_01B = "Watch out! Mummies! \n Jump on enemies to crush them!";
hint_01C = "Press DOWN on that chest up there. \n Collecting idols will open up more areas in the tomb.";
hint_01D = "A switch? Press DOWN to activate the door.";
hint_02A = "This jump is too long for a single jump. \nPress SPACEBAR in mid-air to double jump.";
hint_02D = "Double jumping isn't enough here. \nPress SPACEBAR while wall-sliding (LEFT or RIGHT) to wall jump.";
hint_03A = "Watch your step, it's a long way down";
hint_03C = "Use everything you've learned to get up there. \nJump on enemies for an extra boost.";
hint_04B = "Too hard? Hit ESCAPE at any time to return to the main level or R to restart the current level.";
hint_04C = "Some doors will only open once all GEMS are collected";
hint_05A = "Some obstacles can be ducked under using DOWN";
hint_GEM = "Collect all GEMS!";
hint_FL1 = "This is the last level. Prepare for the worst!";
hint_FL2 = "Collect all gems for a secret!";
hint_D01 = "The original test level";
hint_D02 = "EEK! Ghosts!";
hint_D03 = "I don't even know...";
hint_E01 = "Worlds 4 and 5: Coming soon";
hint_E02 = "The game took about six months of on and off work to make.";
hint_E03 = "Sound Effect Generator: \n http://www.drpetter.se/project_sfxr.html";
hint_E04 = "Sound Editor: \n http://www.audacity.sourceforge.net/";
hint_E05 = "Pixel Tools: \n http://www.5etdemi.com/blog/archives/2005/03/pixel-tools-v2-available/";
hint_E06 = "Submit your levels to jflashgaming.com \n Maybe it'll be in the next game";
hint_E07 = "So what did you think?";
hint_E08 = "Warning: Don't hurt yourself trying to finish this one. This is a BONUS level after all.";
hint_CR1 = "Developed by \n www.jflashgaming.com";
hint_CR2 = "Level Design + Additional Art by Michael Krein";
hint_CR4 = "Music by EliteFerrex";
hint_CR3 = "Art by Sam Cox";
chest_array = [0, 1, 2, 2, 2, 2, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2, 2, 3, 2, 2, 2, 1, 2, 1, 1, 1, 1, 1, 1];
function changeTrack() {
clearInterval(musicint);
musicint = setInterval(fadeAudio, 50);
}
function fadeAudio() {
if (_root.global_s.getVolume() == 0) {
toxic_s.stop();
storm_s.stop();
mecha_s.stop();
clearInterval(musicint2);
musicint2 = setInterval(newTrack, 700);
clearInterval(musicint);
} else {
_root.global_s.setVolume(_root.global_s.getVolume() - 5);
}
}
function newTrack() {
_root.global_s.setVolume(100);
if (_root.currentworld == "A") {
_root.toxic_s.start(0, 100);
} else if (_root.currentworld == "B") {
_root.mecha_s.start(0, 100);
} else if (_root.currentworld == "C") {
_root.storm_s.start(0, 100);
}
clearInterval(musicint2);
}
function playZombie_s() {
_root["zombie" + (random(4) + 1)].start(0, 1);
}
function playmouse_s() {
_root["mouse" + (random(2) + 1)].start(0, 1);
}
function proximityCheck(_xpos, _ypos) {
if ((((_xpos > (((-_root._x) / 2) - 30)) && (_xpos < ((((-_root._x) / 2) + 300) + 30))) && (_ypos > (((-_root._y) / 2) - 30))) && (_ypos < ((((-_root._y) / 2) + 240) + 30))) {
return(true);
}
return(false);
}
var global_s = new Sound(this);
_root.createEmptyMovieClip("toxic_s", 800000);
var toxic_s = new Sound(toxic_s);
toxic_s.attachSound("toxic");
toxic_s.setVolume(25);
_root.createEmptyMovieClip("storm_s", 800039);
var storm_s = new Sound(storm_s);
storm_s.attachSound("storm");
storm_s.setVolume(25);
_root.createEmptyMovieClip("mecha_s", 800040);
var mecha_s = new Sound(mecha_s);
mecha_s.attachSound("mecha");
mecha_s.setVolume(25);
_root.createEmptyMovieClip("footsteps_s", 800001);
var footsteps_s = new Sound(footsteps_s);
footsteps_s.attachSound("footsteps");
footsteps_s.setVolume(40);
_root.createEmptyMovieClip("zombie1_s", 800002);
var zombie1 = new Sound(zombie1_s);
zombie1.attachSound("zombie1");
_root.createEmptyMovieClip("zombie2_s", 800003);
var zombie2 = new Sound(zombie2_s);
zombie2.attachSound("zombie2");
_root.createEmptyMovieClip("zombie3_s", 800004);
var zombie3 = new Sound(zombie3_s);
zombie3.attachSound("zombie3");
_root.createEmptyMovieClip("zombie4_s", 800005);
var zombie4 = new Sound(zombie4_s);
zombie4.attachSound("zombie4");
_root.createEmptyMovieClip("bamf_s", 800006);
var bamf = new Sound(bamf_s);
bamf.attachSound("bamf");
bamf.setVolume(30);
_root.createEmptyMovieClip("spring_s", 800007);
var spring = new Sound(spring_s);
spring.attachSound("spring");
spring.setVolume(20);
_root.createEmptyMovieClip("mouse1_s", 800008);
var mouse1 = new Sound(mouse1_s);
mouse1.attachSound("mouse1");
mouse1.setVolume(30);
_root.createEmptyMovieClip("mouse2_s", 800009);
var mouse2 = new Sound(mouse2_s);
mouse2.attachSound("mouse2");
mouse2.setVolume(30);
_root.createEmptyMovieClip("doorsqueak_s", 800010);
var doorsqueak = new Sound(doorsqueak_s);
doorsqueak.attachSound("doorsqueak");
_root.createEmptyMovieClip("dogbark_s", 800011);
var dogbark = new Sound(dogbark_s);
dogbark.attachSound("dogbark");
_root.createEmptyMovieClip("swoosh_s", 800012);
var swoosh = new Sound(swoosh_s);
swoosh.attachSound("swoosh");
_root.createEmptyMovieClip("spooky_s", 800013);
var spooky = new Sound(spooky_s);
spooky.attachSound("spooky");
_root.createEmptyMovieClip("explosion_s", 800014);
var explosion = new Sound(explosion_s);
explosion.attachSound("explosion");
explosion.setVolume(10);
_root.createEmptyMovieClip("jumpup_s", 800015);
var jumpup = new Sound(jumpup_s);
jumpup.attachSound("jumpup");
jumpup.setVolume(12);
_root.createEmptyMovieClip("jumpdown_s", 800016);
var jumpdown = new Sound(jumpdown_s);
jumpdown.attachSound("jumpdown");
jumpdown.setVolume(12);
_root.createEmptyMovieClip("doublejump_s", 800017);
var doublejump = new Sound(doublejump_s);
doublejump.attachSound("doublejump");
doublejump.setVolume(12);
_root.createEmptyMovieClip("coin2_s", 800018);
var coin2 = new Sound(coin2_s);
coin2.attachSound("coin2");
coin2.setVolume(20);
_root.createEmptyMovieClip("gem_s", 800019);
var gem = new Sound(gem_s);
gem.attachSound("gem");
gem.setVolume(10);
_root.createEmptyMovieClip("chest_s", 800020);
var chest = new Sound(chest_s);
chest.attachSound("chest");
chest.setVolume(10);
_root.createEmptyMovieClip("door_s", 800021);
var door = new Sound(door_s);
door.attachSound("door");
door.setVolume(20);
_root.createEmptyMovieClip("wallslide_s", 800022);
var wallslide = new Sound(wallslide_s);
wallslide.attachSound("wallslide");
wallslide.setVolume(11);
_root.createEmptyMovieClip("slide_s", 800023);
var slide = new Sound(slide_s);
slide.attachSound("slide");
slide.setVolume(15);
slide.onSoundComplete = function () {
_root.slideplaying = false;
};
_root.createEmptyMovieClip("lever_s", 800024);
var lever = new Sound(lever_s);
lever.attachSound("lever");
lever.setVolume(20);
_root.createEmptyMovieClip("gate_s", 800025);
var gate = new Sound(gate_s);
gate.attachSound("gate");
gate.setVolume(15);
_root.createEmptyMovieClip("ticktock_s", 800026);
var ticktock = new Sound(ticktock_s);
ticktock.attachSound("ticktock");
ticktock.setVolume(20);
ticktock.onSoundComplete = function () {
_root.ticktockplaying = false;
};
_root.createEmptyMovieClip("shoot_s", 800027);
var shoot = new Sound(shoot_s);
shoot.attachSound("shoot");
shoot.setVolume(20);
_root.createEmptyMovieClip("ding_s", 800028);
var ding = new Sound(ding_s);
ding.attachSound("ding");
ding.setVolume(20);
_root.createEmptyMovieClip("hurt_s", 800029);
var hurt = new Sound(hurt_s);
hurt.attachSound("hurt");
hurt.setVolume(50);
_root.createEmptyMovieClip("rumble_s", 800030);
var rumble = new Sound(rumble_s);
rumble.attachSound("rumble");
rumble.setVolume(16);
_root.createEmptyMovieClip("no_s", 800031);
var no = new Sound(no_s);
no.attachSound("no");
no.setVolume(50);
_root.createEmptyMovieClip("phasein_s", 800032);
var phasein = new Sound(phasein_s);
phasein.attachSound("phasein");
phasein.setVolume(15);
phasein.onSoundComplete = function () {
_root.phaseinplaying = false;
};
_root.createEmptyMovieClip("phaseout_s", 800033);
var phaseout = new Sound(phaseout_s);
phaseout.attachSound("phaseout");
phaseout.setVolume(15);
phaseout.onSoundComplete = function () {
_root.phaseoutplaying = false;
};
_root.createEmptyMovieClip("crumble_s", 800034);
var crumble = new Sound(crumble_s);
crumble.attachSound("crumble");
crumble.setVolume(20);
_root.createEmptyMovieClip("scream_s", 800035);
var scream = new Sound(scream_s);
scream.attachSound("scream");
scream.setVolume(40);
_root.createEmptyMovieClip("saw_s", 800036);
var saw = new Sound(saw_s);
saw.attachSound("saw");
saw.setVolume(4);
_root.createEmptyMovieClip("sawmove_s", 800037);
var sawmove = new Sound(sawmove_s);
sawmove.attachSound("sawmove");
sawmove.setVolume(10);
_root.createEmptyMovieClip("knife_s", 800038);
var knife = new Sound(knife_s);
knife.attachSound("knife");
knife.setVolume(12);
knife.onSoundComplete = function () {
_root.knifeplaying = false;
};
_root._quality = "LOW";
levelINA = "00000:37,34,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,0,he,0,37,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,0,0,0,37,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,0,0,0,37,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,0,0,0,37,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,0,0,0,37,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:60,37,37,37,37,37,0,7,0,37,37,37,37,37,37,37,37,37,37,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,45,0,0,0,0,0,0,0,0,0,0,52,0,45,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,52,52,0,46,0,0,0,0,0,0,0,0,0,52,52,0,46,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,52,0,45,0,0,0,52,52,0,52,0,0,0,0,0,45,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,64,0,45,0,0,0,52,0,0,0,0,0,1900AS1,0,0,46,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,7900S1,0,0,45,0,0,0,0,0,52,0,0,0,0,0,0,45,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,3,5,0,45,0,0,0,0,0,0,0,76,64,0,0,0,45,76,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,75,0,0,45,0,0,0,75,0,0,0,0,0,0,0,0,46,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,46,mu01,0,0,0,0,0,0,0,41,41,41,41,41,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level00A = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,0,45,0,0,0,0,0,0,0,0,0,0,45,0,0,0,41,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,33:35,0,8509A,0,46,0,0,0,52,0,0,76,8508A,0,0,46,0,8507A,0,20S3,0,0,0,52,0,0,0,0,0,46,0,0,8505A,0,0,0,8506A,0,0,33:35,75,0,0,45,0,0,52,0,0,0,0,0,0,0,45,0,0,0,0,9010S3,0,0,52,52,52,0,0,0,45,0,0,0,0,0,64,0,0,75,33:35,0,0,0,45,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,54,0,0,45,0,0,0,0,0,0,0,0,0,33:35,41,41,41,41,0,0,0,0,0,0,4,3,3,3,3,30,31,31,31,32,0,9100D,0,0,75,0,0,0,45,0,4,3,3,3,3,3,3,3,33:35,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,35,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,33:35,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,38,31,31,32,3,3,5,0,0,45,0,0,0,0,52,0,0,0,76,33:35,1900AS7,0,0,45,0,0,0,52,52,0,0,0,0,0,0,33,37,37,37,37,37,37,35,0,0,0,0,0,45,0,0,52,52,52,0,0,0,0,33:35,0,0,0,45,0,0,54,0,52,52,52,0,0,0,0,33,37,37,37,37,37,37,35,0,0,0,0,0,45,0,52,0,0,0,0,0,0,0,33:35,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,57,58,58,58,58,58,58,59,0,0,0,8503A,0,45,8504A,0,0,0,0,0,0,4,3,33:35,0,0,0,45,he,0,64,0,0,0,0,0,0,0,0,0,45,0,0,0,0,20S1,0,0,0,0,0,0,45,0,0,64,0,0,0,0,0,0,33:35,41,41,41,41,41,41,0,0,0,0,0,0,0,0,0,0,46,0,9100B,0,9002S1,0,0,9100C,64,0,0,0,46,0,0,0,0,0,0,0,0,0,33:38,31,31,31,31,31,31,32,0,0,0,0,0,0,8502A,0,0,45,0,0,0,0,0,0,0,0,41,41,41,41,41,41,41,0,0,0,1900BS2,0,0,33:37,37,37,37,37,37,37,35,0,0,8501A,0,76,64,0,0,0,45,0,30,31,31,31,31,31,31,31,31,31,31,31,31,32,0,0,0,0,0,0,33:37,37,37,37,37,37,37,35,75,0,0,0,0,0,0,0,0,45,0,33,37,37,37,37,37,37,37,37,37,37,37,37,35,0,9100E,9006S2,0,0,0,33:37,37,37,37,37,37,37,35,0,0,0,0,0,41,41,41,41,46,0,33,37,37,37,37,37,37,37,37,37,37,37,37,35,0,0,0,0,0,0,33:37,37,37,37,37,37,37,38,31,31,31,31,31,31,31,31,31,31,31,36,37,37,37,37,37,37,37,37,37,37,37,37,38,31,31,31,31,31,31,36:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level01A = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,52,52,54,0,14,33:35,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,45,0,62,0,0,0,0,0,14,33:35,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,54,0,52,0,0,0,0,0,0,76,0,0,14,45,0,0,76,0,8501B,0,0,0,33:35,0,0,0,56,0,0,0,52,52,0,0,0,45,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,52,54,0,0,0,0,0,45,0,56,0,0,0,0,0,14,0,14,0,0,0,0,0,41,41,0,0,0,0,0,0,0,0,33:35,0,0,52,52,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,4,5,0,0,0,30,31,31,31,31,31,31,31,31,31,31,31,31,31,36:35,0,0,0,0,0,0,0,0,14,14,14,0,45,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37:35,75,0,he,0,0,B13,0,0,0,0,62,0,45,0,62,0,0,0,14,0,14,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37:35,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,4,3,3,3,5,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37:38,31,31,31,31,31,31,32,0,76,0,0,0,45,0,0,0,0,75,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37:37,37,37,37,37,37,37,35,0,0,0,9101A,0,45,0,0,0,14,0,0,14,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37:37,37,37,37,37,37,37,35,0,0,0,0,0,46,0,0,41,41,41,41,41,41,41,41,41,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37:37,37,37,37,37,37,37,38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36,37,37,37,37,37,37,37,37,37,37,37,37,37,37:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level01B = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,45,0,0,0,0,0,53,0,0,0,45,0,0,0,0,0,0,52,52,52,0,0,0,45,0,0,0,52,52,0,0,0,33:35,0,0,52,0,0,0,45,0,0,52,52,52,0,0,0,0,45,0,0,0,0,0,52,52,0,0,14,0,14,45,0,0,52,0,53,0,0,0,33:35,0,52,0,53,0,0,45,0,0,0,0,0,0,0,0,0,45,0,0,0,52,52,0,0,53,0,0,0,0,45,0,0,0,0,0,0,76,0,33:35,0,62,0,0,0,0,45,0,0,0,0,0,62,0,0,14,45,14,62,0,0,0,0,0,0,0,0,62,0,45,0,0,9101B,0,64,0,0,0,33:35,0,0,0,8501C,0,0,45,0,4,3,3,5,0,76,0,0,45,0,0,0,0,0,0,0,B11,0,75,0,0,45,0,0,0,0,0,he,0,0,33:35,0,75,0,0,0,0,45,0,14,0,0,14,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,45,0,30,31,31,31,31,31,31,36:35,0,0,mu01,0,0,0,46,0,0,0,0,0,0,0,0,41,41,41,0,0,0,0,0,4,3,3,3,5,0,45,0,33,37,37,37,37,37,37,37:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,32,0,76,0,0,14,0,14,0,0,45,0,33,37,37,37,37,37,37,37:37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,35,0,0,0,0,0,0,0,75,0,45,0,33,37,37,37,37,37,37,37:37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,35,0,0,0,0,mu01,0,0,0,0,46,0,33,37,37,37,37,37,37,37:37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,38,31,31,31,31,31,31,31,31,31,31,31,36,37,37,37,37,37,37,37:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level01C = "00:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,45,0,0,0,0,33,0,0,0,0,0,0,0,0:35,0,0,8501D,0,0,0,46,0,0,14,14,14,0,0,0,46,0,0,0,0,0,0,0,0,0,46,0,0,0,14,33,0,0,0,0,0,0,0,0:35,0,0,0,0,0,64,45,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,45,0,0,0,14,33,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,45,0,62,0,0,0,62,0,0,0,45,0,0,0,14,33,0,0,0,0,0,0,0,0:35,0,4,3,3,3,5,45,0,0,17030500,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,45,0,0,0,14,33,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,45,0,0,76,0,0,52,52,52,0,45,0,0,0,0,33,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,45,0,0,0,55,53,52,53,0,0,45,0,0,0,0,33,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,46,mu-1,0,0,0,0,0,0,0,0,45,0,0,0,0,33,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,4,3,3,3,3,3,3,3,5,0,45,0,17030505,0,0,33,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,45,0,0,0,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,33,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,45,0,0,0,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,33,0,0,0,0,0,0,0,0:35,0,0,52,0,0,0,45,0,0,0,0,0,0,0,52,0,52,53,0,0,0,0,0,0,0,45,0,0,0,0,33,0,0,0,0,0,0,0,0:35,55,52,53,0,76,0,45,0,0,0,0,0,0,0,52,52,0,62,0,0,0,0,62,0,0,45,0,0,0,0,33,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,45,0,0,0,0,0,53,52,0,0,76,0,0,0,0,0,0,76,0,46,0,14,14,14,33,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,46,he,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,30,31,31,31,31,36,0,0,0,0,0,0,0,0:35,0,0,0,41,41,41,41,41,41,41,0,0,0,0,0,0,0,0,0,0,mu01,0,0,0,0,33,37,37,37,37,37,0,0,0,0,0,0,0,0:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,32,3,3,3,3,30,31,31,31,36,37,37,37,37,37,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level01D = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,52,0,0,0,0,0,33:35,0,0,0,0,76,0,0,0,0,45,0,14,0,0,14,0,0,14,0,0,14,0,0,0,45,0,0,0,0,52,52,0,52,0,0,64,0,64,33:35,12,0,0,0,0,0,0,0,0,45,0,0,0,75,0,0,0,0,0,0,0,0,0,0,45,55,0,0,0,0,0,0,0,0,0,0,13,0,33:35,12,0,mu01,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,mu-1,0,0,0,0,0,45,0,0,14,0,76,0,0,14,0,0,4,3,3,33:38,31,31,31,31,31,32,0,0,0,45,0,4,3,3,3,3,3,3,3,3,5,0,0,0,45,0,0,0,0,0,0,9101C,0,0,0,0,0,0,33:37,37,37,37,37,37,35,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,33:37,37,37,37,37,37,35,0,0,0,45,0,0,0,0,0,0,0,0,0,52,52,0,0,0,45,0,0,4,3,3,3,3,3,5,0,0,0,12,33:60,58,58,58,58,58,59,3,5,0,45,0,0,0,55,0,0,0,0,52,52,52,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,45,0,0,0,0,0,45,0,0,0,0,0,0,54,52,0,0,52,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,46,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,4,3,5,0,0,0,0,0,0,0,0,33:35,0,0,0,45,0,76,4,5,0,45,0,16031500,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,55,0,1900A00,0,0,0,33:35,0,0,0,45,0,0,0,0,0,45,0,0,62,0,0,0,0,62,0,0,0,0,62,0,45,0,0,62,0,52,52,0,0,0,0,0,0,0,33:35,0,he,0,46,0,0,0,0,0,45,0,0,0,0,0,76,0,0,0,0,0,0,0,0,45,0,0,0,52,52,0,54,0,0,0,0,0,0,33:35,41,41,41,41,41,41,41,41,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,75,0,0,0,0,0,0,0,33:35,41,41,41,41,41,41,41,41,0,46,0,14,0,0,14,0,0,14,0,0,14,0,0,14,46,0,14,mu-1,0,14,0,0,41,41,41,41,41,41,33:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,32,3,3,3,3,3,3,3,3,30,31,31,31,31,31,31,31,31,31,36:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level02A = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,8502B,0,0,0,0,0,0,46,0,0,0,0,52,52,52,46,0,14,0,14,0,14,0,14,0,33,0,0,0,0,0,0,0,0,0:35,0,0,75,0,0,0,0,0,0,0,0,45,0,0,0,52,52,0,0,45,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,45,0,0,0,53,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,4,3,3,3,5,0,0,16031600,0,45,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,76,0,0,0,62,0,0,0,0,45,0,0,62,0,0,0,52,45,52,0,0,0,76,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,14,0,14,0,0,14,0,14,45,75,0,0,0,0,0,0,45,0,0,64,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,sc01,0,0,46,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,41,41,41,41,41,41,3,3,3,3,3,3,3,3,5,0,0,0,0,45,0,4,3,3,3,3,5,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,52,52,52,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,62,0,0,53,62,76,52,52,0,0,52,0,0,0,0,0,0,45,0,0,64,0,0,64,0,76,0,33,0,0,0,0,0,0,0,0,0:35,0,B13,0,0,0,75,0,0,0,9102A,0,0,0,0,0,0,0,0,0,45,0,0,0,14,14,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,he,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,41,41,41,41,0,0,0,33,0,0,0,0,0,0,0,0,0:38,31,31,31,31,31,31,31,31,31,31,32,0,0,0,0,0,0,0,0,30,31,31,31,31,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,37,37,37,37,37,35,0,14,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,37,37,37,37,37,35,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,37,37,37,37,37,38,31,31,32,0,0,76,0,0,33,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,37,37,37,37,37,37,37,37,35,0,14,0,14,0,33,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,37,37,37,37,37,37,37,37,35,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,37,37,37,37,37,37,37,37,38,31,31,31,31,31,36,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level02B = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,62,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,14,0,0,14,0,0,14,0,0,14,0,0,14,0,0,14,0,33:35,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,16032118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,14,0,14,0,sc01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,52,52,0,0,0,0,33:35,0,0,0,4,3,3,3,30,31,31,31,32,41,41,41,3,3,5,0,0,0,0,0,0,0,0,0,0,0,55,52,0,0,0,4,5,0,0,33:35,0,0,0,0,0,0,0,33,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,75,0,0,0,0,33:35,0,14,0,14,0,0,0,33,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,33:35,3,3,3,5,0,0,0,33,37,37,37,35,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,0,mu-1,0,0,41,41,41,41,0,0,33:35,0,0,0,0,0,0,0,33,37,37,37,35,0,0,0,0,0,52,52,52,52,0,0,0,4,3,30,31,31,31,31,31,31,31,31,31,31,31,36:35,0,0,0,14,0,14,0,33,37,37,37,35,0,0,0,0,0,0,0,0,52,55,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37:35,0,0,0,4,3,3,3,33,37,37,37,35,0,he,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37:35,75,0,0,0,0,0,0,33,37,37,37,38,31,31,31,31,31,32,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37:35,0,14,0,14,0,0,0,33,37,37,37,37,37,37,37,37,37,35,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37:35,3,3,3,5,0,0,0,33,37,37,37,37,37,37,37,37,37,35,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37:35,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,35,5,0,0,0,0,0,76,0,57,58,61,37,37,37,37,37,37,37,37,37,37:35,0,8502C,0,0,0,76,0,33,37,37,37,37,37,37,37,37,37,35,14,0,14,0,14,0,14,0,14,0,33,37,37,37,37,37,37,37,37,37,37:35,64,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,35,0,0,0,mu01,0,0,0,0,0,13,33,37,37,37,37,37,37,37,37,37,37:35,0,0,0,0,sc01,0,0,33,37,37,37,37,37,37,37,37,37,38,31,31,31,31,31,31,31,31,31,31,36,37,37,37,37,37,37,37,37,37,37:38,31,31,31,31,31,31,31,36,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level02C = "00000:37,37,37,60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,35,0,0,0,0,0,0,46,52,52,0,54,0,76,0,8502D,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,35,0,0,0,75,52,0,45,0,0,64,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,35,0,0,0,0,0,14,46,0,14,0,0,14,0,sc-1,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,35,0,0,0,41,41,41,41,41,41,41,41,41,41,41,30,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,35,0,0,0,0,0,0,0,45,0,0,0,0,0,0,33,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,35,0,76,0,0,0,0,0,46,0,0,0,52,0,0,33,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,35,0,0,0,0,64,0,0,45,0,75,0,52,52,0,33,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,35,0,0,14,sc01,0,14,0,46,14,0,0,0,0,0,33,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:60,58,58,59,41,41,41,41,41,41,41,41,41,41,41,0,0,0,33,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,46,0,0,0,0,54,52,52,0,76,0,0,0,33,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,75,0,0,45,0,52,52,0,0,64,0,0,0,0,0,0,33,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,he,0,46,0,0,0,14,0,0,14,0,0,14,0,0,33,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level02D = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,45,0,0,0,41,41,41,41,41,41,41,0,0,0,33,0,0,0:35,0,0,0,0,64,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0:35,1900A00,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,45,0,64,0,0,52,0,0,0,0,0,0,64,0,33,0,0,0:35,0,0,0,0,4,3,5,0,0,17030606,0,0,45,0,0,0,52,0,14,0,0,46,sc01,0,0,0,52,52,52,52,0,0,0,0,13,33,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,52,0,41,30,31,31,31,32,16020900,0,0,0,0,0,0,0,0,30,31,36,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,33,37,37,37,35,23,23,23,23,23,23,23,23,23,33,37,37,0,0,0:35,3,3,5,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,33,37,37,37,38,31,31,31,31,31,31,31,31,31,36,37,37,0,0,0:35,0,0,0,0,0,0,0,0,52,0,0,0,45,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0,0:35,0,0,0,0,0,52,52,52,52,0,0,0,45,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0,0:35,0,0,0,0,0,52,52,0,0,0,0,0,45,0,17030600,0,0,0,14,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0,0:35,0,0,0,53,0,52,0,0,0,0,0,0,45,0,0,0,0,0,41,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0,0:35,0,0,0,14,0,0,0,76,0,0,0,0,45,0,0,0,0,0,76,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0,0:35,0,0,0,0,0,64,0,0,0,0,0,0,45,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,41,0,0,0,0,0,0,14,46,mu-1,14,0,0,14,0,33,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,0,30,31,31,31,31,31,32,41,41,41,41,41,41,41,30,36,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,33,37,37,37,37,37,35,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,33,37,37,37,37,37,35,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,14,33,37,37,37,37,37,35,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,33,37,37,37,37,37,35,0,he,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0:35,0,0,4,3,33,37,37,37,37,37,35,3,3,3,3,5,0,0,33,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,0,57,58,58,58,58,58,59,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,45,0,0,0,0,0,53,0,0,0,33,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0:35,64,0,9102D,0,0,0,0,0,46,0,0,0,52,0,0,76,0,0,33,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,14,0,0,0,0,45,0,0,52,52,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0:35,41,41,41,0,0,0,mu01,0,46,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0";
level03A = "00:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,45,0,0,52,0,0,0,0,0,52,0,0,0,0,0,0,0,45,0,0,0,0,55,0,0,52,52,0,0,0,0,0,33:35,0,76,0,ba01,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,14,0,0,0,14,0,54,0,0,0,0,0,0,0,33:35,0,0,64,0,0,0,45,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,45,0,0,0,0,0,0,0,0,76,62,8503B,0,62,0,33:35,14,14,14,14,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,45,0,0,0,ba01,0,0,0,0,0,0,0,0,0,0,33:35,3,3,3,5,0,0,45,0,17030700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,mu01,0,0,0,0,0,0,33:35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,4,3,3,3,5,0,0,45,0,4,5,0,0,0,0,4,3,3,3,3,3,3,33:35,0,0,52,0,0,0,45,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,52,0,0,45,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,54,0,0,0,0,33:35,0,76,0,0,0,0,45,0,0,0,55,54,52,0,52,52,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,52,52,0,0,33:35,0,0,0,9103A,64,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,he,0,0,0,45,0,0,0,0,0,0,0,0,0,14,0,14,0,14,0,14,45,14,0,14,0,14,0,14,ba-1,14,0,14,0,14,0,33:35,3,3,3,3,5,0,45,0,0,0,0,0,0,0,0,0,16021010,0,0,0,0,0,0,45,0,0,0,16021000,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,45,0,0,0,0,0,52,0,0,0,52,52,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,52,0,0,33:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level03B = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,0,0,0,41,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,33:35,0,8503C,0,0,0,20S1,0,0,0,0,14,46,0,62,0,14,0,14,0,62,0,14,0,14,0,62,0,14,0,46,0,14,0,0,0,52,52,12,33:35,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,55,0,0,52,0,12,33:35,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,ba-1,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,12,33:35,41,41,41,41,41,41,3,5,0,0,0,45,0,16031600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,17030800,0,0,4,3,33:35,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,52,52,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,76,0,0,0,0,14,45,0,62,0,14,0,14,0,62,52,14,0,14,0,62,0,14,0,45,0,14,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,41,0,0,45,0,0,0,0,0,0,52,0,0,0,0,54,0,0,0,0,0,45,0,0,0,0,0,0,0,0,33:35,0,0,52,0,0,0,0,0,41,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,ba01,0,0,45,0,0,0,0,0,0,0,0,33:35,0,52,0,54,0,4,3,3,41,3,5,45,0,0,0,0,16031313,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,52,0,0,0,0,0,33:35,0,52,52,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,52,0,0,0,0,0,0,33:35,0,0,0,76,0,B13,0,0,0,0,14,45,0,62,0,14,52,14,0,62,0,14,0,14,0,62,0,14,0,45,0,14,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,45,0,52,52,52,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,75,0,33:35,0,he,0,0,41,41,41,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,ba-1,0,0,0,0,0,0,45,0,0,0,0,0,0,0,7800S1,33:35,3,3,3,3,3,3,5,0,0,0,0,46,0,0,0,0,0,41,41,16031006,0,0,0,0,0,0,0,0,0,41,41,0,0,0,0,0,4,3,33:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level03C = "00000:60,37,37,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,0,0,0,0,0,0,41,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,41,0,46,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,64,0,64,41,0,45,0,0,0,ba-1,0,0,0,64,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,sc01,13,0,41,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,45,0,0,0,0,0,0,0,0,33:35,0,0,0,0,41,41,41,41,41,0,45,0,0,0,4,3,3,3,41,41,0,0,0,0,52,0,0,0,0,45,0,0,0,0,0,8503D,0,0,33:35,0,0,0,0,0,ba00,0,0,0,0,45,0,0,0,0,0,0,0,41,41,0,0,52,52,52,53,0,0,0,45,0,0,0,64,0,0,0,0,33:35,14,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,14,41,41,0,0,52,0,52,0,0,0,0,45,0,0,0,0,0,0,0,0,33:35,0,0,0,16020900,0,0,0,0,0,0,45,0,0,0,0,0,0,0,41,41,0,0,0,0,0,0,0,0,0,45,0,0,4,3,3,3,3,3,33:35,14,0,0,0,0,53,0,52,52,0,45,0,0,0,0,0,0,14,41,41,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,52,0,0,0,45,0,0,0,0,0,0,0,41,41,0,0,0,0,0,0,0,0,0,45,0,ba-1,0,0,0,0,0,0,33:35,14,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,14,41,41,0,0,0,0,75,0,9103C,0,0,45,0,0,0,0,0,0,0,0,33:35,0,0,0,0,62,0,0,62,0,0,45,0,0,0,0,0,0,0,41,41,0,0,0,0,0,0,sc01,0,0,45,0,0,0,17030800,0,0,0,14,33:35,14,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,14,41,41,0,0,0,4,3,3,3,5,0,45,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,76,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,14,33:35,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,33:35,0,0,0,sc01,14,0,14,0,14,0,45,0,0,62,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,14,33:35,0,0,0,4,3,3,3,3,5,0,45,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,52,0,0,45,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,53,55,0,45,0,0,0,0,0,0,0,14,33:35,0,0,0,0,0,0,0,55,0,0,45,0,0,0,he,0,0,0,0,0,0,0,0,52,52,0,0,0,0,45,0,0,76,0,0,0,0,0,33:35,0,0,0,0,52,52,0,0,0,0,45,0,4,3,3,3,3,3,3,3,5,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,33:35,0,ba-1,0,0,0,0,53,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,0,45,0,14,14,0,0,0,14,14,33:35,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,0,46,0,4,5,0,0,0,4,3,33:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level03D = "00000:60,58,58,58,58,58,58,58,58,58,58,61,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,75,0,64,0,0,55,0,33,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,he,0,0,0,0,0,52,0,0,33,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:31,31,31,31,31,31,32,0,0,0,0,33,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,0,52,52,14,33,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,0,0,52,0,33,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,14,0,52,0,33,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,0,0,0,0,33,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,0,0,0,14,33,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,0,0,0,0,33,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,14,0,0,0,57,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,0,0,0,0,0,52,64,0,75,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,0,0,0,0,53,0,0,0,0,0,13,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,14,0,0,0,0,0,30,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,0,52,0,0,0,0,33,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,0,0,0,0,0,14,33,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,0,0,52,52,0,0,57,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,14,0,0,0,52,0,0,0,1900A00,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,0,0,0,0,0,0,0,76,0,0,0,76,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,0,0,0,0,0,0,64,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,14,0,0,52,52,0,30,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,0,0,52,52,0,0,33,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,0,0,0,0,0,14,33,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,0,0,0,0,ba-1,0,33,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,35,23,23,23,23,23,23,33,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level04A = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37:35,0,8504B,0,0,0,0,0,0,0,0,62,76,0,0,62,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37:35,75,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,mu01,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37:35,3,3,3,3,5,0,0,0,0,0,4,3,3,3,5,0,0,0,0,0,17020400,0,33,37,37,37,60,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,54,0,52,52,0,0,0,0,0,0,33,37,37,37,35,14,14,0,0,0,0,0,0,64,0,0,33:35,0,0,0,0,0,0,64,0,0,0,0,52,0,52,0,0,0,0,0,0,0,0,33,37,37,37,35,0,0,0,0,0,0,0,0,0,he,0,33:35,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,35,3,3,5,0,0,76,0,0,4,3,3,33:35,0,mu01,0,0,0,0,41,41,41,0,0,0,0,0,0,0,0,64,75,0,0,0,33,37,37,37,35,0,0,0,0,0,0,0,0,0,ba-1,0,33:35,0,14,14,14,14,0,41,41,41,0,0,0,0,0,0,0,0,0,0,0,41,41,33,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,33:38,31,31,31,31,31,31,31,31,32,3,5,0,0,0,0,0,30,31,31,31,31,31,36,37,37,37,35,0,0,0,0,0,4,3,3,5,0,0,33:37,37,37,37,37,37,37,37,37,35,0,0,0,0,0,0,0,57,58,58,58,58,58,58,58,58,58,59,0,0,0,0,0,0,0,0,0,0,0,33:37,37,37,37,37,37,37,37,37,35,0,0,52,52,0,0,0,0,0,0,0,0,0,0,0,0,ba00,0,0,0,52,52,0,0,0,0,64,0,0,33:37,37,37,37,37,37,37,37,37,35,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,54,0,0,0,0,0,33:37,37,37,37,37,37,37,37,37,35,0,0,54,0,52,0,0,0,0,0,62,0,0,0,62,0,0,0,0,0,0,0,0,0,0,41,41,41,41,33:37,37,37,37,37,37,37,37,37,35,16030800,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,16030808,0,0,0,0,0,0,0,41,41,41,41,33:37,37,37,37,37,37,37,37,37,35,0,0,0,0,0,0,0,0,0,14,0,14,0,14,0,14,0,0,0,0,0,0,0,75,0,41,41,41,41,33:37,37,37,37,37,37,37,37,37,35,23,23,23,23,23,23,23,23,41,41,41,41,41,41,41,41,41,23,23,23,23,23,23,23,23,41,41,41,41,33:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level04B = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,14,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,33:35,14,14,0,62,0,0,0,0,52,62,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,76,0,46,0,0,0,33:35,14,0,0,0,52,0,52,52,0,0,0,0,14,64,0,14,45,0,14,0,75,14,0,64,14,0,0,14,0,0,14,0,0,14,45,0,14,0,33:35,0,0,0,0,0,0,52,0,0,53,0,0,0,0,13,0,46,0,0,mu01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,mu-1,0,33:35,16031200,0,0,0,0,0,0,0,0,0,0,0,30,31,31,31,31,31,31,31,31,31,31,31,31,31,31,32,3,3,3,3,41,41,41,41,41,41,33:35,0,0,0,0,0,0,76,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,35,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,35,0,0,0,0,0,0,0,0,52,0,33:35,0,0,0,23,23,23,23,23,23,23,23,23,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,35,14,0,62,0,53,0,52,52,0,0,33:35,14,0,0,30,31,31,31,31,31,31,31,31,36,37,37,37,37,37,37,37,37,37,37,37,37,37,37,35,41,0,0,0,0,0,0,0,8504C,0,33:35,0,0,0,33,37,37,37,37,37,37,37,37,58,37,37,37,37,37,37,37,37,37,37,37,37,37,37,35,0,0,0,0,0,0,0,75,0,0,33:35,14,0,0,57,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,59,0,0,0,0,0,sc01,0,0,0,0,33:35,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,3,3,3,3,3,33:35,14,0,0,0,0,52,0,46,0,0,ba-1,0,0,0,0,0,0,0,0,76,0,0,0,0,0,53,0,0,0,0,0,0,0,0,0,0,14,14,33:35,0,0,0,52,0,52,0,45,0,62,0,0,0,0,17030400,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,52,52,52,0,62,0,14,14,33:35,14,0,0,53,52,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,14,14,33:35,0,0,0,0,9104B,75,0,45,64,0,0,0,76,0,0,0,0,0,30,31,31,31,31,32,0,0,16031000,0,0,0,0,0,76,0,0,0,41,41,33:35,14,0,he,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,35,0,75,0,0,0,0,0,0,0,0,0,0,41,41,33:35,41,41,41,41,41,41,41,41,41,23,23,23,23,23,23,23,23,23,33,37,37,37,37,35,23,23,23,23,23,23,23,23,23,23,23,23,41,41,33:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level04C = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,12,12,12,0,0,0,0,76,0,0,0,0,0,0,0,0,12,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,64,0,52,52,75,52,0,0,0,0,0,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,13,0,0,0,54,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,16020800,0,0,0,0,0,0,0,41,3,3,3,5,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,41,0,0,0,0,0,ba-1,0,0,0,0,64,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900AGE,0,0,0,0,41,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,52,52,0,52,0,0,52,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,54,52,0,52,0,52,0,9104C,0,64,0,0,0,0,0,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,12,12,0,0,0,0,0,55,0,0,0,0,0,he,0,0,0,0,0,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,12,12,0,76,0,0,0,0,0,0,76,4,3,3,3,3,5,0,0,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,41,41,0,0,0,0,0,0,mu01,0,0,0,0,0,0,0,0,75,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,41,41,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level05A = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,76,0,0,0,0,0,0,0,0,0,0,0,0,ba00,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,9105A,0,0,0,52,52,0,0,52,52,0,0,0,0,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,he,0,0,0,0,0,0,0,52,0,52,52,52,0,0,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,3,3,5,0,0,76,76,14,14,14,14,0,0,0,0,0,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,16031400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,23,23,23,23,23,23,23,23,23,23,23,23,23,41,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,41,41,41,41,41,41,41,41,41,41,41,41,41,41,0,0,52,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,45,0,ba00,0,0,0,0,0,0,0,0,0,0,0,52,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,46,0,0,0,0,0,62,0,55,0,0,0,55,0,52,52,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,45,0,0,0,52,0,0,0,0,0,0,0,0,0,0,52,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,45,0,0,0,0,0,0,14,14,14,14,0,0,0,76,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,45,0,0,16031400,0,0,0,0,0,0,0,75,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,45,0,0,41,23,23,23,23,23,23,23,23,23,23,23,23,23,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,45,0,0,41,41,41,41,41,41,41,41,41,41,41,41,41,41,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,45,0,0,0,0,0,0,0,45,0,0,ba00,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,76,45,0,52,0,14,14,14,14,46,0,76,0,0,8505B,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,45,0,0,75,0,55,0,0,45,0,0,0,64,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,46,sc01,0,0,0,0,13,0,46,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level05B = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,ba00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,ba00,14,0,33:35,0,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,54,0,0,52,52,0,0,0,0,0,0,0,0,0,14,33:35,0,12,12,0,0,0,0,0,52,52,0,14,14,14,14,0,45,0,0,0,0,0,0,0,52,52,52,0,55,0,0,0,0,0,0,0,14,13,33:35,0,0,0,0,0,0,0,52,52,0,54,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,4,3,33:35,16031700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,16031717,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,41,0,0,0,0,41,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,33:35,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,7,0,0,7,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,33:35,0,0,0,0,0,0,ba00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,ba00,0,0,45,0,0,0,33:35,0,0,0,0,0,0,0,52,0,0,0,0,0,0,12,12,0,0,0,0,0,0,12,12,0,0,0,0,0,0,0,0,0,0,46,0,0,0,33:35,0,0,0,0,0,52,52,52,0,0,0,0,0,0,12,12,0,0,0,0,0,0,12,12,0,0,0,0,0,0,0,0,0,0,45,0,0,0,33:35,0,0,0,0,0,0,0,0,52,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,14,0,0,0,0,0,45,0,0,0,33:35,0,0,0,0,16031500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16031515,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,14,33:35,0,55,0,0,41,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,41,45,0,0,14,33:35,0,0,52,0,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,45,0,0,14,33:35,0,0,0,0,ba00,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,1900AGE,0,0,0,ba00,0,0,0,0,0,0,45,0,0,0,33:35,0,12,12,0,0,0,0,0,0,46,14,14,14,14,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,52,0,0,45,12,12,0,33:35,0,12,12,0,75,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,52,54,0,0,45,12,12,0,33:35,0,0,0,0,0,0,0,sc-1,0,46,0,0,0,0,he,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,sc-1,46,0,0,0,33:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level06A = "00000:60,58,58,58,58,58,41,41,41,41,41,41,41,41,41,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0:35,0,0,52,0,0,0,41,21,21,21,21,21,21,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,33,0:35,0,52,52,52,0,0,41,0,0,0,75,0,0,0,0,0,0,0,46,0,52,52,56,0,56,0,52,0,0,0,0,0,0,0,0,0,12,33,0:35,52,0,0,0,0,0,41,0,13,12,0,0,14,14,0,sc01,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0:35,0,0,0,0,0,0,41,41,41,41,41,41,41,41,41,41,41,41,41,41,0,0,0,0,52,53,52,52,52,0,0,0,0,0,0,0,0,33,0:35,0,he,0,0,0,0,20S1,0,8500A,0,0,62,0,76,0,0,62,0,0,20S1,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,33,0:38,31,31,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,16030500,0,0,0,0,0,0,0,0,33,0:37,34,37,34,35,0,0,0,0,0,0,0,0,0,0,0,mu01,0,0,0,0,0,0,0,41,41,0,0,0,0,0,0,0,0,0,0,0,0,33,0:34,37,34,37,35,0,0,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,0,0,0,0,0,17030510,0,0,0,33,0:34,34,37,34,35,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,41,0,0 ,0,0,0,0,0,0,0,33,0:37,34,37,34,35,14,14,0,0,0,46,0,76,0,0,0,0,0,76,0,0,46,0,52,0,52,0,0,41,41,41,41,52,0,0,0,0,0,33,0:37,37,34,37,38,31,31,31,32,0,45,0,0,0,0,0,0,0,0,0,0,45,0,0,52,0,0,0,0,0,0,41,0,0,0,0,0,0,33,0:37,34,34,34,34,34,34,34,35,0,46,0,0,0,0,0,0,0,0,0,0,46,0,0,52,56,0,53,0,0,0,41,ba01,0,0,0,0,0,33,0:34,37,37,37,37,37,34,34,38,31,31,31,32,7,7,7,7,7,30,31,31,31,32,0,0,0,0,54,0,0,0,41,0,0,0,0,0,0,33,0:34,34,34,34,34,37,34,34,34,34,34,34,35,12,0,0,0,12,33,34,34,34,35,0,0,53,54,52,52,0,14,41,0,0,0,0,0,0,33,0:60,58,58,58,58,58,61,37,34,34,34,34,35,14,0,0,0,14,33,37,37,34,35,0,0,52,52,0,52,0,14,41,0,0,0,0,41,41,33,0:35,0,0,0,64,7800S1,33,37,37,37,37,34,35,0,0,0,0,0,33,37,34,34,35,0,52,0,0,0,0,0,0,0,17030600,0,0,0,0,0,33,0:35,0,0,0,0,0,33,60,58,58,61,34,35,23,23,23,23,23,33,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0:35,0,41,30,31,31,36,35,0,0,33,34,38,31,31,31,31,31,36,34,37,34,35,0,0,0,0,7,7,7,0,0,0,0,0,0,0,0,33,0:35,0,41,33,34,34,34,35,0,0,33,34,37,37,34,34,34,34,34,37,37,34,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0:35,0,0,33,60,58,58,59,0,0,57,58,58,58,58,58,58,58,58,58,58,58,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,33,0:35,0,0,33,35,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,33,0:35,0,0,57,59,0,46,0,0,sc01,0,0,0,80,0,0,0,0,0,0,0,46,0,0,50,0,0,50,0,0,75,0,0,0,0,0,0,0,33,0:35,14,0,0,0,0,30,31,31,31,31,31,31,31,31,31,31,31,32,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,14,30,31,36,0:35,41,0,0,0,0,33,37,37,37,37,37,37,34,34,34,34,34,38,31,31,31,31,31,31,31,31,31,31,31,31,32,0,0,0,0,33,37,34,0:38,31,31,31,31,31,36,34,34,34,34,34,37,37,37,37,37,37,34,37,37,37,37,37,37,37,37,37,37,37,37,35,0,0,0,0,33,34,37,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level07A = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0:35,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,ba00,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,7912S1,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,he,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,3,3,3,5,0,0,0,0,0,1900A00,0,0,0,0,0,0,41,0,0,0,0,ba-1,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,41,14,0,0,0,0,0,0,0,ba01,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,41,14,0,0,52,52,52,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,41,14,0,52,0,0,52,0,0,53,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,52,0,0,0,0,4,3,3,3,5,0,0,0,41,0,0,0,0,0,0,52,52,0,55,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,ba-1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,14,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,14,33,0,0,0,0,0,0,0,0,0:35,14,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,17030500,0,0,0,14,33,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,0,53,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,55,52,52,0,52,0,52,0,0,0,0,0,0,0,0,ba01,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,76,0,0,0,0,0,0,0,0,0,ba-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,52,0,33,0,0,0,0,0,0,0,0,0:35,23,23,23,23,23,23,23,23,23,23,23,41,0,0,0,0,0,0,0,0,0,0,52,52,52,0,0,0,0,33,0,0,0,0,0,0,0,0,0:38,31,31,31,31,31,31,31,31,31,31,31,32,0,0,0,0,0,0,0,0,0,53,53,0,52,0,0,0,0,33,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,37,37,60,58,58,58,59,0,0,0,0,0,0,16030900,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,37,37,35,77,0,0,20S1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,37,37,35,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,76,0,0,ba-1,0,33,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,37,37,35,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,37,37,38,31,31,31,32,41,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,33,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,37,37,37,37,37,37,38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level08A = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,ba00,0,0,0,45,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,20S1,0,33:35,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,52,0,0,0,0,0,0,46,14,0,14,0,0,0,33:35,0,0,12,12,12,0,45,0,0,0,0,0,0,0,52,0,0,45,0,0,52,52,52,0,0,0,0,0,0,0,0,45,0,0,0,0,0,13,33:35,0,0,12,12,12,0,45,0,0,0,0,52,52,52,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,52,52,41,41,33:35,0,0,12,12,12,0,45,0,0,0,0,0,0,0,0,0,0,45,0,76,0,0,0,0,0,0,55,0,0,0,53,45,52,52,0,0,0,0,33:35,0,0,0,0,0,0,45,16031111,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,ba01,0,45,0,0,0,0,0,0,33:35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,45,0,0,sc-1,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,33:35,0,0,0,0,0,0,45,0,0,0,0,52,0,0,0,0,0,45,4,3,3,5,0,0,0,0,0,0,0,0,0,45,0,0,1900AGE,0,0,0,33:35,0,52,0,0,0,0,45,53,0,0,52,0,52,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,45,62,0,0,0,0,0,33:35,0,0,0,62,0,0,45,55,52,52,52,0,0,0,0,0,0,45,0,0,0,0,0,0,0,75,0,14,14,14,14,45,0,0,0,0,0,0,33:35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,sc01,0,0,0,0,46,0,0,0,0,0,0,33:35,0,0,0,0,0,sc01,46,0,0,0,0,0,0,0,12,0,12,45,12,0,0,0,0,0,0,30,31,31,31,31,31,31,31,32,3,3,3,3,33:35,0,0,0,0,4,3,3,3,5,0,0,0,16030800,0,0,0,0,45,0,0,0,0,0,0,0,57,58,58,58,58,58,58,58,59,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,ba00,0,0,0,0,0,0,0,0,0,7800S1,33:35,14,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,14,0,52,52,0,0,62,76,0,0,0,0,0,0,0,0,62,45,0,0,52,52,52,52,0,53,0,0,0,62,52,0,0,0,12,12,12,41,33:35,14,75,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,45,0,0,52,0,0,0,0,0,0,0,0,0,0,0,76,0,12,12,12,41,33:35,0,0,0,0,he,0,0,0,0,0,0,0,0,0,14,mu01,0,46,0,0,0,0,0,0,0,0,0,mu01,0,0,0,0,0,0,12,12,12,41,33:38,31,31,31,31,31,31,31,32,23,23,23,23,23,23,30,31,31,32,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,30,31,31,31,36:37,37,37,37,37,37,37,37,38,31,31,31,31,31,31,36,37,37,38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36,37,37,37,37:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level09A = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,76,52,0,0,0,54,52,52,52,0,0,0,0,0,0,0,0,20S1,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,75,0,0,52,0,52,52,0,0,0,0,0,64,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,he,0,0,0,14,14,14,14,0,0,0,0,0,0,0,0,0,13,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:38,31,31,31,31,31,31,31,31,31,32,7,7,7,7,7,30,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,37,37,37,37,35,0,0,0,0,12,33,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:60,58,58,58,58,58,58,58,58,58,59,0,0,0,0,0,57,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,ba00,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,4,3,3,3,3,5,0,0,0,0,0,0,55,52,52,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,54,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,52,52,0,0,0,75,0,mu01,0,0,0,0,0,0,0,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,52,52,0,0,0,0,23,23,23,23,23,23,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,0,52,0,0,41,41,41,41,41,41,0,0,0,0,0,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,12,12,0,0,0,0,41,14,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,4,5,0,0,0,0,41,14,0,0,0,0,0,0,0,52,0,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,52,0,0,0,0,64,0,75,0,ba-1,0,52,0,0,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,23,23,23,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,41,41,41,41,0,0,0,0,0,4,3,3,3,5,0,0,0,0,0,0,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,1900AGE,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,12,0,0,52,52,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,12,0,54,0,0,75,0,55,0,0,0,ba01,0,0,64,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,14,14,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800S1,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,4,3,3,3,3,5,7,7,7,7,7,4,3,3,3,3,5,0,81,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,mu01,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
levelCRA = "00000:60,58,58,58,58,58,58,58,58,58,58,61,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0:35,12,12,0,0,0,0,45,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0:35,0,91CR2,64,0,52,0,46,0,0,0,57,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,12,33,0,0,0,0,0,0,0,0,0,0,0,0:35,41,41,41,0,0,52,45,76,52,0,0,0,0,0,0,0,46,0,0,0,52,0,0,0,0,12,33,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,0,45,0,0,0,0,0,0,0,52,0,45,52,52,0,0,0,0,75,91CR4,0,33,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,0,45,14,14,mu01,0,0,0,0,0,0,45,52,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,41,41,41,41,41,0,0,0,0,0,0,45,76,0,0,0,0,0,41,41,41,33,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,64,45,0,91CR3,0,0,0,0,0,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0:35,0,52,0,0,0,0,45,0,0,0,0,0,17030600,0,0,30,31,31,31,32,5,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,76,0,0,45,52,0,0,52,52,0,0,0,33,37,37,37,35,0,0,0,52,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0:35,75,0,0,0,0,0,45,0,52,52,52,0,0,0,0,33,37,37,37,35,14,52,52,0,ba-1,0,33,0,0,0,0,0,0,0,0,0,0,0,0:35,0,he,0,0,0,0,45,0,91CR1,64,0,0,0,0,0,33,37,37,37,35,14,0,52,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0:35,41,41,41,41,0,mu01,46,0,0,0,0,0,0,0,0,33,37,37,37,35,5,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0:38,31,31,31,31,31,31,31,31,31,32,0,0,0,0,0,33,37,37,37,35,0,76,0,8500D,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,37,37,37,37,35,0,0,0,0,0,33,37,37,37,35,14,0,0,0,0,64,33,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,37,37,37,37,35,0,0,0,0,0,33,37,37,37,35,14,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,37,37,37,37,37,37,35,23,23,23,23,23,33,37,37,37,38,31,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level00B = "010:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,37,37,37,37,37,37,37,37,37,37,37,37:35,71,72,0,0,0,0,0,73,73,73,0,73,0,0,0,0,0,0,0,0,0,0,0,0,70,71,33,37,37,37,37,37,37,37,37,37,37,37,37:35,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,71,33,37,37,37,37,37,37,37,37,37,37,37,37:35,0,8515A,0,62,8514A,0,0,0,0,0,0,0,52,0,0,0,0,52,52,72,0,0,0,0,70,71,33,37,37,37,37,37,37,37,37,37,37,37,37:35,0,0,0,0,0,0,0,0,0,0,0,54,0,0,52,52,52,52,52,72,0,0,0,0,0,70,57,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,73,0,0,0,70,71,33:38,31,31,31,31,31,31,32,0,0,0,0,0,0,0,0,0,0,0,0,8512A,0,62,8513A,0,0,0,20S1,0,0,0,8516A,0,62,8517A,0,0,0,70,33:37,37,37,37,37,37,37,35,0,0,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,9016S1,0,0,0,0,0,0,0,0,0,0,0,70,33:60,58,58,58,58,58,58,59,0,89S2,89S2,89S2,89S2,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,33:35,71,72,0,0,73,73,0,0,0,0,0,0,0,0,0,0,9014S2,0,30,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,32,0,54,0,33:35,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,35,0,52,52,33:35,72,0,0,52,52,0,54,0,0,0,0,8511A,0,62,0,0,43,43,33,37,37,60,58,58,58,58,58,58,58,58,58,58,58,58,59,0,52,0,33:35,0,1900A00,0,0,0,52,0,0,0,0,0,0,0,0,0,43,43,43,33,37,37,35,72,72,0,0,0,73,0,73,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,43,43,33,37,37,35,72,1900CS3,0,0,0,0,0,0,0,0,52,0,0,0,0,70,33:35,0,0,0,0,0,0,62,8510A,0,0,30,31,31,31,31,31,31,31,36,37,37,35,0,0,0,0,0,0,0,8519A,0,0,62,8518A,0,0,0,70,33:35,0,0,he,0,74,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,35,0,0,0,0,9023S3,0,0,0,0,0,0,0,0,0,0,43,33:35,43,43,43,43,43,74,0,0,0,70,33,37,37,37,37,37,37,37,37,37,37,35,0,0,0,0,0,0,0,0,0,0,74,0,0,74,0,43,33:38,31,31,31,31,31,31,31,31,31,31,36,37,37,37,37,37,37,37,37,37,37,38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level10A = "010:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,8510B,0,0,0,0,52,0,0,0,0,0,73,73,73,73,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,64,0,52,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,52,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,43,43,43,43,43,43,0,0,0,14,14,14,14,14,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,73,73,0,0,0,7,7,7,7,7,0,0,0,0,0,0,0,0,70,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,52,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,71,72,0,ba-1,0,0,52,0,0,0,0,0,0,0,52,52,0,0,14,14,14,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,72,0,0,0,0,52,0,0,0,0,0,0,0,52,0,0,0,0,7,7,7,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,72,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,52,0,0,0,0,14,14,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,64,0,0,0,7,7,7,7,0,0,0,16030800,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,he,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,3,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,71,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level10B = "010:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,73,0,73,73,0,0,ba00,0,0,0,0,0,73,73,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,52,0,0,0,0,0,0,0,0,0,70,72,0,0,0,0,0,0,0,0,0,0,14,14,14,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,70,72,0,0,0,0,0,0,0,0,0,0,0,14,14,14,33,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,43,22,0,16031800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7,7,33,0,0,0,0,0,0,0,0,0:35,7,7,0,0,0,43,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,70,43,22,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,76,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,72,0,0,0,70,43,22,0,0,0,0,0,52,0,52,52,52,52,0,0,0,0,0,0,0,0,0,52,0,33,0,0,0,0,0,0,0,0,0:35,71,72,0,0,14,43,22,0,0,0,0,0,0,0,0,52,0,0,0,0,0,23,23,23,0,0,0,0,52,33,0,0,0,0,0,0,0,0,0:35,72,0,0,7,7,43,22,0,0,0,62,0,0,0,62,0,0,0,62,0,7800S1,43,43,43,22,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,20S1,0,0,76,0,0,0,14,0,0,0,14,0,0,0,0,20S2,0,43,22,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,22,0,0,0,14,33,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,0,0,he,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,43,22,0,0,0,14,33,0,0,0,0,0,0,0,0,0:35,7,7,0,0,0,4,3,3,5,7,7,7,7,7,7,7,7,7,7,7,7,43,43,43,22,0,0,0,14,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,71,43,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,72,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,43,0,0,0,70,71,33,0,0,0,0,0,0,0,0,0:35,62,0,0,0,0,62,0,0,0,0,62,0,0,0,0,62,0,0,0,0,62,0,70,43,0,0,0,0,70,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20S2,76,0,8510C,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800S2,33,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,14,0,0,0,0,14,0,0,0,0,14,0,0,0,0,14,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,7,0,0,0,0,7,0,0,0,0,7,0,0,0,0,7,0,0,0,0,7,0,0,4,3,3,3,3,3,33,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level10C = "01000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,7,7,7,0,0,0,0,0,12,12,12,0,0,0,0,7,7,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,7,7,7,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,1900BGE,0,0,0,0,0,0,0,7,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,12,0,0,0,0,0,13,12,0,0,0,he,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,7,7,7,7,7,7,4,3,3,3,3,5,7,7,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,7,7,0,0,0,0,0,0,0,0,0,0,0,0,7,7,7,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level11A = "010:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0:35,14,14,14,14,0,0,0,73,0,73,0,0,0,0,0,0,0,ba00,0,0,0,0,0,0,0,0,73,73,73,0,0,0,0,0,33,0,0,0,0:35,14,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,33,0,0,0,0:35,14,14,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,52,0,0,76,0,0,33,0,0,0,0:35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,64,7800S1,33,0,0,0,0:35,0,0,0,0,0,0,0,14,0,0,0,0,0,14,0,0,0,0,14,74,74,0,0,14,0,0,0,sc01,14,74,13,0,0,14,33,0,0,0,0:35,16031200,0,0,0,0,0,0,0,0,0,0,0,16031212,0,0,0,0,0,0,70,71,0,74,0,43,43,43,43,43,43,43,43,43,43,33,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,71,71,71,0,14,14,14,14,14,14,14,14,14,14,33,0,0,0,0:35,74,0,0,0,0,52,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,71,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0:35,72,0,0,0,0,0,52,52,72,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0:35,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,52,52,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0:35,23,23,23,23,0,0,0,0,0,0,0,0,0,0,0,0,52,72,0,0,52,72,0,0,0,0,0,0,0,0,0,52,0,0,33,0,0,0,0:35,43,43,43,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,74,33,0,0,0,0:35,8511B,0,0,20S1,0,62,0,76,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,74,70,33,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,70,71,33,0,0,0,0:35,0,0,0,0,0,74,74,0,fm00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,fm00,0,0,0,he,0,70,33,0,0,0,0:38,31,31,31,31,31,31,31,31,31,32,16031608,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,30,31,31,31,31,31,31,31,36,0,0,0,0:37,37,37,37,37,37,37,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,0,0,0,0:37,37,37,37,37,37,37,37,37,37,35,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,33,37,37,37,37,37,37,37,37,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level11B = "010:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,14,14,20S1,0,0,0,0,0,73,73,0,0,43,0,0,0,0,73,73,0,0,0,0,0,0,43,0,0,0,0,73,73,0,0,1900B00,0,0,0,33:35,14,14,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,33:35,13,14,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,52,0,0,0,7800S2,43,0,0,0,0,0,0,0,64,0,0,0,7822S1,33:35,43,43,43,0,0,0,0,0,0,0,0,70,43,72,0,0,0,52,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,ba00,0,0,0,14,0,14,0,14,0,70,43,72,0,14,0,14,0,14,0,14,0,14,0,43,0,14,52,14,0,14,0,4,3,3,3,3,33:35,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,ba01,0,0,0,0,43,0,0,0,0,52,0,0,0,0,0,0,70,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,52,0,0,0,0,0,33:35,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,43,0,0,0,0,0,0,0,0,0,0,0,70,33:35,71,72,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,70,43,0,0,0,0,0,76,0,0,0,0,70,71,33:35,71,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,43,0,fm01,0,0,0,0,0,0,0,0,70,71,33:35,72,0,0,52,0,0,0,52,0,0,0,70,43,0,0,0,0,0,52,0,0,52,0,0,0,43,23,23,23,23,23,23,23,0,0,0,0,70,33:35,72,0,0,52,52,0,0,0,0,0,0,70,43,0,76,0,0,0,52,52,0,0,0,0,0,43,43,43,43,43,43,43,43,0,0,0,0,0,33:35,0,0,0,0,52,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,73,0,73,73,0,0,0,52,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,43,74,0,0,fm-1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,30,31,31,31,31,32,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,52,0,0,0,0,33:35,0,0,64,0,0,0,76,0,0,76,0,0,33,37,37,37,37,35,0,14,0,14,0,14,0,20S2,0,14,0,14,0,14,0,14,0,14,0,14,33:35,0,he,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,33:35,43,43,43,43,0,0,0,0,fm01,0,74,0,33,37,37,37,37,35,0,mu01,0,75,0,0,0,0,0,74,0,0,0,0,75,0,0,fm00,0,70,33:38,31,31,31,31,31,31,31,31,31,31,31,31,36,37,37,37,37,35,23,23,23,23,23,23,23,43,43,43,23,23,23,23,23,23,23,23,23,23,33:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level12A = "010:35,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,33:35,0,0,0,0,73,73,0,0,0,0,73,0,0,0,0,0,73,0,0,73,73,73,73,73,73,73,73,73,73,0,0,0,0,73,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,71,72,0,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,52,0,0,0,52,52,52,52,0,0,0,0,33:35,72,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,33:35,72,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,62,0,0,ba00,0,0,0,14,0,14,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8512B,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800S1,33:35,14,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,14,0,14,0,14,74,0,0,0,33:35,7,7,7,0,0,0,0,14,0,14,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7,7,7,7,7,7,4,3,3,3,33:35,0,0,0,0,0,0,0,7,7,7,7,7,0,0,0,0,0,52,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,52,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,70,72,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,71,72,0,74,0,0,0,0,0,0,0,0,0,0,0,70,33:35,0,0,0,0,0,70,71,72,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,70,71,72,0,0,0,0,0,0,0,0,0,70,71,33:35,0,0,0,0,0,70,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,33:35,0,0,0,0,ba00,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,fm00,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,52,0,0,52,0,0,0,0,0,0,23,23,23,23,23,23,23,23,23,33:35,0,fm00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,52,0,0,0,0,0,52,52,0,0,0,0,43,43,43,43,43,43,43,43,43,33:35,23,23,23,23,23,0,14,0,14,0,14,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,43,43,43,43,43,0,7,7,7,7,7,7,7,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,14,0,14,0,20S1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,33:35,0,14,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,ba00,0,0,0,0,0,0,0,0,52,52,52,0,52,0,0,33:35,13,0,14,0,0,0,14,0,14,0,0,0,0,0,0,0,14,0,14,0,14,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,74,33:35,5,7,7,7,7,7,7,7,7,0,0,0,0,0,0,0,7,7,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,71,33:35,72,0,0,0,0,0,0,0,0,0,0,52,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,33:35,71,71,72,0,0,0,0,0,52,0,52,0,0,0,70,72,0,74,0,0,0,0,0,0,14,0,14,0,14,0,14,0,0,0,74,he,70,71,33:35,72,0,0,0,0,0,52,52,0,0,0,0,0,0,0,70,71,72,0,0,0,0,0,0,7,7,7,7,7,7,7,0,0,0,4,3,3,3,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,33:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level12B = "010:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,73,0,0,0,73,73,0,73,73,0,73,0,43,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,14,14,0,0,0,0,0,0,0,0,0,0,0,20S1,0,8512C,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,64,0,64,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,3,3,5,0,0,52,52,0,0,0,0,0,0,70,43,43,43,43,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,73,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,72,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,71,72,0,0,0,0,0,0,0,0,0,0,52,52,52,52,52,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,72,0,0,52,0,0,14,0,14,0,14,0,14,0,0,0,52,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,72,0,0,0,0,0,7,7,7,7,7,7,7,0,0,0,52,70,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,he,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800S1,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,3,3,5,0,0,76,0,52,0,52,52,0,0,0,76,0,0,4,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,75,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level12C = "010:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,0,0,0,0,0,0,0,0,0,0,0,73,73,73,73,73,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,73,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,ba01,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,76,0,0,77,0,0,0,0,0,0,0,0,0,0,0,52,52,0,0,0,52,0,0,0,0,52,0,0,0,0,0,52,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,ba-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,52,0,0,0,52,0,0,0,0,70,33:35,0,0,0,he,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,52,0,0,0,0,0,0,70,71,33:38,31,31,31,31,31,31,32,72,0,0,0,0,14,14,0,0,ba00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,70,33:60,58,58,58,58,58,58,59,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,14,0,73,73,0,0,43,72,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,ba00,0,0,0,0,0,0,0,0,0,0,0,0,33:35,14,0,0,1900B00,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,43,0,52,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,33:35,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,12,0,0,0,0,0,0,12,33:35,0,0,0,0,0,0,43,0,0,0,0,0,0,52,0,52,0,0,0,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,33:35,17021000,0,0,43,43,43,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,33:35,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7,0,0,0,0,0,0,0,14,33:35,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,33:35,0,0,0,43,43,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,0,0,0,0,0,14,33:35,0,0,0,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,0,0,0,0,0,14,33:35,0,0,0,12,0,73,0,0,73,0,0,0,0,0,73,73,73,73,73,0,0,0,0,0,0,0,70,71,0,0,0,0,0,0,0,0,0,14,33:35,0,0,0,12,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,72,0,0,0,0,0,0,0,0,0,14,33:35,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,52,0,0,0,0,0,0,14,33:35,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,ba00,0,0,0,0,0,0,52,52,52,0,0,52,52,52,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,52,0,52,0,0,0,0,0,14,14,14,14,14,0,0,0,0,0,0,0,52,52,0,0,76,0,0,76,0,33:35,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,fm01,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,fm01,0,0,0,33:35,41,41,41,41,41,0,0,0,0,0,0,0,7,7,7,7,7,7,7,7,7,7,7,7,7,0,0,0,0,0,0,0,43,43,43,43,43,43,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,33:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36";
level13A = "010:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,8513B,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,64,0,0,0,0,0,0,0,0,0,0,64,0,0,0,52,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,14,0,0,14,0,0,14,0,0,0,0,52,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,43,43,43,43,16031000,0,0,0,0,0,0,0,0,0,43,43,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,43,43,43,43,0,0,0,0,0,0,0,0,0,107022,43,43,3,5,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,117047,0,0,73,0,0,0,0,0,0,0,0,0,70,43,43,0,0,0,0,70,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,52,52,0,0,62,0,0,62,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,52,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,4,3,3,3,5,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,73,0,0,0,0,0,0,4,3,3,5,0,0,0,54,0,0,0,0,0,70,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,he,0,0,0,0,0,0,0,0,0,52,52,52,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:38,31,31,31,32,0,0,0,0,0,0,0,52,0,0,0,0,0,0,14,14,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,35,117000,0,0,0,0,0,0,0,0,0,0,64,0,0,43,43,43,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,43,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:37,37,37,37,38,31,31,31,32,23,23,23,23,23,23,23,30,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level13B = "010:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,73,73,73,0,73,0,0,0,0,0,0,0,0,52,0,0,0,107047,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,0,70,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,52,0,0,64,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,76,0,0,0,0,0,52,0,0,0,0,0,0,0,he,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,75,0,0,0,0,64,0,14,107022,43,43,43,43,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,74,0,0,74,0,0,0,0,0,74,0,43,43,43,43,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,72,0,14,30,31,31,31,31,32,71,0,76,14,30,31,31,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,71,72,14,33,37,37,37,37,35,72,0,0,14,33,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,71,72,0,33,37,37,37,37,35,23,23,23,23,33,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,72,0,70,33,37,37,37,37,38,31,31,31,31,36,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,52,57,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,52,0,0,0,71,72,0,0,0,0,0,0,0,54,0,0,0,0,0,70,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,73,0,0,0,0,0,52,52,52,0,0,0,0,0,0,70,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,5,0,0,0,14,0,14,0,0,0,0,52,0,0,14,0,14,0,8513C,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,117000,75,0,0,76,0,0,64,0,14,13,14,0,76,76,0,0,64,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,43,43,43,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:38,31,31,32,23,23,23,23,30,31,31,31,31,32,23,23,23,23,30,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level13C = "010:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,14,14,73,73,73,0,73,0,0,0,0,0,0,43,43,43,43,43,43,43,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,117047,13,0,0,0,0,0,0,52,52,0,0,0,0,43,43,43,43,43,43,43,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,3,3,5,0,0,0,52,52,0,0,0,0,0,0,73,73,0,52,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,76,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,117022,0,0,0,64,0,0,0,0,64,0,0,0,0,0,14,0,14,0,14,7800S1,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,0,74,0,0,70,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,17030800,0,0,0,43,0,0,0,0,43,0,0,0,0,30,31,31,31,31,31,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,52,43,14,0,0,14,43,71,72,0,0,33,37,37,37,37,37,37,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,43,14,0,0,14,43,72,0,0,0,33,37,37,37,37,37,37,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,43,0,52,0,0,43,0,0,0,70,57,58,58,58,58,58,58,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,74,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,70,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,1900BS1,0,0,0,0,0,0,52,52,52,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,he,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,14,14,75,0,0,0,64,0,0,76,0,0,76,76,64,107000,43,43,43,43,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,43,43,43,0,0,0,0,74,0,0,0,0,0,0,0,0,0,43,43,43,43,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:38,31,31,31,31,31,31,31,32,23,23,23,23,23,23,23,30,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level14A = "01000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0:35,14,14,43,0,0,0,0,73,73,0,0,43,0,0,0,73,0,0,73,73,0,0,0,0,0,0,14,14,0,33,0,0,0,0,0,0,0,0,0:35,14,14,20S1,0,0,0,0,0,0,0,0,20S2,0,0,0,0,76,0,0,0,52,52,0,0,0,64,8514B,0,0,33,0,0,0,0,0,0,0,0,0:35,14,14,0,0,0,0,75,64,0,0,0,0,0,0,0,0,0,52,0,52,52,0,0,75,0,0,0,0,7810S2,33,0,0,0,0,0,0,0,0,0:35,13,14,0,0,he,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,74,0,0,0,107000,43,0,0,0,33,0,0,0,0,0,0,0,0,0:35,43,43,43,43,43,43,43,43,0,0,0,43,72,0,0,43,43,43,43,43,43,43,43,43,43,43,43,43,43,33,0,0,0,0,0,0,0,0,0:35,0,73,0,73,0,0,0,76,0,0,0,43,72,0,0,0,0,0,0,0,0,73,0,0,73,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,52,0,0,0,0,0,43,0,0,0,52,52,0,0,0,0,0,0,0,0,0,0,0,107047,33,0,0,0,0,0,0,0,0,0:35,14,14,14,74,0,0,0,0,0,0,107022,43,0,0,0,0,0,0,0,0,52,52,52,52,0,14,14,14,14,33,0,0,0,0,0,0,0,0,0:35,7,7,7,43,43,43,43,43,43,43,43,43,7,7,7,7,0,0,0,0,0,0,52,52,0,7,7,7,7,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,70,71,43,71,0,0,0,0,0,52,0,0,0,52,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,117000,0,52,0,64,52,52,52,52,0,70,43,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107022,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,74,0,14,14,14,43,72,0,14,14,14,0,70,72,0,0,0,0,0,0,0,0,70,33,0,0,0,0,0,0,0,0,0:35,43,43,43,43,43,43,43,43,7,7,7,43,72,0,7,7,7,0,0,0,0,7,7,7,7,76,0,0,70,33,0,0,0,0,0,0,0,0,0:35,71,71,73,0,76,0,0,0,52,0,0,43,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,52,0,33,0,0,0,0,0,0,0,0,0:35,71,72,0,0,0,52,52,0,64,0,107000,43,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,0,107000,33,0,0,0,0,0,0,0,0,0:35,72,0,0,0,0,0,74,0,0,0,107022,43,23,23,23,23,23,23,23,23,23,23,30,31,31,32,0,0,0,33,0,0,0,0,0,0,0,0,0:35,14,14,14,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,57,58,58,59,0,0,0,33,0,0,0,0,0,0,0,0,0:35,117047,0,76,0,0,0,0,73,0,0,0,0,0,73,73,0,52,52,0,0,0,0,43,76,0,0,0,0,70,33,0,0,0,0,0,0,0,0,0:35,117047,0,0,0,0,0,0,0,0,52,52,52,52,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,7800S1,33,0,0,0,0,0,0,0,0,0:35,117047,0,0,74,0,0,0,52,0,0,74,74,0,0,0,0,0,0,0,43,14,0,0,0,14,43,0,74,0,33,0,0,0,0,0,0,0,0,0:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level14B = "010:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,60,58,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,0,0,1900B00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,33,35,0,0,62,0,0,0,62,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,14,33,35,74,0,0,76,0,0,0,0,0,0,he,0,33:35,14,0,64,14,0,0,0,0,14,0,0,14,0,0,14,64,0,14,0,0,0,0,0,14,33,35,71,0,0,0,0,0,0,104100,43,43,43,43,33:35,0,mu01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,35,71,72,0,0,0,0,0,104110,43,43,43,43,33:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,32,0,0,0,0,0,33,35,73,0,4,3,3,3,3,3,43,43,43,43,33:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,59,3,5,0,0,0,33,35,0,0,0,0,0,0,0,0,0,0,0,0,33:35,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109572,33,35,5,0,0,0,0,0,0,0,0,14,14,14,33:35,0,0,0,0,53,0,0,0,0,14,0,14,0,0,0,0,0,70,72,0,0,0,0,109547,33,35,0,0,0,0,0,53,0,0,0,14,14,14,33:35,0,0,52,52,0,0,0,0,43,43,43,43,43,0,76,0,0,70,71,72,0,0,4,3,33,35,0,0,0,62,0,0,0,0,0,14,14,14,33:35,0,52,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,109525,33,35,0,0,0,0,0,0,0,0,0,4,3,3,33:35,0,0,0,0,0,0,0,0,0,14,13,14,0,0,0,0,0,0,0,0,0,0,0,109500,33,35,mu01,0,0,0,0,0,0,0,0,0,0,0,33:35,3,5,0,0,30,31,31,31,31,31,31,31,31,32,43,43,43,43,43,43,43,43,43,43,57,59,3,3,3,3,3,5,0,0,0,0,0,0,33:35,0,0,0,0,33,37,37,37,37,37,37,37,37,35,0,0,ba00,0,0,0,0,0,70,71,72,0,0,0,0,0,0,0,0,76,62,0,0,0,33:35,14,0,0,0,33,37,37,37,37,37,37,37,37,35,14,0,0,0,0,0,0,0,73,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,14,0,0,0,33,37,37,37,37,37,37,37,37,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,14,0,0,0,0,0,33:35,14,0,0,0,57,58,58,58,58,58,58,58,58,59,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,4,3,3,3,5,0,0,0,0,33:35,0,0,0,0,43,43,43,43,43,0,0,73,73,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,62,33:35,0,0,4,3,43,43,43,43,43,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,33:35,0,76,0,0,0,0,0,0,0,0,0,0,0,53,52,0,0,0,0,0,43,43,43,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,64,0,0,0,0,64,0,0,0,0,0,0,107000,43,43,43,0,ba01,0,0,0,0,53,0,0,0,0,14,0,0,14,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107000,43,43,43,0,0,0,0,0,0,0,0,0,0,103400,43,43,43,43,33:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,32,23,23,23,30,31,31,31,31,31,31,31,32,23,23,23,23,30,31,31,31,31,31,31,36:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level15A = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,8515B,0,0,0,0,0,0,52,0,0,0,0,73,0,0,73,73,73,73,73,73,0,0,0,0,73,0,0,0,0,52,0,0,73,0,73,0,73,33:35,0,0,0,0,0,0,0,52,0,52,0,0,0,0,52,0,0,64,52,0,0,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,33:35,0,0,0,14,76,0,14,0,76,14,0,0,14,0,0,14,0,0,0,0,0,14,76,0,14,0,0,14,0,0,14,76,0,14,0,0,0,0,33:35,3,3,5,185900,185900,185900,185900,185900,185900,185900,185900,185900,185900,185900,185900,185900,185900,4,3,5,185900,185900,185900,185900,185900,185900,185900,185900,185900,185900,185900,185900,185900,185900,43,17031000,0,0,33:35,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,43,0,0,0,33:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,32,0,0,0,33:37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,35,0,0,0,33:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,59,0,0,0,33:35,71,72,0,0,0,73,73,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,73,0,73,73,73,73,73,0,0,0,0,0,0,0,0,33:35,71,71,72,76,0,0,0,0,0,0,0,0,0,0,0,52,52,52,52,52,0,0,0,0,0,52,0,0,0,0,0,0,0,0,52,0,0,0,33:35,72,0,0,0,64,0,0,0,0,0,0,52,52,52,52,52,0,0,0,0,0,0,0,0,0,0,0,0,52,52,52,52,0,0,52,0,0,0,33:35,0,he,0,0,0,0,0,0,0,52,0,0,0,0,0,0,64,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:38,31,31,31,31,32,0,0,0,14,14,14,14,0,0,0,0,0,0,0,0,0,14,14,14,14,0,0,0,14,14,14,14,0,0,0,0,0,0,33:37,37,37,37,37,35,0,0,0,185050,185050,185050,185050,0,0,0,4,3,5,0,0,0,185000,185000,185000,185000,0,0,0,185050,185050,185050,185050,0,0,0,3,3,3,33:37,37,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level15B = "010:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,73,43,0,0,73,73,0,73,73,0,73,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,14,14,20S1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,64,0,64,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,he,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,43,43,43,43,0,52,52,0,0,0,0,0,0,70,0,4,3,3,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,73,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,72,0,0,0,0,0,0,0,0,185000,185000,185000,185000,0,0,0,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,71,72,0,0,0,0,0,0,0,0,0,0,52,52,52,52,52,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,72,0,0,52,0,0,14,0,14,0,0,0,0,0,0,0,52,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,8515C,0,0,0,0,185050,185050,185050,185050,0,0,0,0,0,0,0,52,70,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800S1,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,3,3,5,0,0,76,0,52,0,52,52,0,0,0,76,0,0,4,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,75,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level15C = "010:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58:35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,73,73,0,0,0,0,70,74,0,0,0,0,0,0,0,0,0,0,0,0,33:35,12,0,0,0,0,0,0,0,0,0,0,1900BS1,0,0,0,0,0,0,0,0,0,0,0,0,70,72,74,0,0,0,0,0,14,14,14,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,62,0,0,0,62,0,0,0,0,0,0,0,0,0,70,71,71,72,0,62,0,0,14,14,14,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,72,0,0,0,0,0,14,14,14,0,0,0,33:35,0,0,17020500,0,0,0,0,0,0,74,0,0,0,0,0,sc01,0,0,0,0,0,0,0,0,0,70,72,0,0,0,0,0,0,0,0,0,0,7800S1,33:35,0,0,0,0,0,0,0,0,14,30,31,31,31,31,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,14,33,34,34,34,34,34,35,0,0,0,0,16031300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7,33:35,115732,0,0,0,0,0,0,0,14,33,34,37,34,34,34,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,33,37,37,34,37,37,35,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,33:35,0,0,0,0,0,0,0,0,70,33,37,34,34,37,34,38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36:35,0,0,0,0,0,0,0,0,0,57,58,58,58,58,58,58,58,61,60,58,58,58,58,58,58,58,58,58,58,61,60,58,58,58,58,58,58,58,61:35,0,17030505,0,0,0,0,0,0,0,0,0,0,73,73,14,14,14,33,35,72,0,0,0,0,0,0,0,0,12,33,35,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,23,23,0,0,0,0,0,0,14,14,33,35,72,0,0,0,0,0,0,0,0,12,57,59,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,30,32,12,0,0,0,0,0,0,14,33,35,0,0,0,0,0,24,30,32,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,33,35,12,0,0,0,0,0,0,0,33,35,14,0,0,0,0,24,33,35,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,33,35,14,0,0,0,0,185922,185922,185922,33,35,14,0,0,0,0,24,33,35,0,13,0,0,0,0,0,0,0,0,12,33:35,72,0,0,0,0,0,0,33,35,14,0,0,0,0,0,0,0,33,35,14,0,0,0,0,0,33,38,31,31,32,0,0,0,0,0,0,0,14,33:35,72,0,0,0,0,0,70,33,35,115932,0,0,0,0,0,0,0,57,59,14,0,0,0,0,0,57,58,58,58,59,0,0,0,0,0,0,0,14,33:35,0,0,0,0,0,0,70,33,38,31,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,73,0,0,0,0,0,17030700,0,0,0,0,33:35,0,17040500,0,0,0,0,0,57,58,58,58,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185900,185900,185900,185900,185900,185900,185900,185900,185900,185900,0,0,0,0,0,0,0,0,0,0,0,0,70,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,71,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,71,70,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,76,0,0,0,0,0,0,185900,185900,185900,0,0,0,0,0,0,73,0,70,72,0,0,0,0,0,77,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,he,0,0,0,74,74,0,0,sc01,0,sc01,0,sc-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,sc01,0,sc01,0,0,33:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,31,31,31,31,31,31,31,36:37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37";
level16A = "010:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,12,14,12,0,0,0,0,0,0,0,0,0,0,0,0,70,71,71,33,35,22,0,0,0,0,0,0,0,0,12,12,0,0,0,0,0,0,0,33:35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,71,33,35,22,0,0,0,0,0,0,0,14,14,14,14,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,33,35,22,0,0,0,ba00,0,0,0,14,14,14,14,0,0,0,0,0,74,33:35,7,7,7,0,0,7,7,43,43,43,43,43,0,0,0,0,14,14,33,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,ba00,74,74,70,33:35,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,14,33,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,74,70,71,71,33:35,0,0,0,0,0,0,0,76,8516B,0,76,43,7,7,0,0,0,14,33,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,70,71,71,71,33:35,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,33,35,22,0,0,0,0,0,0,0,17040400,0,0,0,0,0,73,70,71,71,33:35,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,ba00,0,33,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,71,71,33:35,0,0,0,0,0,0,0,30,31,31,31,31,32,0,0,0,0,0,33,35,22,0,0,0,0,0,0,0,0,0,0,0,0,70,71,71,71,71,33:35,72,0,0,0,ba00,0,0,33,37,37,37,37,35,0,0,0,0,0,33,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,73,73,0,71,33:35,72,74,74,74,0,74,70,33,37,37,37,37,35,184837,184837,184837,184837,184837,33,35,22,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,70,33:35,71,71,71,71,71,71,71,33,37,37,37,37,35,62,0,0,0,0,33,35,22,0,0,0,0,74,71,72,0,0,0,0,0,75,64,0,0,73,33:35,71,71,72,73,73,70,71,33,37,37,37,37,35,0,0,0,0,0,33,35,22,14,0,0,74,71,71,72,0,0,0,0,0,0,0,0,0,0,33:35,72,0,0,13,0,0,0,33,37,37,34,37,35,184847,184847,184847,184847,184847,33,35,22,14,0,30,31,31,31,32,184800,184800,184800,184800,30,31,31,32,0,0,33:35,23,23,23,43,23,23,23,33,37,37,37,37,35,0,0,0,ba00,0,33,35,22,0,0,33,37,34,37,35,114802,0,0,14,33,37,37,35,0,0,33:38,31,31,31,31,31,31,31,36,37,37,34,37,35,0,0,0,0,0,33,35,22,0,0,33,37,34,37,35,0,0,14,12,33,37,34,35,17020404,0,33:37,37,37,34,37,37,34,34,37,37,34,34,37,35,184859,184859,184859,184859,184859,33,35,22,14,0,33,37,37,37,35,114800,0,0,14,33,37,37,35,0,0,33:60,58,58,58,58,58,58,58,61,34,37,37,37,35,62,0,0,0,0,33,35,22,14,0,33,37,37,37,38,31,31,31,31,36,34,37,35,0,0,33:35,0,0,0,70,71,71,71,33,37,37,37,37,35,0,0,0,0,0,33,35,22,14,0,33,37,34,37,37,37,37,37,37,37,37,37,35,0,0,33:35,0,0,0,73,70,71,71,33,37,37,37,37,35,184872,184872,184872,184872,184872,57,59,22,14,0,33,37,37,37,37,37,37,37,37,37,37,37,35,0,0,33:35,0,0,0,0,0,73,70,33,37,34,37,37,35,75,0,0,75,0,0,0,0,0,0,33,37,37,37,34,37,37,37,34,37,37,37,35,0,0,33:35,0,he,0,0,0,0,0,33,37,37,34,34,35,0,0,0,0,80,0,0,0,0,0,33,37,37,37,37,34,37,34,37,34,37,37,35,17020400,0,33:38,31,31,32,0,0,0,0,33,37,37,37,34,38,31,31,31,31,31,31,31,31,31,31,36,37,37,37,37,37,34,37,34,37,37,37,35,0,0,33:37,37,37,35,0,0,0,0,33,37,37,37,37,37,37,37,37,37,34,37,37,37,37,37,37,37,37,37,34,37,37,37,37,37,37,37,35,0,0,33:37,34,37,35,0,0,0,0,57,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,59,0,0,33:37,37,37,35,119522,0,0,0,0,0,0,0,0,0,14,14,14,14,0,0,0,0,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:37,34,34,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:34,34,37,35,0,16031212,0,0,0,0,0,0,0,0,0,0,0,16031201,0,0,0,0,0,0,0,0,0,0,0,7,7,7,7,7,7,7,7,30,31,36:37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37";
level16B = "010:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,12,14,12,0,0,0,0,73,73,73,73,0,0,0,0,70,71,71,72,0,0,0,0,0,73,0,0,73,0,12,12,0,0,0,0,0,0,0,33:35,14,0,0,0,0,52,0,0,0,0,0,52,0,0,0,0,70,71,72,0,0,0,0,0,0,0,0,0,14,14,14,14,0,0,0,0,0,0,33:35,7900S1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,52,0,0,14,14,14,14,0,0,0,0,0,13,33:35,7,7,7,0,0,185000,185000,185000,185000,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,4,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,7,7,7,7,7,0,0,74,70,71,71,33:35,0,0,0,ba00,0,0,0,0,0,0,0,7,7,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,ba00,0,0,70,71,71,71,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,70,71,72,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,ba00,0,0,0,7,7,7,7,7,0,0,0,52,0,0,0,0,0,0,23,23,23,33:35,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,70,71,43,43,43,33:35,72,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,73,20S1,0,70,33:35,72,74,74,74,0,74,0,0,0,0,0,0,0,185050,185050,185050,185050,185050,0,0,0,0,0,0,0,0,74,0,185050,185050,185050,185050,185050,0,0,0,0,70,33:35,71,71,71,71,71,71,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,71,72,0,0,0,0,0,0,0,0,0,73,33:35,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,185000,33:35,72,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,23,23,23,23,23,0,0,0,0,23,23,23,23,0,0,33:35,23,23,23,23,23,23,23,0,0,0,0,7,7,7,0,0,0,0,0,0,0,0,24,30,31,31,31,32,0,0,0,0,30,31,31,32,74,0,33:38,31,31,31,31,31,31,32,22,0,0,0,0,0,0,0,0,0,0,52,52,0,0,24,33,37,34,37,35,0,0,75,0,33,37,34,35,5,0,33:37,37,37,34,37,37,34,35,22,0,0,0,52,0,0,0,0,0,0,52,0,0,14,24,33,37,37,37,35,23,23,23,23,33,37,37,35,0,0,33:60,58,58,58,58,58,58,59,22,0,0,0,0,0,0,0,0,0,52,52,0,0,14,24,33,37,37,37,38,31,31,31,31,36,34,37,35,52,0,33:35,1900BS2,0,0,70,71,71,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,24,33,37,34,37,37,37,37,37,37,37,37,37,35,0,0,33:35,0,0,0,73,70,71,72,0,0,0,64,0,0,0,0,0,0,0,0,0,0,14,24,33,37,37,37,37,37,37,37,37,37,37,37,35,52,0,33:35,0,0,0,0,0,73,0,0,0,0,0,0,0,75,0,0,75,0,0,0,0,0,24,33,37,37,37,34,37,37,37,34,37,37,37,35,0,0,33:35,0,he,0,0,0,0,0,74,74,0,43,0,0,0,0,fm01,0,80,0,0,74,0,24,33,37,37,37,37,34,37,34,37,34,37,37,35,52,0,33:38,31,31,32,43,43,43,43,30,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36,37,37,37,37,37,34,37,34,37,37,37,35,0,0,33:37,37,37,35,0,0,0,0,33,37,37,37,37,37,37,37,37,37,34,37,37,37,37,37,37,37,37,37,34,37,37,37,37,37,37,37,35,0,0,33:37,34,37,35,0,0,0,7800S2,57,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,59,0,0,33:37,37,37,35,119522,0,0,0,73,73,0,0,73,0,14,14,14,14,0,0,73,73,0,14,14,0,0,52,0,0,0,0,73,0,73,73,0,64,0,33:37,34,34,35,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,52,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,fm00,33:34,34,37,35,0,16031212,0,0,0,0,0,0,0,0,0,0,0,16031201,0,0,0,0,0,0,0,0,0,0,0,4,3,3,3,3,3,3,3,30,31,36:37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37";
level17A = "010:35,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,33:35,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,33:35,12,14,14,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,14,14,14,14,14,0,12,0,0,0,0,0,52,14,12,14,12,0,33:35,14,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,52,0,54,0,0,0,0,0,0,0,0,0,0,52,0,53,54,52,52,54,0,0,33:35,14,0,0,0,0,0,0,0,0,52,0,56,0,0,56,0,52,52,0,0,0,0,0,0,0,0,0,0,0,0,54,8517B,0,53,52,0,0,0,33:35,14,17030606,0,0,0,0,0,0,52,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,33:35,0,0,0,0,0,16030800,0,52,0,0,0,0,0,52,0,54,54,0,0,0,0,0,0,0,mu01,0,0,0,mu01,mu-1,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,14,14,13,0,mu01,0,33:35,0,0,0,0,0,0,0,0,70,71,74,74,0,0,0,0,0,0,0,0,0,23,23,0,0,12,0,0,0,0,0,0,43,43,43,43,43,43,33:35,0,17030600,0,0,0,0,0,70,71,71,71,71,72,0,0,0,0,0,12,0,24,30,32,22,0,0,14,0,0,0,0,0,0,0,0,0,0,14,33:35,0,0,0,0,0,0,0,0,73,71,71,73,0,0,0,0,0,12,0,0,24,33,35,22,0,0,14,0,0,0,0,0,0,0,0,0,0,12,33:35,0,0,0,0,0,0,0,0,0,73,73,0,0,0,0,0,0,14,0,0,24,33,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,14,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,24,33,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,14,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,33,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,14,33:35,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,33,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,14,33:35,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,33,35,22,0,0,0,fm00,0,0,0,0,0,0,0,0,0,0,33:35,0,0,mu01,0,mu-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,33,35,22,0,0,0,43,0,0,0,0,0,17030500,0,0,0,0,33:38,31,31,31,31,31,31,31,31,31,32,22,0,0,0,0,0,fm00,0,0,0,24,33,35,22,0,0,0,0,0,52,0,52,0,0,0,0,0,0,33:34,34,34,34,34,34,34,34,34,34,35,22,0,0,0,0,24,43,12,0,0,24,57,59,22,74,0,0,0,0,0,52,0,0,0,0,0,0,0,33:60,58,58,58,58,58,58,58,58,58,59,22,0,0,0,0,24,43,14,0,0,70,71,71,71,72,0,0,0,52,0,52,52,0,0,0,0,0,0,33:35,71,71,72,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,70,71,72,0,0,0,0,56,0,52,52,0,0,0,0,0,0,33:35,71,72,0,0,0,76,0,0,0,0,0,0,0,0,0,14,43,22,0,0,0,0,73,73,0,0,0,52,0,52,0,52,0,0,77,0,0,0,33:35,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,43,22,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,33:35,0,he,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:38,31,31,31,31,31,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,31,31,31,36:37,37,37,37,37,37,37,35,0,0,0,0,16031008,0,0,0,0,0,0,0,0,0,0,0,16031017,0,0,0,0,0,0,0,0,0,0,33,34,34,34,34:37,37,37,37,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,34,34,34,34";
level17B = "010:60,58,58,58,58,58,58,58,61,60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,60,58,58,58,58,58,58,58,58,61,37:35,14,14,14,14,14,12,12,33,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,35,0,0,0,0,0,0,14,14,33,37:35,14,0,0,0,0,0,14,33,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,35,12,1900BGE,0,0,0,0,0,0,33,37:35,0,0,0,0,0,0,0,57,59,0,14,14,14,14,12,52,0,0,0,52,0,0,0,0,0,0,0,33,35,12,0,0,0,0,0,0,0,33,37:35,0,0,0,0,74,74,0,0,0,0,0,0,0,0,0,56,0,52,0,56,0,52,0,0,0,0,0,33,35,64,0,0,0,0,0,0,0,33,37:35,0,0,0,0,70,71,71,72,74,0,0,0,0,52,52,0,0,56,0,0,0,0,0,0,0,0,0,33,35,0,0,0,0,0,0,0,0,33,37:35,0,62,0,0,76,0,70,71,71,72,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,0,33,38,31,31,31,32,184100,184100,184100,184100,33,37:35,0,0,0,0,0,0,0,70,71,71,72,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,57,58,58,58,58,59,0,0,0,74,33,37:35,mu01,0,0,fm01,0,0,0,0,70,71,72,0,17030604,0,0,0,0,0,0,52,52,0,0,0,0,0,0,14,14,0,0,0,0,0,74,74,70,33,37:38,31,31,31,31,31,31,32,0,70,71,71,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,70,71,71,33,37:60,58,58,58,58,58,58,59,0,73,73,73,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,71,71,71,33,37:35,0,0,0,0,0,0,0,0,0,ba00,0,0,0,0,0,0,0,0,0,0,0,30,32,182300,182300,182300,182300,182300,182300,0,0,0,0,73,73,73,73,33,37:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37:35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,ba00,0,0,0,0,57,59,0,0,0,0,0,0,23,23,23,23,0,0,fm00,0,33,37:35,5,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,31,31,31,31,31,31,31,36,37:35,56,0,0,0,0,0,0,ba00,0,0,0,0,17030600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,58,58,58,61,37,37,37,37,37:35,0,0,52,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37:35,0,52,56,0,52,0,0,0,0,0,0,0,0,0,0,0,ba00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,58,58,58,58,61:35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,70,71,71,71,33:35,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,52,52,0,0,0,0,0,0,0,0,70,71,71,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,52,0,56,0,0,0,52,52,0,0,0,0,0,70,71,71,71,33:35,12,0,0,0,0,0,0,74,74,0,0,74,0,0,0,0,0,0,0,52,0,56,0,0,0,56,0,0,0,0,0,0,0,0,73,73,70,71,33:35,12,0,0,0,0,0,70,71,71,72,70,71,72,0,0,0,0,0,0,56,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,70,71,71,33:35,14,0,0,0,0,0,0,70,71,71,71,72,0,0,0,0,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,77,0,0,0,73,73,70,33:35,14,0,0,0,0,0,0,0,73,73,73,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,73,33:35,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,he,0,0,33:35,72,0,0,16030808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16030800,0,0,0,0,0,0,0,0,0,0,30,31,31,31,31,31,31,31,31,36:35,71,72,0,0,0,0,0,0,0,0,0,23,fm00,23,0,0,0,74,74,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37:35,71,72,0,0,0,0,0,0,0,0,0,30,31,32,0,74,70,71,71,72,74,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37:35,71,71,72,0,0,0,0,0,0,0,0,33,37,35,70,71,71,71,71,71,71,74,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37";
level18A = "01:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,60,58,58,58,58,58,58,58,58,58,58,58,61,0:35,0,0,0,0,0,108800,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,33,35,1900BS3,0,0,0,20S3,0,0,0,0,0,12,33,0:35,118807,0,0,14,13,14,43,0,0,0,0,0,0,0,62,56,0,62,0,0,0,0,0,12,33,35,0,0,0,0,0,0,0,0,0,0,12,33,0:35,0,0,0,43,43,43,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,33,35,0,0,0,0,0,0,0,0,0,0,62,33,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,33,35,0,0,0,30,32,0,0,0,0,0,0,33,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,43,43,43,43,0,0,0,0,14,33,38,31,31,31,36,35,117235,0,0,0,0,0,33,0:35,43,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,57,58,58,58,61,37,35,0,0,0,0,0,0,33,0:35,73,73,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,52,0,0,52,52,0,0,0,0,0,0,33,34,35,0,0,0,187200,187200,187200,33,0:35,0,0,0,0,0,0,30,32,0,0,0,52,0,0,52,56,0,0,52,56,0,0,0,0,0,0,0,0,33,37,35,7900S2,0,0,0,0,70,33,0:35,14,0,0,64,0,7807S1,33,35,0,0,0,0,52,52,0,0,0,0,0,0,0,0,52,0,0,0,0 ,0,33,37,35,0,0,0,0,70,71,33,0:35,14,43,43,0,mu01,0,33,35,0,0,0,52,0,52,56,0,56,0,56,0,52,52,0,0,0,23,23,23,33,34,38,31,32,0,0,70,71,33,0:38,31,31,31,31,31,31,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,43,33,34,60,34,59,0,0,0,70,33,0:60,58,58,58,58,58,58,58,59,0,0,0,74,74,0,0,52,0,0,52,0,0,0,0,0,0,20S2,0,0,33,37,35,62,0,0,0,0,73,33,0:35,0,0,0,0,0,0,0,0,0,0,0,70,71,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,33,34,35,0,0,52,0,185000,185000,33,0:35,14,0,0,0,0,0,0,0,0,0,0,70,71,72,0,0,0,mu01,0,0,0,0,0,0,0,0,fm-1,0,33,37,35,52,52,52,ba01,0,0,33,0:35,14,14,14,sc01,0,0,0,0,0,0,0,73,73,0,0,0,30,31,32,0,0,30,31,31,31,31,31,31,36,34,35,62,56,0,0,0,0,33,0:35,3,3,43,43,43,43,0,0,0,0,0,0,0,0,0,0,33,37,35,0,0,33,37,60,58,58,61,37,34,37,35,0,0,0,0,185000,185000,33,0:35,0,0,20S1,0,71,72,0,0,0,mu-1,0,0,0,0,0,0,33,37,35,182300,182300,33,37,35,12,14,57,58,61,34,35,0,52,0,52,0,0,33,0:35,7900S3,0,0,0,73,72,0,0,43,43,43,43,0,0,0,0,33,34,35,0,0,57,58,59,14,14,0,0,57,58,59,0,0,0,0,0,0,33,0:35,0,0, 0,0,he,0,0,0,0,0,0,0,0,0,0,0,33,37,35,0,0,0,0,62,0,0,62,0,0,0,0,0,0,0,185000,185000,185000,33,0:38,31,31,31,31,32,0,0,0,0,0,0,0,0,0,0,12,33,34,35,0,0,0,0,0,0,0,0,0,0,ba01,0,0,0,0,0,0,0,33,0:37,37,37,34,37,35,12,0,0,0,0,0,0,0,0,0,12,33,34,35,119999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0:34,34,37,37,37,38,31,31,32,0,0,0,0,0,30,31,31,36,34,38,31,31,31,31,31,31,31,31,31,31,31,31,31,32,0,0,0,0,33,0:34,34,34,34,34,37,34,37,35,23,23,23,23,23,33,34,37,34,34,37,37,34,37,37,37,34,34,34,37,37,37,34,34,35,23,23,23,23,33,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level19A = "01:60,58,58,58,58,58,58,58,61,37,60,58,58,58,37,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,34:35,14,0,0,73,73,12,12,33,37,35,7900S2,0,103920,58,0,0,0,0,0,43,43,43,43,43,73,73,0,0,0,0,0,0,0,0,0,0,0,57,61:35,14,0,62,0,0,62,12,33,37,35,12,0,0,0,0,0,0,0,0,43,43,43,43,43,0,0,0,0,0,74,74,0,0,0,1900B00,0,0,12,33:35,0,0,0,0,0,0,0,33,34,35,14,0,0,0,0,0,0,0,0,20S1,77,20S2,0,20S3,0,0,30,31,31,31,31,32,114100,0,0,0,0,12,33:35,0,he,0,0,0,0,0,33,34,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,34,35,114102,64,0,0,0,64,33:35,185000,185000,185000,185000,185000,185000,185000,33,34,35,182300,182300,182300,182300,0,0,0,0,0,0,0,0,0,0,0,74,33,34,37,37,37,35,114105,0,0,0,0,0,33:35,0,0,0,0,0,0,0,33,34,35,71,72,0,0,0,0,0,62,0,30,31,31,31,31,31,31,36,37,37,34,34,38,31,31,31,31,31,31,36:35,0,0,0,0,0,0,0,33,37,35,72,0,0,0,0,0,0,0,0,33,34,37,34,34,34,37,37,34,37,37,37,34,34,37,37,37,37,37,37:35,0,0,0,56,0,0,0,33,34,35,0,0,0,0,0,0,0,0,0,33,34,37,34,37,60,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,113720,0,0,0,0,0,7800S1,33,34,35,114800,0,0,43,43,43,43,43,43,33,34,34,34,34,35,12,0,0,0,0,73,73,0,0,0,0,0,12,33:35,0,0,0,0,52,0,0,33,37,35,0,0,0,0,0,0,0,0,0,57,58,58,58,58,59,14,0,0,0,0,0,0,0,0,0,0,0,14,33:35,0,0,0,52,0,0,0,33,34,35,0,0,0,0,0,0,0,0,0,0,73,73,73,0,0,14,0,0,0,0,0,0,0,0,0,0,0,14,33:35,0,0,0,0,0,0,0,33,34,35,7,7,0,0,0,14,14,14,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,62,0,0,0,14,33:35,0,7,7,0,0,0,14,33,37,35,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,33:35,0,0,0,0,0,0,14,33,34,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,mu01,0,0,0,0,70,71,33:35,0,0,0,0,0,0,103707,33,37,35,0,0,0,0,0,0,0,0,0,0,16030700,0,0,0,0,0,0,0,0,0,43,43,43,0,0,0,0,70,33:35,113705,0,0,0,0,0,0,33,34,35,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800S3,33:35,0,0,0,0,0,0,70,33,37,35,0,0,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,mu01,0,0,33:35,74,0,0,0,0,70,71,33,37,35,0,0,0,0,0,0,0,0,0,56,0,0,0,56,0,56,0,0,0,0,0,0,0,0,43,43,43,43,33:35,71,0,0,7,7,70,71,33,34,35,0,0,0,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,71,72,0,56,0,70,71,33,34,35,0,0,0,0,0,0,0,0,0,53,54,54,0,54,0,54,54,0,0,0,0,17030300,0,0,0,0,0,0,33:35,71,72,0,0,0,0,70,57,58,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,12,0,0,0,0,0,73,73,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,12,0,0,0,0,0,0,0,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,0,0,0,0,0,0,0,0,0,70,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,71,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7,7,7,0,0,0,0,33:35,0,0,0,0,0,0,0,0,7,7,7,7,7,0,0,0,0,0,0,0,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,33";
level00C = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0:35,0,1900B00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,52,52,0,0,0,0,33,0,0,0,0:35,76,0,0,0,0,0,0,0,52,0,0,8520A,0,0,0,8521A,0,0,0,0,0,0,40,0,0,0,52,52,52,0,0,0,0,0,33,0,0,0,0:35,0,0,0,0,84,64,0,0,0,0,64,0,0,0,84,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,8529A,0,0,33,0,0,0,0:35,0,0,he,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,52,0,0,40,0,0,52,0,8528A,0,0,84,0,0,0,33,0,0,0,0:38,31,31,31,31,31,32,0,0,0,0,30,31,31,31,31,31,31,32,0,52,0,0,40,0,0,0,64,0,0,0,0,0,0,0,33,0,0,0,0:37,37,37,37,37,37,35,0,0,0,0,33,37,37,37,37,37,37,35,0,52,0,0,40,0,0,0,0,0,0,0,40,40,40,40,33,0,0,0,0:60,58,58,58,58,58,59,0,0,0,0,57,58,58,58,58,58,58,59,0,52,52,0,40,0,0,0,30,31,31,31,31,31,31,31,36,0,0,0,0:35,0,0,0,0,0,20S1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,40,0,0,0,33,37,37,37,37,37,37,37,37,0,0,0,0:35,0,52,0,0,0,0,0,9033S1,64,0,84,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,57,58,58,58,58,58,58,58,61,0,0,0,0:35,0,0,0,52,0,0,0,0,0,0,0,0,0,8522A,0,0,76,8523A,0,0,0,0,20S2,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0:35,76,0,0,30,31,31,31,31,31,32,40,40,0,0,0,0,0,0,0,0,9038S2,0,0,0,52,0,8527A,0,0,0,1900DS3,0,0,0,33,0,0,0,0:35,0,0,0,57,58,58,58,58,58,59,40,40,0,0,0,0,0,0,0,0,0,0,0,52,84,0,0,0,76,0,0,0,0,0,33,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,30,31,31,31,31,31,31,31,31,31,32,0,0,0,0,0,0,9041S3,0,0,0,64,33,0,0,0,0:35,40,0,8524A,0,0,76,8525A,0,0,8526A,0,0,33,37,37,37,37,37,37,37,37,37,35,40,40,40,40,40,0,0,0,0,0,0,33,0,0,0,0:35,40,0,0,0,64,0,0,0,84,0,0,0,33,37,37,37,37,37,37,37,37,37,38,31,31,31,31,31,31,31,31,31,31,31,36,0,0,0,0:35,40,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0,0,0:38,31,31,31,31,31,31,31,31,31,31,31,31,36,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level20A = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,52,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,52,0,0,0,84,0,0,0,0,0,0,84,0,0,0,0,0,84,64,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,52,0,0,0,0,0,0,14,14,14,0,0,0,0,14,14,14,0,0,0,he,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,52,0,0,0,40,40,40,40,40,40,40,40,40,40,40,40,40,30,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,57,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,8,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,52,0,52,0,0,0,0,62,0,0,0,0,0,0,0,8,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,76,0,0,0,0,52,0,0,870525,0,0,0,0,0,0,0,0,0,0,52,8,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,76,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,8520B,0,20S1,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,40,40,40,40,40,40,40,0,0,0,40,40,40,40,40,7900S1,64,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,870700,0,0,0,0,0,0,0,40,40,40,40,40,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:38,31,31,31,32,23,23,23,23,23,23,23,23,23,23,23,30,31,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level20B = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,52,0,0,0,0,62,0,0,0,52,0,0,62,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,52,52,0,0,0,0,14,14,14,0,0,0,0,14,14,14,0,84,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,870700,0,0,0,0,0,0,870700,0,0,0,0,0,0,0,0,13,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,76,0,0,0,40,40,40,40,40,40,40,40,40,40,40,40,40,40,3,3,3,3,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,14,0,0,0,0,52,52,52,0,0,0,0,62,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,3,5,0,0,0,0,52,0,0,76,0,0,0,0,0,0,0,0,0,0,52,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,84,0,0,0,0,0,0,0,0,0,0,870308,0,0,0,76,8520C,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,he,0,0,52,0,0,4,3,5,0,0,0,0,0,0,0,0,0,84,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,40,0,52,0,870700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,40,0,84,0,0,0,0,52,0,0,0,4,3,3,3,3,5,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,40,0,0,0,0,0,0,0,0,0,870814,0,0,0,0,0,0,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:38,31,31,31,31,31,31,32,23,23,23,23,23,30,31,31,31,31,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level20C = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,8520D,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,52,0,0,0,84,0,0,0,64,0,64,0,0,0,0,0,0,84,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,880900,0,0,0,0,14,14,14,880300,0,0,0,14,14,14,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,76,0,0,0,40,40,40,40,40,40,0,40,40,40,40,40,40,40,30,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,57,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,0,880300,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,8,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,3,5,0,0,0,0,52,0,52,0,0,0,0,62,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,64,0,0,0,0,0,0,0,0,0,870700,0,0,0,0,0,0,0,0,52,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,76,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,3,5,0,0,0,0,0,0,0,4,5,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,76,0,0,0,52,0,0,0,0,0,0,0,0,14,14,0,0,76,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,84,870500,0,0,0,0,84,52,0,0,40,40,40,40,0,0,0,0,64,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,0,0,0,0,0,14,14,14,40,40,40,40,0,0,he,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:38,31,31,31,32,23,23,23,23,23,30,31,31,31,31,31,31,31,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level20D = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,76,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,64,0,7800S1,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,52,0,0,0,0,0,0,14,14,14,0,0,0,0,14,14,14,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,52,0,0,0,0,0,0,0,870900,0,0,0,0,0,0,0,0,30,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,8,33,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,870900,0,0,0,0,0,0,0,0,0,0,8,33,37,37,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,52,0,0,40,40,40,40,40,40,40,40,40,40,40,40,40,57,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,880602,52,0,0,880604,0,0,0,880606,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,84,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,52,52,0,1900C00,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,he,0,0,0,0,0,0,0,0,0,52,0,0,0,0,52,76,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,84,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,14,20S1,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,0,14,14,14,0,14,14,14,0,0,0,84,40,40,40,40,40,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,13,14,0,0,16031100,0,0,0,0,0,0,0,0,0,0,0,0,40,40,40,40,40,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:38,31,31,31,32,23,23,23,23,23,23,23,23,23,23,23,30,31,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level21A = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,8,40,40,40,40,40,14,0,0,20S1,0,33:35,8,0,0,0,0,0,0,0,0,8,0,0,880500,0,0,0,880503,0,0,0,0,0,0,0,0,0,0,0,40,40,40,40,40,14,0,0,0,0,33:35,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,33:35,84,0,0,84,0,52,0,52,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,40,40,33:35,0,he,0,0,0,0,0,0,52,64,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,52,0,0,76,0,0,0,64,0,0,0,0,0,33:35,40,40,40,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,52,0,0,0,33:35,40,40,40,40,8,8,8,8,40,40,0,14,0,0,14,0,0,14,0,0,40,8,870900,0,0,0,0,0,0,0,0,8,40,0,0,0,52,0,33:38,31,31,31,31,31,31,31,31,31,31,32,7,7,7,7,7,7,7,30,31,31,31,31,31,31,31,31,31,31,31,31,31,32,0,0,0,0,0,33:37,37,37,37,37,37,37,37,37,37,37,35,23,23,23,23,23,23,23,33,37,37,37,37,37,37,37,37,37,37,37,37,37,35,0,0,ba01,0,0,33:60,58,58,58,58,58,58,58,58,58,58,59,40,40,40,40,40,40,40,57,58,58,58,58,58,58,58,58,58,58,58,58,58,59,0,0,0,0,0,33:35,0,0,0,0,0,8,40,40,40,40,40,40,40,0,871700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,52,0,0,33:35,7900S1,0,14,14,0,0,40,40,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,52,0,0,0,33:35,0,0,14,14,0,0,872700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,33:35,52,0,14,14,0,0,871700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,40,64,0,52,0,84,0,0,0,0,0,33:35,8,0,52,0,0,0,0,0,0,0,0,0,0,0,40,40,40,40,40,40,40,40,40,40,40,40,40,40,14,14,0,0,0,0,mu01,0,0,0,33:35,7,7,7,7,7,7,30,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36:35,870600,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37:35,7,7,7,7,7,7,57,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,0,0,0,0,0,0,0,0,0,14,14,8,0,0,0,0,0,0,0,33:35,0,76,0,52,0,52,0,0,0,0,52,0,52,0,0,0,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,52,0,8521B,0,0,33:35,64,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,64,75,0,0,0,0,0,0,0,0,52,52,0,0,0,0,0,64,0,0,0,33:35,14,14,0,0,0,0,8,0,0,0,0,0,8,0,0,0,mu01,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,8,0,0,0,0,33:35,40,40,40,40,40,40,16031000,0,0,0,0,0,0,0,0,0,40,40,40,16031500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,40,40,40,33:35,40,40,40,40,40,40,23,23,23,23,23,23,23,23,23,23,40,40,40,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,40,40,40,40,33:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level21B = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,0,0,0,0,0,0,0,880500,0,0,0,62,0,0,0,880500,0,0,0,62,0,0,0,880500,0,0,0,62,8,0,0,0,0,14,14,14,33:35,1900C00,0,0,0,0,8,0,0,0,0,0,0,0,0,52,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,52,52,0,0,0,0,33:35,0,0,0,0,0,0,0,8,0,0,0,0,52,0,0,0,0,0,0,0,52,0,52,0,0,0,0,52,0,0,0,0,52,0,0,0,0,0,33:35,0,0,0,52,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,33:35,0,0,0,0,52,0,0,0,0,0,0,14,14,14,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,40,40,40,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,40,40,3,3,3,33:35,40,40,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,40,14,0,0,33:35,14,14,14,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,40,40,14,0,0,33:35,0,52,0,0,0,0,0,0,62,0,0,52,52,0,14,14,62,0,0,0,0,52,0,0,62,0,0,0,0,0,62,0,0,40,40,14,0,0,33:35,0,0,0,52,52,0,0,0,0,52,52,52,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,8,40,40,3,3,3,33:35,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,14,14,14,0,0,0,0,0,0,0,0,0,33:35,84,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,84,0,0,33:35,0,he,0,0,0,0,870500,0,0,0,0,0,0,870500,0,0,0,0,0,0,870500,0,0,0,0,0,0,870500,0,0,0,0,0,0,0,0,13,0,33:35,40,40,40,40,40,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,40,40,40,33:35,40,40,40,40,40,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,40,40,40,33:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level22A = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,8522B,0,0,20S1,0,76,0,0,0,52,52,52,0,52,0,76,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,64,0,0,0,0,0,0,0,0,0,52,0,64,84,0,0,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,rm01,0,0,0,0,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,40,40,40,40,14,0,0,40,40,40,40,40,40,40,40,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,7800S1,40,14,0,0,0,0,0,0,0,14,14,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,52,0,0,0,40,14,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,4,40,5,0,0,0,56,0,0,52,0,52,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,52,52,0,0,0,0,0,0,0,0,0,52,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,52,52,52,0,0,0,0,0,0,52,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,0,52,52,0,0,0,0,0,0,0,64,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,he,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,0,0,0,0,84,0,0,0,0,0,40,40,40,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,84,0,0,0,0,0,0,0,0,rm-1,0,0,0,0,40,40,40,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,23,23,23,23,30,31,31,31,31,31,31,31,31,31,31,31,31,31,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level22B = "00000:37,37,37,37,37,37,37,37,37,60,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:60,58,58,58,58,58,58,58,58,59,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,20S3,0,8522C,0,0,20S1,0,20S2,0,52,52,52,0,52,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,64,52,0,0,84,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,40,40,40,40,40,40,40,40,40,40,40,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,14,14,14,14,14,40,14,14,14,40,14,14,14,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,52,0,0,0,40,0,0,0,40,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,7800S1,40,0,0,7800S2,40,7900S3,0,0,52,7,7,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,52,52,0,0,0,0,0,0,0,0,0,52,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,76,0,0,0,52,52,52,0,0,0,0,0,0,52,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,84,64,0,0,52,52,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,he,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,40,0,0,0,0,0,0,0,76,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,40,0,rm01,0,0,0,84,rm01,0,0,0,0,rm01,84,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,40,23,23,23,23,23,23,23,23,23,23,23,23,23,23,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level22C = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,14,14,0,0,0,0,40,0,0,0,0,0,0,0,0,0,14,14,14,0,0,0,0,0,0,8,0,0,0,0,0,0,0,14,40,0,0,0,33:35,14,0,0,8522D,0,0,20S2,0,0,0,52,52,52,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,40,0,0,7800S2,33:35,7900S1,0,0,0,0,0,0,0,0,64,52,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,40,0,0,14,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,7,33:35,40,40,40,40,40,40,40,7,7,40,40,40,40,40,40,40,7,7,7,40,40,40,40,40,40,40,40,0,0,0,0,0,0,0,40,0,0,0,33:35,0,0,20S1,14,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,0,0,0,0,0,0,0,40,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,14,33:35,13,0,0,0,0,0,0,8,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7,7,7,7,40,0,0,7,33:35,40,40,40,52,52,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,76,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,84,64,0,0,52,52,0,0,0,0,0,0,0,0,14,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,33:35,0,he,0,0,0,0,0,0,0,0,0,0,0,7,7,7,7,7,7,7,7,7,40,40,40,40,40,0,0,0,0,0,0,0,0,0,0,7,33:35,40,40,40,40,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,40,40,40,40,0,rm01,0,0,0,84,0,0,rm01,0,0,0,84,0,0,8,0,0,0,0,0,0,8,0,0,rm01,0,0,0,0,0,0,0,0,33:35,40,40,40,40,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,40,23,23,23,40,23,23,23,23,23,23,23,23,23,23,23,33:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level22D = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,1900C00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,76,0,0,0,0,52,52,52,0,52,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,64,52,0,0,84,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,he,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,40,40,40,40,0,0,40,40,40,40,40,40,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,13,0,0,0,0,0,0,8,0,0,0,0,0,0,52,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,0,0,52,0,0,0,0,0,0,0,0,0,52,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,7,7,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,76,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,rm01,0,0,0,84,0,0,rm01,0,0,0,84,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level23A = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,14,0,sb00,0,0,0,0,0,0,0,0,0,0,0,8523B,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,14,84,0,0,0,0,52,0,0,0,0,0,84,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,14,0,0,0,0,52,52,52,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,40,40,0,0,0,52,0,0,7,7,40,40,40,40,40,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,40,40,0,0,0,52,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,40,40,40,40,40,0,0,52,sb00,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,52,52,52,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,13,52,0,0,0,14,14,14,0,0,0,0,0,0,0,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,40,40,7,7,7,7,7,0,0,0,52,0,0,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,sb00,76,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,52,52,52,0,0,0,0,0,0,0,0,84,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,84,0,0,0,0,0,0,0,40,40,40,40,40,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,he,0,0,0,0,0,0,0,40,40,40,40,40,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,23,23,23,23,30,31,31,31,32,23,23,23,23,30,31,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level23B = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,52,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,52,52,52,52,52,52,0,0,0,0,52,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,84,0,0,0,0,0,52,52,52,0,0,ss01,13,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,ss01,0,0,0,0,0,0,52,0,52,0,4,3,3,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,14,14,0,40,40,14,14,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,7,7,7,7,40,40,7,7,0,52,0,0,0,0,0,0,14,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,40,40,0,0,0,0,0,0,0,0,7,7,7,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,52,52,0,40,40,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,40,40,0,52,0,0,14,14,0,0,0,52,52,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,40,40,0,52,0,0,7,7,7,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,76,8523C,0,0,40,40,76,0,0,0,0,0,0,0,0,84,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,84,40,40,0,0,0,64,0,84,0,0,64,0,he,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,40,40,0,0,0,0,0,0,ss01,0,0,40,40,40,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:38,31,31,31,31,31,32,23,23,23,30,31,31,31,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level23C = "00000:37,34,37,34,37,37,37,60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,34,34,37,37,37,34,34,34,37:60,37,37,37,37,37,37,35,0,0,0,0,0,0,0,0,0,0,84,84,0,0,0,0,0,0,0,0,14,14,57,58,58,58,37,58,58,58,58,61:35,40,40,40,40,40,40,40,sb00,sb00,sb00,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20S5,0,0,12,12,33:35,12,12,0,0,0,0,20S1,0,0,0,30,31,31,31,31,31,31,31,31,31,32,7907S5,0,0,0,0,0,52,0,84,84,84,0,0,0,0,0,0,33:35,12,0,0,0,0,0,0,0,0,0,57,58,58,58,58,61,34,34,34,34,35,0,0,40,40,0,0,76,0,0,0,0,0,0,0,0,0,14,33:35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,34,34,34,34,38,31,31,31,31,32,0,0,0,30,31,31,31,31,32,0,0,14,33:35,40,40,40,40,40,40,40,0,0,0,0,0,0,0,0,33,34,34,34,34,34,34,34,34,37,35,0,0,0,57,58,61,37,37,35,0,0,14,33:35,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,33,34,34,34,34,34,34,37,34,37,35,40,40,40,40,40,33,37,37,35,52,0,14,33:35,0,0,52,52,52,0,0,0,0,0,40,40,40,0,0,33,34,34,34,34,34,37,37,37,37,35,40,40,40,40,40,33,37,37,35,52,0,0,33:35,0,0,0,0,8 4,0,0,0,0,0,0,0,0,0,0,33,34,34,34,34,34,34,34,34,37,35,0,0,0,0,0,33,37,37,35,0,0,0,33:35,0,0,0,0,0,0,0,ss01,0,mu01,0,0,0,0,0,33,58,58,58,58,58,58,58,58,58,59,0,1900C00,0,0,0,57,58,58,59,0,0,0,33:35,0,0,0,0,30,31,31,31,31,31,32,0,0,0,0,20S4,0,0,0,0,40,40,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,33,37,34,37,37,37,35,0,0,0,0,0,14,0,14,0,40,40,40,0,0,0,84,0,0,83,0,0,0,0,0,0,fm01,0,33:35,119900,0,0,0,33,37,37,34,37,34,35,0,0,he,0,0,14,13,14,0,40,40,40,0,0,ss01,0,0,0,0,0,0,30,32,0,0,30,31,36:35,0,0,0,109907,57,58,58,58,58,61,38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36,38,31,31,36,34,34:35,0,0,0,0,0,0,0,0,0,57,58,58,61,37,34,34,34,37,34,34,37,34,37,60,58,58,61,60,58,58,58,58,58,58,58,61,34,34,34:35,0,0,0,0,0,0,0,0,0,0,0,0,33,34,34,37,37,34,37,37,34,34,34,35,0,0,33,35,0,0,14,12,12,0,0,33,37,37,37:35,0,0,0,0,76,0,0,0,0,0,0,0,57,58,58,58,58,58,58,58,58,58,58,59,0,7800S4,33,35,7900S1,0,0,0,0,0,sb-1,57,58,58,61:35,0,fm01, 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,33,35,0,0,0,0,0,0,0,0,0,14,33:38,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,35,84,0,0,0,0,0,0,0,0,14,33:34,34,38,32,40,40,0,0,0,0,0,16031209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,35,0,0,0,0,0,0,0,52,0,14,33:37,34,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,31,31,36,38,31,31,31,32,0,52,0,0,0,0,33:37,34,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,58,58,58,58,58,58,58,59,0,52,0,0,0,0,33:34,34,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,36:34,37,34,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,34:37,37,37,35,0,0,0,0,52,0,52,52,52,0,0,0,0,0,0,0,0,0,0,16031223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,34:34,34,37,35,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,40,40,57,61:37,34,34,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,33:37,34,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0 ,0,0,33:37,34,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33";
level24A = "000:60,58,58,58,58,58,58,61,37,37,58,37,60,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,71,71,72,73,73,14,33,37,37,37,37,35,21,21,21,21,21,21,21,21,21,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,71,71,72,0,0,14,33,37,37,37,37,35,14,0,0,ba-1,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,72,73,73,0,0,14,57,58,58,58,58,59,14,0,0,0,0,0,B20,0,76,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,71,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,72,0,0,0,0,0,864200,864200,864200,864200,864200,864200,0,0,0,0,0,0,he,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,72,0,24,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,73,0,24,40,14,14,52,52,52,52,52,52,52,0,52,52,52,0,0,14,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,24,40,14,52,52,52,56,0,0,863600,863600,863600,863600,863600,863600,863600,863600,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,24,40,14,0,56,0,0,0,0,30,31,31,31,31,31,31,32,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,14,0,24,40,0,0,0,0,0,0,0,33,37,37,34,37,37,37,35,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,76,0,77,0,0,52,52,863600,863600,863600,863600,33,37,37,34,37,37,37,35,8524B,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,0,30,31,31,31,36,37,37,34,34,37,37,35,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,fm00,0,0,0,0,0,33,37,37,37,37,37,37,37,34,37,37,35,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,40,40,40,40,33,37,37,37,37,37,37,37,37,37,37,35,40,40,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:38,31,31,31,31,31,31,31,36,37,37,37,37,37,37,37,37,37,37,38,31,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level24B = "000:60,58,58,58,58,40,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0:35,14,14,0,0,20S2,0,0,0,0,0,14,14,14,0,14,14,14,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,14,0,0,0,0,0,83,0,84,64,0,0,0,0,0,0,0,0,0,0,64,0,0,84,0,0,0,0,7815S2,33,0,0,0,0,0,0,0,0,0:35,74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,he,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,72,74,0,0,40,40,40,40,40,40,864800,864800,864800,864800,864800,864800,864800,864800,864800,864800,40,40,40,40,40,40,40,40,40,33,0,0,0,0,0,0,0,0,0:35,71,72,0,0,40,14,14,14,0,40,40,40,40,40,40,40,40,40,40,40,40,0,56,0,0,0,0,0,40,33,0,0,0,0,0,0,0,0,0:35,71,72,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,72,0,81,0,0,0,ba01,0,0,0,0,0,0,0,ba01,0,0,0,0,0,52,52,52,0,0,52,0,0,0,33,0,0,0,0,0,0,0,0,0:35,72,84,0,64,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,52,52,0,0,77,0,0,0,8524C,0,33,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,0,74,74,0,52,52,52,52,0,0,0,0,0,0,40,40,119700,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0:35,40,40,40,40,0,0,70,72,52,52,0,0,52,0,0,0,0,0,0,40,40,864800,864800,864800,864800,864800,864800,0,0,33,0,0,0,0,0,0,0,0,0:35,21,21,21,0,0,70,71,72,0,0,56,0,0,0,0,0,0,0,0,30,31,31,31,31,31,31,31,31,31,36,0,0,0,0,0,0,0,0,0:35,0,0,0,0,0,rm01,70,71,0,0,0,0,0,0,0,0,185900,185900,185900,33,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0:35,14,14,14,14,0,40,40,71,72,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0:35,13,862800,862800,862800,862800,40,40,71,71,72,863000,863000,863000,863000,863000,863000,863000,863000,863000,33,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0:38,31,31,31,31,31,31,31,31,31,32,40,40,40,40,40,40,40,40,40,33,37,37,37,37,37,37,37,37,37,37,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level24C = "000:37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0:37,37,37,37,37,37,37,37,37,37,37,37,37,60,58,58,58,58,58,58,58,58,59,0,0,0,0,0,0,0,0,0,0,20S3,14,14,14,0,33,0:37,37,37,37,37,37,37,37,37,37,37,37,37,35,71,71,71,73,73,0,0,0,52,0,0,0,52,52,0,0,0,0,0,0,0,14,0,7810S3,33,0:37,37,37,37,37,37,37,37,37,37,37,37,37,35,71,73,0,0,0,0,0,0,0,56,0,52,0,0,0,0,0,0,0,0,0,13,0,0,33,0:37,37,37,37,37,37,37,37,37,37,37,37,37,35,73,0,0,ba00,0,52,0,0,0,0,0,0,52,0,52,0,0,0,0,40,40,40,40,40,33,0:60,58,58,58,58,58,58,58,58,58,58,58,61,35,0,0,0,0,0,52,52,56,0,52,0,56,0,52,0,0,0,0,0,0,ba00,0,14,14,33,0:35,62,70,71,71,71,71,71,71,71,72,62,33,35,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,ba00,0,0,0,14,33,0:35,0,73,73,70,71,71,72,73,73,73,0,33,35,0,0,0,0,0,0,52,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,33,0:35,14,0,0,73,73,70,71,71,72,0,0,33,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0:35,14,0,0,0,0,73,73,73,73,0,0,33,35,0,0,0,0,0,0,14,14,14,14,14,14,0,0,30,31,32,0,14,14,30,31,31,31,36,0:35,14,1900CS4,0,0,864827,864827,864827,864827,0,0,0,57,59,0,0,0,0,0,0,864825,864825,864825,864825,864825,864825,864825,864825,33,37,35,17021700,0,14,33,37,37,37,37,0:35,14,0,0,0,40,40,40,40,14,0,0,0,0,0,0,0,89S3,89S3,89S3,30,31,31,31,31,31,31,31,36,37,35,0,0,14,33,37,37,37,37,0:35,14,0,0,0,40,75,75,40,14,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,35,0,0,14,33,37,37,37,37,0:35,0,0,he,0,40,0,0,40,14,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,35,0,0,14,33,37,37,37,37,0:35,40,40,40,40,40,40,40,40,89S4,89S4,89S4,89S4,89S4,89S4,89S4,89S4,89S3,89S3,89S3,33,37,37,37,37,37,37,37,37,37,35,0,0,0,33,37,37,37,37,0:38,31,31,31,31,32,0,0,0,0,0,0,52,0,0,0,0,0,0,0,33,37,37,37,37,60,58,58,58,58,59,0,0,0,57,58,58,58,61,0:37,37,37,37,37,35,0,0,0,0,0,0,0,52,52,52,0,0,0,0,33,37,37,37,37,35,111200,0,0,0,20S2,0,0,0,20S1,0,14,14,33,0:37,37,37,37,37,35,83,0,84,51,0,0,52,52,0,0,0,89S3,89S3,89S3,33,37,37,37,37,35,111205,0,0,0,0,0,0,0,0,0,14,7800S4,33,0:37,37,37,37,37,35,864800,864800,864800,864800,864800,864800,864800,0,52,0,0,0,0,0,33,37,37,37,37,35,111200,80,0,0,0,0,0,0,0,0,0,0,33,0:37,37,37,37,37,35,40,40,40,40,40,40,40,0,52,0,0,0,0,0,33,37,37,37,37,38,31,31,31,31,32,0,0,0,30,31,31,31,36,0:37,37,37,37,37,35,14,14,14,14,14,14,0,52,0,82,0,89S3,89S3,89S3,33,37,37,37,37,37,37,37,37,37,35,0,0,0,33,37,37,37,37,0:37,37,37,37,37,35,7922S3,0,0,0,0,52,52,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,35,0,0,7800S1,33,37,37,37,37,0:37,37,37,37,37,35,0,0,0,0,0,0,0,0,0,864827,864827,864827,864827,864827,33,37,37,37,37,37,37,37,37,37,35,0,0,0,33,37,37,37,37,0:37,37,37,37,37,35,7,7,7,7,7,7,7,7,7,40,40,40,40,40,33,37,37,37,37,37,37,37,37,37,35,0,0,7800S2,33,37,37,37,37,0:37,37,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,35,0,0,0,33,37,37,37,37,0:37,37,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,35,0,0,0,33,37,37,37,37,0:37,37,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,37,37,35,0,0,0,33,37,37,37,37,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level25A = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,37:35,117200,0,0,0,0,0,0,0,84,83,0,0,0,0,0,64,0,0,0,0,0,14,14,14,14,14,14,14,14,0,0,0,0,0,0,0,0,33,37:35,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,54,54,0,0,0,0,54,0,54,0,881300,33,37:35,0,0,0,0,103702,30,31,31,31,31,31,31,31,31,31,31,31,31,31,32,0,0,0,0,0,54,0,0,52,52,54,53,56,0,0,54,0,33,37:35,sb00,0,0,0,0,33,37,37,60,58,58,58,58,58,58,58,61,34,37,35,0,0,0,0,0,0,0,54,0,52,52,52,0,0,53,0,0,33,37:35,0,0,0,0,14,33,37,37,35,14,14,14,14,14,14,12,33,37,37,35,14,0,0,0,0,62,0,0,0,0,62,0,52,53,54,0,0,33,34:35,0,0,0,0,14,33,37,37,35,14,0,0,0,0,0,12,33,37,37,35,14,81,0,0,0,0,0,0,0,76,0,0,0,53,0,54,0,33,37:35,54,0,0,0,14,33,34,37,35,13,865400,865400,865400,0,0,14,33,37,37,35,14,0,0,fm01,0,0,84,0,0,0,0,0,0,0,0,54,0,33,34:35,52,0,0,52,14,33,37,37,38,31,31,31,32,0,0,14,33,37,37,35,12,0,ss01,40,40,0,0,0,0,0,80,0,0,0,0,0,0,33,37:35,52,56,0,0,14,33,37,34,37,37,37,37,35,0,0,14,33,37,37,38,31,31,31,31,31,31,31,31,31,31,31,31,32,0,0,0,0,33,37:35,sb00,0,0,0,14,33,37,34,37,37,37,37,35,0,0,14,33,37,37,37,37,37,34,37,37,37,37,37,37,34,37,37,35,84,0,0,0,33,37:35,56,0,0,52,14,33,37,37,37,37,34,37,35,0,0,14,33,37,37,37,37,60,58,58,58,58,58,58,61,37,37,37,35,0,0,0,0,33,37:35,0,0,0,0,14,33,60,58,58,58,61,37,35,0,0,14,33,37,34,37,37,35,14,0,0,0,0,0,57,58,58,58,59,40,40,0,0,33,37:35,52,52,0,0,14,33,35,52,52,52,33,37,35,0,0,14,33,37,37,37,37,35,14,0,0,0,880800,880808,0,0,0,0,0,0,8,0,0,33,37:35,52,54,0,0,0,57,59,0,0,0,33,37,35,0,0,0,33,37,37,37,34,35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37:35,54,52,0,76,0,20S3,0,0,8525B,0,33,37,35,0,0,0,33,37,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37:35,0,52,0,0,0,0,84,0,0,0,33,37,35,185000,185000,185000,57,58,58,58,58,59,0,0,0,0,0,0,82,0,0,81,76,0,0,0,89S2,33,37:35,0,0,54,0,0,0,0,0,0,0,33,37,35,0,0,0,84,75,64,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37:35,0,103000,30,31,31,31,31,31,31,31,36,37,35,0,0,0,0,0,0,sc01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,61:35,7907S3,0,33,37,37,37,37,37,37,37,37,37,35,0,0,0,30,31,31,31,31,31,31,31,31,32,0,0,30,31,31,31,32,0,0,0,0,24,33:35,0,0,33,34,37,37,37,37,37,60,58,58,59,0,0,0,33,37,37,34,37,37,37,37,37,35,0,0,33,37,37,37,35,0,0,0,0,24,33:38,31,31,36,37,37,37,34,37,37,35,870603,0,0,0,0,0,33,37,37,37,37,37,37,37,37,35,23,23,33,37,37,37,35,89S2,89S2,89S2,0,24,33:37,37,37,37,37,37,37,37,37,37,38,31,31,32,52,52,0,33,37,37,37,37,37,37,37,37,38,31,31,36,37,37,34,35,0,0,0,0,24,33:37,37,37,34,37,37,34,37,37,37,37,37,37,35,52,53,0,33,37,37,37,37,37,34,37,37,37,37,37,37,34,34,37,35,0,0,0,0,24,33:37,37,37,37,37,37,37,37,37,37,60,58,58,59,53,0,0,33,37,37,37,37,37,34,37,37,37,60,58,58,58,58,58,59,0,0,0,0,24,33:37,37,37,37,37,37,37,37,37,37,35,870603,0,0,0,0,0,57,58,58,58,58,58,61,37,37,37,35,40,40,40,40,40,40,89S2,89S2,89S2,0,24,33:37,37,37,37,37,34,37,37,37,37,38,31,31,32,0,0,0,0,52,52,B20,0,103905,33,37,34,37,35,21,21,21,21,21,20S1,0,0,0,0,24,33:37,37,37,37,37,37,34,37,37,37,37,37,37,35,0,0,0,52,0,84,0,0,0,33,37,37,37,35,7900S2,0,0,0,0,0,0,0,0,7807S1,40,33:37,37,37,37,37,37,37,37,37,37,37,37,37,35,0,fm00,0,0,0,0,0,he,0,33,37,37,37,35,864800,864800,864800,864800,864800,0,0,0,0,0,40,33:37,37,37,37,37,37,37,37,37,37,37,37,37,38,31,31,31,31,31,31,31,31,31,36,37,37,37,38,31,31,31,31,31,31,31,31,31,31,31,36";
level25B = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,0,14,14,14,14,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,1900CGE,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,12,0,0,0,0,52,52,0,52,0,76,0,0,0,0,0,0,0,0,0,52,52,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,12,64,84,0,0,0,0,0,0,0,0,0,0,84,0,0,0,64,0,0,84,0,0,7800S1,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,867000,867000,867000,867000,0,0,0,0,0,0,867000,867000,867000,867000,867000,867000,867000,867000,867000,867000,867000,867000,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,40,7,7,7,7,7,7,40,40,40,40,40,40,40,40,40,40,40,40,7,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,12,0,0,0,0,0,0,0,0,0,14,14,14,0,0,0,0,12,40,12,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,40,12,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,0,0,0,0,0,0,sb-1,0,0,0,0,0,0,0,0,0,40,7,7,7,7,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,76,20S1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,0,0,0,84,0,0,0,0,0,0,0,52,52,52,0,0,0,0,0,0,0,0,0,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,13,0,0,he,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,12,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,40,0,64,0,0,0,52,0,0,0,0,0,84,rm01,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0:35,40,40,40,40,867032,867032,867032,867032,0,0,84,0,0,0,867032,867032,867032,867032,867032,867032,867032,0,0,84,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0:38,31,31,31,31,31,31,31,32,23,23,23,23,23,23,30,31,31,31,31,31,32,23,23,23,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level26A = "00000:35,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,0,0,0,0,0,0,33,0,0:35,14,14,0,52,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,40,0,0,0,0,0,0,33,0,0:35,14,14,52,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,40,0,0,0,0,0,0,33,0,0:35,14,0,52,52,52,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,40,0,0,0,0,0,0,33,0,0:35,14,0,0,52,52,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,24,40,0,0,0,0,0,0,33,0,0:35,14,0,0,52,0,0,0,0,0,0,0,0,0,0,52,52,0,0,56,0,52,0,0,0,0,0,0,0,24,40,0,0,0,0,0,0,33,0,0:35,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,52,0,0,52,52,0,0,0,0,0,0,24,40,0,0,0,0,0,0,33,0,0:35,185900,185900,185900,0,0,0,0,14,14,14,14,14,14,14,14,14,0,52,0,52,56,0,52,14,14,0,0,0,24,40,0,0,0,0,0,0,33,0,0:35,0,74,74,74,0,0,0,864600,864600,864600,864600,864600,864600,864600,864600,864600,0,52,0,0,0,0,0,0,14,0,0,0,24,40,0,0,0,0,0,0,33,0,0:35,70,71,71,72,0,0,0,30,31,31,31,31,31,31,31,32,0,0,56,0,52,52,0,0,14,0,sb00,0,24,40,0,0,0,0,0,0,33,0,0:35,71,8526B,0,72,0,0,0,33,37,37,37,37,37,37,37,35,0,0,0,0,0,0,52,52,14,0,0,0,24,40,0,0,0,0,0,0,33,0,0:35,71,0,0,74,0,51,0,33,37,37,37,37,37,37,37,35,51,0,0,0,52,52,52,0,0,0,0,0,24,40,0,0,0,0,0,0,33,0,0:35,71,0,0,72,ss01,ss01,0,57,58,58,58,58,58,58,58,59,0,ss01,0,0,0,0,0,0,0,0,0,0,24,40,0,0,0,0,0,0,33,0,0:35,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,0,54,0,0,0,0,24,40,0,0,0,0,0,0,33,0,0:35,71,71,71,71,71,72,0,54,54,0,54,54,54,0,54,0,52,52,52,56,0,40,54,0,0,0,0,0,24,40,0,0,0,0,0,0,33,0,0:35,71,71,72,0,0,881111,0,14,62,881111,0,14,62,881111,0,14,62,52,52,0,0,40,54,54,0,0,0,0,24,40,0,0,0,0,0,0,33,0,0:35,72,0,0,0,0,0,0,14,0,0,0,14,0,0,0,14,0,0,0,52,14,40,54,0,54,0,0,0,24,40,0,0,0,0,0,0,33,0,0:35,72,B20,0,0,0,0,0,14,0,0,0,14,0,0,0,14,0,52,52,0,14,40,fm01,0,0,0,0,0,24,40,0,0,0,0,0,0,33,0,0:35,0,0,0,0,0,0,75,75,0,0,0,0,0,0,0,0,0,0,0,0,14,40,40,40,40,0,0,0,24,40,0,0,0,0,0,0,33,0,0:35,116600,0,he,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,33,0,0:38,31,31,31,31,32,0,30,31,32,0,30,31,32,0,30,31,32,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,33,0,0:37,37,37,37,37,35,0,33,37,35,0,33,37,35,0,33,37,35,0,16041707,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0:37,37,37,37,37,35,0,33,37,35,0,33,37,35,0,33,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0:37,37,37,37,37,35,0,33,37,35,0,33,37,35,0,33,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0:37,37,37,37,37,35,0,33,37,35,0,33,37,35,0,33,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0:37,37,37,37,37,35,0,33,37,35,0,33,37,35,0,33,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level26B = "000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,34,58,58,58,58,58,58,58,58,58,61:35,71,72,70,71,72,73,73,0,0,0,0,0,0,0,0,14,14,14,14,0,0,0,0,0,0,0,76,0,20S2,0,0,0,0,0,0,0,0,12,33:35,71,72,0,73,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,33:35,71,71,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,14,33:35,71,72,0,82,0,0,0,0,0,sb00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,31,31,31,32,0,0,52,0,0,0,52,0,14,33:35,71,72,84,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,64,83,0,0,0,33,37,37,37,35,0,0,0,56,0,53,0,0,0,33:35,71,72,0,0,0,0,0,0,862400,862400,862400,862400,862400,862400,862400,862400,862400,862400,862400,0,0,0,0,0,33,37,37,37,35,0,0,52,0,0,53,0,0,0,33:35,72,0,30,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36,37,37,37,35,0,52,0,52,52,0,0,0,0,33:35,72,0,33,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,35,0,0,0,0,0,0,0,0,0,33:35,72,0,57,34,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,37,35,0,0,0,0,0,0,0,fm00,0,33:35,73,0,12,40,1900C00,0,0,14,14,14,0,7800S3,40,0,0,0,0,0,0,52,52,0,0,0,0,0,33,37,35,0,0,0,0,0,0,0,40,40,33:35,0,0,12,20S3,0,0,0,871901,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,33,37,35,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,871900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,35,0,52,0,0,56,0,0,14,14,33:35,0,0,0,0,0,0,0,871919,0,0,0,0,0,0,0,he,0,0,0,0,0,0,0,0,0,0,57,61,35,52,0,52,56,0,52,0,0,14,33:35,0,0,0,30,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,32,0,0,0,33,35,0,0,52,0,0,0,0,0,14,33:35,0,0,0,57,58,58,58,58,58,61,34,37,37,37,37,37,37,37,37,34,34,34,37,35,8,0,0,33,35,0,0,0,52,56,0,52,0,0,33:35,0,0,0,0,0,0,0,0,0,57,58,58,58,58,58,58,58,58,58,61,34,37,34,35,22,0,0,33,35,0,0,0,0,0,0,0,52,0,33:35,0,0,0,0,0,0,0,0,0,0,881000,0,881000,0,0,0,0,52,52,33,34,37,37,35,22,0,0,33,35,0,fm01,0,0,52,0,0,0,0,33:35,0,52,0,0,0,56,0,0,0,62,0,0,0,62,0,0,0,0,52,33,34,37,34,35,22,0,14,33,35,40,40,0,0,0,52,0,0,0,33:35,76,0,52,0,52,0,56,0,52,0,0,0,0,0,0,0,76,0,0,33,34,34,37,35,22,0,14,33,35,0,0,0,0,0,52,0,0,0,33:35,0,0,52,52,52,52,0,0,84,52,0,0,0,0,84,0,0,0,7810S3,57,58,58,37,59,22,0,14,33,35,0,sb01,0,0,0,0,0,0,0,33:35,0,fm00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,880200,0,0,0,0,33,35,0,0,sb01,0,0,0,0,0,0,33:35,40,40,40,40,40,40,40,40,40,0,0,0,0,0,40,40,40,40,40,40,0,0,0,0,0,0,0,33,35,sb01,0,0,0,0,0,0,0,0,33:35,0,20S3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,33,35,0,sb01,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,33,35,0,0,0,0,0,0,0,0,fm00,33:35,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,7902S1,0,0,0,57,59,0,0,0,0,0,0,0,0,40,33:35,3,5,7,7,7,7,7,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,84,0,7815S2,40,33:35,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,33:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,32,40,89S1,89S1,89S1,89S1,89S1,89S1,89S1,89S1,89S1,89S1,89S1,40,40,40,40,33:34,34,34,34,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,34,37,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33";
level27A = "00000:34,34,34,60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,34,37,60,58,58,58,58,58,58,58,58,58,58,61:60,34,34,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,34,37,35,12,0,0,0,0,0,0,0,0,14,33:35,21,21,21,0,0,871619,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,34,37,35,12,52,0,0,0,0,0,0,0,14,33:35,0,0,0,0,0,0,14,14,12,14,0,0,0,0,0,0,0,0,0,0,0,52,0,0,33,37,37,35,14,0,0,0,0,52,0,0,0,12,33:35,0,0,871616,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,52,0,0,0,33,37,37,35,14,0,52,52,52,56,0,0,0,12,33:35,0,he,ss01,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,33,34,37,35,14,0,0,0,52,52,0,0,52,14,33:38,31,31,31,31,31,31,31,31,31,31,31,31,31,32,0,0,0,0,0,0,0,0,0,0,33,34,34,35,0,0,0,52,0,0,84,8,0,0,33:34,34,34,34,34,34,34,34,34,34,34,34,34,34,35,0,0,0,0,0,0,0,0,0,0,33,37,34,35,0,0,0,0,0,0,0,8,0,0,33:34,34,34,34,37,37,37,37,37,37,34,34,34,34,35,0,0,0,0,0,0,0,sb00,0,0,33,37,34,35,22,0,0,0,0,0,40,40,0,0,33:37,37,37,34,34,34,37,37,37,37,37,37,34,34,35,0,0,0,0,0,0,sb00,0,0,0,33,37,34,35,22,0,0,17020600,0,0,40,40,14,0,33:34,34,34,34,34,34,34,34,37,34,34,34,34,34,35,0,84,0,75,0,0,0,0,0,0,33,37,34,35,22,0,0,0,0,0,0,40,14,0,33:60,58,58,58,58,58,58,58,58,58,58,58,58,61,35,0,0,0,0,0,0,0,0,0,0,33,37,37,35,22,0,0,0,0,0,0,40,14,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,33,38,31,31,31,32,0,0,0,0,0,24,33,37,37,35,22,0,0,0,0,62,0,0,14,107002,33:35,0,0,0,0,8,52,0,0,0,0,0,0,33,34,34,34,34,35,0,0,0,0,0,24,33,37,37,35,22,0,0,0,0,0,0,40,14,0,33:35,0,0,14,14,14,14,0,0,0,0,0,13,33,37,37,37,34,35,0,0,0,0,0,24,33,37,34,35,22,0,0,0,0,0,0,40,14,107000,33:35,8527B,0,0,0,0,0,52,0,7,7,7,4,57,61,37,37,34,35,0,0,0,0,0,24,33,34,37,35,22,0,0,0,0,0,7,40,14,0,33:35,0,0,0,0,52,52,0,0,0,0,0,0,0,33,34,37,34,35,0,0,0,0,0,24,33,37,37,35,22,0,0,0,0,62,0,0,14,107005,33:35,0,0,0,0,52,52,12,0,0,0,0,0,0,33,34,37,34,35,0,0,0,0,0,24,33,37,37,35,22,0,17030606,0,0,0,0,40,14,0,33:35,40,40,0,0,52,52,12,0,0,0,0,0,0,33,34,34,34,35,870302,0,0,0,0,24,57,58,58,59,22,0,0,0,0,0,0,40,0,0,33:35,22,0,0,0,0,52,12,0,8,0,0,0,0,57,58,58,58,59,870300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20S1,0,0,33:35,22,0,0,14,0,52,14,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7807S1,33:35,22,0,0,14,0,0,14,0,0,0,0,0,0,83,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,22,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,40,40,33:35,22,0,8,0,0,0,0,0,0,0,0,24,30,31,31,31,31,32,89S1,89S1,89S1,89S1,89S1,89S1,89S1,89S1,89S1,89S1,89S1,89S1,89S1,89S1,89S1,89S1,89S1,89S1,89S1,89S1,33:35,22,0,0,0,0,0,0,0,0,0,0,24,33,37,34,34,34,35,8,0,8,8,0,0,0,52,52,0,0,0,0,0,14,30,31,31,31,31,36:35,22,0,0,0,0,0,0,0,0,8,0,24,33,37,34,37,34,35,0,0,0,0,0,0,52,52,0,52,82,0,0,0,0,33,37,37,37,37,37:35,22,0,0,0,0,0,0,0,0,0,0,24,33,37,37,37,37,35,0,0,0,0,0,0,52,0,0,0,0,0,0,30,31,36,37,34,37,37,37:35,22,0,0,0,fm00,0,0,0,0,0,0,24,33,37,37,37,34,35,14,14,14,14,0,0,0,0,0,14,14,0,0,33,37,37,37,37,37,37,37:35,22,0,0,40,40,8,0,0,0,0,0,24,33,37,37,37,34,35,7,7,7,7,7,7,7,7,30,31,31,31,31,36,37,37,37,34,37,34,37:35,22,0,0,40,40,0,0,0,0,0,0,24,33,34,37,34,34,35,0,0,0,0,0,0,8,0,33,37,34,34,37,37,37,34,37,37,37,34,34";
level27B = "000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,37,37,37,35,40,40,40,40,40,40,40,40,40,40,40,40,40,33,0,0:35,1900CGE,0,0,0,880900,0,0,12,12,12,12,0,0,880900,0,0,14,14,33,37,37,37,35,12,12,14,14,0,0,40,0,0,0,0,14,12,33,0,0:35,0,0,0,0,0,0,0,0,14,14,0,0,0,0,0,B20,0,14,33,37,37,37,35,12,14,0,0,0,0,40,0,0,0,84,0,14,33,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,35,14,0,0,0,0,0,40,0,0,0,0,13,0,33,0,0:35,0,0,0,0,0,0,0,184800,184800,184800,184800,0,0,0,0,0,he,0,33,37,37,37,35,40,40,40,0,0,0,0,0,0,0,40,40,40,33,0,0:35,40,40,40,40,0,0,0,0,0,0,0,0,0,0,40,40,40,40,57,58,58,58,59,0,871100,0,0,0,0,0,0,0,0,0,0,0,33,0,0:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,71,72,70,72,73,0,52,0,0,0,52,0,0,0,0,0,0,0,0,0,0,33,0,0:35,0,0,0,0,0,62,184800,184800,184800,184800,184800,184800,62,0,0,70,71,73,52,56,0,52,0,56,0,52,0,56,0,0,0,0,0,0,0,0,33,0,0:35,7907S1,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,73,0,62,0,0,0,52,0,0,52,52,0,0,52,52,62,0,0,0,0,33,0,0:35,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,52,0,0,0,52,0,0,0,0,0,14,33,0,0:35,0,ba-1,0,0,40,40,40,40,40,40,40,40,40,40,0,0,0,0,0,52,52,0,0,0,52,0,56,0,52,0,0,0,0,0,0,14,33,0,0:35,0,0,0,0,40,12,12,30,31,31,32,12,12,0,0,0,0,0,0,0,74,74,74,74,0,0,0,0,0,0,0,0,rm01,0,14,12,33,0,0:35,0,0,0,0,20S1,0,12,33,37,37,35,12,0,0,0,0,0,0,30,31,31,31,32,72,0,0,0,0,0,0,0,0,40,40,40,40,33,0,0:35,14,75,64,0,0,0,0,33,37,37,35,0,0,0,0,0,0,0,33,37,37,37,35,72,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0:35,14,0,0,0,0,864800,864800,33,37,37,35,864400,864400,864400,864400,864400,864400,864400,33,37,37,37,35,71,72,0,0,0,0,fm00,0,0,0,0,0,0,33,0,0:38,31,31,31,31,31,31,31,36,37,37,38,31,31,31,31,31,31,31,36,37,37,37,35,71,71,72,0,0,0,40,0,0,0,0,0,0,33,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
level28A = "000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,64,7800S2,40,0,0,40,56,0,40,7900S1,64,0,83,0,0,84,74,0,0,0,84,74,74,0,84,0,B11,0,0,0,52,0,52,0,14,14,33:35,0,0,0,0,40,870200,0,40,0,0,40,0,0,74,0,0,74,0,71,72,0,0,0,70,71,74,0,0,0,0,0,0,0,0,0,0,0,107700,33:35,0,0,40,40,40,0,0,40,40,40,40,40,40,40,40,40,40,40,40,7,7,7,40,40,40,40,40,40,40,40,52,0,52,52,0,0,0,14,33:35,871800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,7915S3,0,75,52,52,14,14,14,14,40,40,52,52,0,0,52,0,0,0,33:35,0,63,0,0,0,0,0,52,52,he,80,0,0,0,52,52,14,14,40,0,0,0,0,0,0,0,0,14,40,40,3,3,5,0,0,0,0,0,33:35,40,40,185979,185979,40,40,40,185099,185099,185099,40,40,40,188300,188300,188300,40,40,40,40,40,40,40,40,40,184100,184100,184100,40,40,0,0,0,0,0,0,rm01,0,33:35,0,0,0,0,0,0,0,0,0,0,0,881414,881400,0,0,0,0,0,52,52,0,0,56,0,0,0,0,70,40,40,0,0,0,75,30,31,31,31,36:35,7915S3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,56,0,0,0,0,0,70,71,40,40,0,0,0,0,33,34,37,37,37:35,89S1,89S1,89S1,89S1,89S1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,70,40,40,0,0,4,3,33,34,34,37,37:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,52,56,0,52,0,0,0,0,20S3,0,0,0,0,0,57,58,58,58,61:35,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,75,0,0,0,0,0,0,0,89S3,89S3,89S3,52,0,89S3,89S3,89S3,89S3,89S3,89S3,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,sa-1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,89S3,89S3,89S3,89S3,89S3,40,40,3,3,3,3,40,0,0,0,33:35,3,3,3,3,5,0,0,0,0,0,52,0,52,52,0,0,0,0,0,0,0,0,0,0,0,74,70,71,40,40,0,84,84,0,40,0,0,0,33:35,0,0,0,0,0,0,0,52,0,0,56,0,0,0,56,0,52,0,0,0,0,0,0,0,70,71,73,71,40,40,62,0,0,62,40,0,0,0,33:35,0,0,0,0,0,0,0,0,56,0,0,0,56,0,0,0,0,52,0,0,0,0,0,0,70,71,71,71,40,40,0,56,0,0,20S2,0,0,0,33:35,52,7,7,0,0,0,52,52,0,0,0,52,0,0,0,0,52,0,0,0,0,0,0,0,0,70,71,73,40,40,0,0,0,0,0,sb01,sb01,sb01,33:35,0,0,52,52,0,0,0,0,0,0,52,0,0,52,0,0,0,0,0,23,23,23,23,23,23,23,23,23,40,40,23,23,23,23,0,0,0,0,33:35,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,0,0,0,33:35,0,0,0,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,14,40,52,52,0,0,0,0,0,0,0,0,0,0,0,52,52,0,0,0,33:35,0,52,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,40,52,871300,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,33:35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,40,56,0,52,0,0,62,0,0,14,14,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,7,7,7,0,0,0,0,0,0,0,0,14,40,0,0,0,0,84,0,84,30,31,32,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,40,52,0,0,0,0,0,0,33,37,35,0,0,0,0,82,0,0,0,33:35,0,0,0,7,7,7,0,0,0,0,0,0,0,7,7,7,0,0,14,40,1900CS2,0,0,0,4,3,3,33,34,35,0,0,0,0,0,0,0,0,33:35,870500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,81,14,14,14,33,37,35,0,0,0,0,0,0,0,0,33:35,13,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,14,33,34,35,0,0,0,0,4,3,3,3,33:38,31,31,31,31,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,rm01,rm-1,0,33,37,35,0,fm00,0,0,0,0,0,0,33:37,37,34,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,40,40,40,40,40,40,40,33,37,38,31,32,0,0,0,0,0,0,33";
level29A = "000:37,35,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,33:37,35,14,14,14,14,14,0,0,0,0,52,0,0,0,56,0,0,52,52,0,0,0,0,0,0,14,14,14,14,14,40,0,0,52,52,0,56,0,33:37,35,7900S2,0,0,0,0,0,0,0,0,0,52,56,0,0,0,52,0,0,0,0,0,0,0,77,0,0,0,14,14,20S3,0,52,0,52,52,0,0,33:37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,56,0,0,52,14,33:37,35,0,0,0,0,0,183432,183432,183432,183432,0,52,52,0,0,0,0,0,0,0,0,0,0,ss01,0,0,0,ss01,0,0,0,0,0,0,0,52,0,14,33:37,35,8,0,0,0,0,0,0,0,0,0,0,0,183400,183400,183400,0,0,0,0,0,0,30,31,31,31,31,31,31,31,32,0,0,0,0,0,0,14,33:37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,37,35,0,17042327,0,0,0,0,14,33:37,35,0,0,0,0,62,0,0,0,0,0,0,0,62,0,0,0,0,0,89S3,89S3,89S3,33,37,37,37,37,37,37,37,35,0,0,0,0,0,0,14,33:37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870702,0,0,0,0,0,0,33,37,37,37,37,34,34,37,35,0,0,0,0,0,0,0,33:37,35,0,0,0,74,74,0,864400,864400,864400,864400,864400,0,74,74,0,0,0,0,0,0,0,33,37,37,37,34,37,37,37,35,117710,0,0,0,0,0,0,33:37,35,17020500,0,0,30,31,31,31,31,31,31,31,31,31,32,89S3,89S3,89S3,89S3,89S3,89S3,89S3,33,37,37,34,37,37,37,37,35,0,0,0,0,0,0,107702,33:37,35,0,0,105202,33,37,37,34,34,37,34,34,37,34,35,71,71,71,72,0,0,0,57,58,58,58,58,58,58,58,59,0,0,0,0,0,0,0,33:37,35,0,0,105205,33,37,37,34,34,34,34,34,34,37,35,71,71,72,0,0,0,0,0,14,14,14,14,0,0,0,0,0,0,0,0,0,0,0,33:37,35,0,0,105200,33,37,37,37,37,37,37,37,34,37,35,71,72,0,871331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,52,0,0,0,33:37,35,0,0,0,57,58,58,58,58,58,58,58,58,58,59,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,52,0,0,74,33:37,35,0,0,0,0,0,0,0,0,0,0,14,14,14,40,72,0,0,0,0,0,0,30,31,31,31,31,31,31,31,32,0,0,56,0,0,0,70,33:37,35,867500,867500,867500,867500,867500,867500,867500,80,0,0,0,0,0,40,sa00,14,14,14,0,0,0,57,58,58,58,58,58,58,61,35,14,0,0,0,0,0,0,33:37,35,40,40,40,40,40,40,40,40,40,40,184100,184100,184100,40,40,40,40,40,0,0,0,20S3,14,62,14,14,62,14,33,35,14,0,B20,0,0,0,70,33:37,35,7900S3,75,B11,14,14,14,14,14,0,84,70,74,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,35,14,0,0,0,0,70,71,33:37,35,0,0,0,0,0,0,0,0,0,0,70,71,74,0,0,0,0,0,0,0,0,0,0,ss01,ss01,ss01,ss01,13,33,35,14,0,0,he,0,70,71,33:37,35,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,30,31,31,31,31,31,31,31,31,36,35,0,0,52,52,0,0,70,33:37,35,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,57,58,58,58,58,58,58,58,58,58,59,0,0,0,0,0,0,0,33:37,35,0,0,0,0,880800,0,0,0,52,0,0,0,56,0,0,52,0,0,0,0,0,880800,0,0,0,0,14,14,0,20S2,0,0,0,0,0,0,74,33:37,35,1900C00,0,0,14,0,0,0,0,0,52,56,0,0,0,56,0,52,0,0,0,0,0,0,75,0,0,14,14,0,0,0,0,0,0,0,0,70,33:37,35,0,0,0,14,0,0,0,0,52,0,0,0,52,0,0,0,0,52,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,74,70,33:37,35,0,0,0,14,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,30,31,31,31,31,31,31,32,0,0,0,0,0,70,72,33:37,35,0,rm01,0,0,0,0,0,871207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,35,0,0,0,0,0,70,71,33:37,35,40,40,40,40,0,16041600,0,0,0,0,0,0,74,74,0,0,0,0,0,0,0,0,33,37,37,37,37,37,37,35,0,0,0,0,0,70,71,33:37,35,40,40,40,40,0,0,0,0,0,0,0,70,71,71,74,0,0,0,0,0,0,0,33,37,37,37,37,37,37,35,0,0,0,0,0,73,70,33:37,35,40,40,40,40,0,0,0,0,0,74,74,71,71,71,71,71,74,74,0,0,0,0,57,37,37,37,37,34,37,35,0,0,0,0,0,0,70,33";
level30A = "001:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,34,34:35,12,12,14,0,40,0,0,0,0,0,0,7800S1,40,0,0,70,71,71,71,71,33,35,0,12,14,881000,40,52,52,0,0,0,84,62,84,0,33,60,34:35,14,0,0,0,20S1,0,0,0,0,B20,0,0,0,0,0,sb-1,73,70,71,71,33,35,12,14,0,0,40,52,0,0,0,62,0,0,0,62,33,35,40:35,118325,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,73,70,57,59,14,0,0,0,40,0,62,0,0,0,1900DS5,0,0,0,33,35,40:35,0,0,0,0,0,0,0,0,0,0,he,0,0,0,0,sb-1,0,0,0,0,0,0,0,0,B13,0,40,7907S5,0,0,0,12,0,0,0,12,33,35,40:35,7,7,7,7,30,31,31,31,31,31,31,31,31,32,0,84,0,75,0,0,0,0,84,0,0,0,0,0,0,0,0,84,0,0,0,84,33,35,40:35,0,0,0,0,33,34,37,37,37,34,37,34,34,35,0,0,0,0,0,80,0,0,0,0,40,0,76,0,82,0,0,0,dm01,0,dm-1,0,33,35,40:35,89S2,89S2,0,24,33,37,37,34,37,34,37,34,34,38,31,31,31,31,31,31,31,31,31,31,32,0,0,0,0,0,0,30,31,31,31,31,36,35,40:35,0,0,0,24,33,34,34,34,34,37,37,34,37,34,37,37,37,37,37,34,37,37,37,37,35,0,0,0,0,0,0,33,37,37,37,37,37,35,40:35,0,0,0,24,57,58,58,58,58,58,58,58,58,58,58,61,37,37,37,37,37,37,37,37,35,0,30,31,31,31,31,36,37,37,37,37,37,35,40:35,89S2,89S2,0,0,0,14,14,14,14,14,14,14,0,sb00,0,57,58,58,58,58,58,58,61,37,35,0,33,37,37,37,37,37,37,37,37,37,37,35,40:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,880300,33,37,38,31,36,37,37,37,37,37,34,37,37,37,37,35,40:35,0,0,0,0,0,52,0,0,52,0,0,0,0,0,81,0,0,0,81,0,0,0,57,58,58,58,58,58,58,58,58,58,58,58,58,58,58,59,40:35,89S2,89S2,89S2,89S2,52,0,52,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,52,0,40,52,56,0,880400,56,0,14,12,40:35,7,7,7,7,7,7,7,7,7,7,7,7,7,40,40,40,40,40,40,89S2,89S2,52,52,0,56,0,52,0,0,20S4,52,0,0,0,0,0,52,14,40:35,89S2,89S2,89S2,89S2,89S2,89S2,0,0,89S2,89S2,89S2,89S2,89S2,40,30,31,31,32,40,0,0,0,0,52,0,0,0,0,0,0,0,52,52,0,52,0,0,7800S2,40:35,0,0,0,0,0,0,0,0,0,0,0,0,0,40,33,37,37,35,40,0,0,52,56,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,40:35,23,23,23,23,23,23,23,23,23,23,23,23,23,40,33,37,34,35,40,89S2,89S2,0,0,0,0,14,40,40,40,40,0,0,0,0,0,0,40,40,40:35,40,40,40,40,40,40,40,40,40,40,40,40,40,40,33,37,37,35,40,0,0,0,0,52,0,14,30,31,31,32,0,0,0,0,0,0,30,31,31:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36,37,37,38,32,0,0,0,0,0,0,40,33,37,37,35,14,0,0,0,0,14,33,37,37:37,37,37,37,37,37,37,37,37,37,37,34,37,37,37,60,58,61,37,35,89S2,89S2,0,74,74,74,30,36,37,37,35,14,0,0,0,76,14,33,34,37:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,59,880300,57,58,59,0,74,74,70,72,40,33,37,37,37,35,0,0,64,0,0,0,33,37,37:35,0,14,14,0,52,52,0,0,0,76,14,14,14,14,0,0,76,0,20S3,0,70,71,71,72,30,36,37,37,37,35,sa01,0,0,0,0,0,33,37,34:35,119700,14,0,84,0,0,52,84,0,0,0,64,0,0,0,0,0,0,0,74,70,71,71,40,33,37,37,34,37,38,31,31,31,31,31,31,36,37,37:35,7900S4,0,0,0,0,864800,0,0,0,0,0,0,0,0,0,0,0,0,0,70,71,71,71,30,36,37,37,37,37,37,37,37,37,37,37,37,37,37,37:35,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,73,70,72,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,61:35,7900S3,14,83,0,0,0,0,0,0,0,64,0,0,0,0,0,0,64,0,0,73,73,75,0,0,64,0,0,0,0,14,12,14,14,12,12,0,108800,33:35,12,14,0,0,864800,864800,864800,80,0,0,0,0,864800,864800,0,0,0,0,0,0,0,0,0,0,0,0,868900,868900,868900,868900,868900,868900,868900,868900,868900,868900,13,0,33:38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36";
level00D = "001:37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0:37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0:37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0:37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0:37,37,37,37,60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61,0,0:37,37,37,37,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,33,0,0:37,37,37,37,35,0,0,0,0,0,52,0,52,0,0,0,52,0,0,40,0,0,0,52,0,0,0,52,0,0,0,0,0,0,0,0,0,33,0,0:37,37,37,37,35,0,0,1900C00,0,0,0,0,0,0,0,0,0,52,0,40,0,0,0,0,52,0,0,0,0,0,0,0,0,52,0,0,0,33,0,0:37,37,37,37,35,0,0,0,0,0,0,0,0,8530A,0,0,0,0,0,20S1,0,0,85EX1,0,76,0,85EX2,0,0,0,85EX3,0,0,0,85CRA,0,0,33,0,0:37,37,37,37,35,75,0,0,0,0,0,91FL1,64,0,0,0,91FL2,0,9050S1,0,0,91D01,0,0,0,91D02,0,0,0,91D03,0,0,64,0,0,0,0,33,0,0:37,37,37,37,35,0,0,0,he,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0:37,37,37,37,38,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,36,0,0:37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0:37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0:37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0:37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,37,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
levelEX1 = "00000:60,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,58,61:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,12,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,12,12,12,0,64,91E01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,sb01,0,0,0,33:35,12,12,12,0,0,0,0,0,0,0,44,14,0,160315,0,0,0,0,55,54,0,52,52,52,52,0,0,0,0,0,0,0,0,0,33:35,ss01,0,0,30,31,31,32,0,0,0,44,14,0,0,0,0,0,0,0,0,52,52,54,52,0,55,0,0,0,14,14,14,0,0,33:38,31,31,31,36,37,37,35,0,0,0,44,14,0,0,0,0,0,0,0,0,0,0,0,0,91E02,0,0,0,0,14,14,14,0,0,33:37,37,37,37,37,37,37,35,0,0,0,44,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,14,14,0,13,33:37,37,37,37,37,37,37,35,0,0,0,44,14,0,0,0,0,0,0,0,0,0,0,0,4,3,3,5,7,7,7,7,7,7,7,33:37,37,37,37,37,37,37,35,22,0,91E07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:37,37,37,37,37,37,37,35,22,0,0,0,0,sc01,0,0,0,62,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,33:60,58,58,58,58,58,58,59,22,4,3,3,3,5,0,0,0,0,8500D,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33:35,0,ba00,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,74,0,33:35,0,0,91E06,0,0,0,0,0,170204,0,0,0,0,0,0,0,0,0,0,he,0,0,0,0,0,0,0,0,0,0,70,71,72,0,33:35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,3,3,3,5,0,0,62,0,0,62,0,0,70,71,71,72,0,33:35,12,12,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,73,73,0,0,33:35,12,12,44,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,fm-1,0,0,0,0,0,0,0,0,44,33:35,12,12,44,22,0,0,0,55,0,0,0,52,52,52,52,0,0,55,0,0,0,0,0,4,3,3,5,0,0,91E03,0,50,0,44,33:35,12,12,44,22,0,0,0,91E05,0,0,52,52,52,52,52,52,53,53,0,52,56,0,0,0,0,0,0,0,0,0,0,0,0,44,33:35,12,12,44,22,0,0,14,14,14,0,0,0,52,52,52,53,54,76,0,55,0,185051,185051,0,0,0,0,0,0,4,3,30,31,31,36:35,12,12,44,22,0,0,40,40,40,0,0,0,0,91E04,0,55,0,0,0,0,0,0,0,0,0,75,0,0,0,sa00,0,33,37,37,37:35,0,0,0,0,0,0,40,40,40,0,0,0,0,0,0,0,dm01,0,0,0,0,0,0,0,0,0,0,47,48,48,48,33,37,37,37:35,117000,0,0,0,0,14,0,0,0,14,0,0,30,31,31,31,31,32,14,0,185000,185000,0,0,14,30,31,31,31,31,31,36,37,37,37:35,0,0,0,0,0,mu-1,0,0,0,0,0,0,33,37,37,37,37,35,14,0,0,0,0,0,14,33,37,37,37,37,37,37,37,37,37:35,23,23,23,23,23,23,23,23,23,23,23,23,33,37,37,37,37,35,150000,150000,15995009,150000,15990009,150000,150000,33,37,37,37,37,37,37,37,37,37:38,31,31,31,31,31,31,31,31,31,31,31,31,36,34,34,34,34,38,31,31,31,31,31,31,31,36,34,34,34,34,34,34,34,34,34";
levelEX2 = "00000:44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44:44,0,0,0,8,0,0,0,0,0,0,0,0,0,20S5,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44:44,7900S5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,44,117000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7810S1,44:44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,12,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,12,44:44,0,0,0,0,0,0,0,8,0,0,0,0,8,44,0,0,0,4,3,3,44,0,0,0,0,7,7,7,44,7,7,7,44,44,44,44,44,44,44:44,0,0,0,0,0,0,0,0,8,0,0,0,0,44,0,0,0,0,0,0,44,0,0,0,0,0,0,0,44,0,0,0,20S1,0,0,0,12,24,44:44,0,0,0,0,0,0,0,0,0,0,0,0,12,44,12,0,0,0,0,0,44,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,12,24,44:44,0,0,0,8,8,0,0,0,0,0,0,12,12,44,12,0,0,0,0,0,44,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,12,24,44:44,0,0,0,44,44,44,44,44,44,44,44,44,44,44,3,3,5,0,0,0,44,0,0,0,0,0,0,0,44,44,44,44,44,44,0,0,12,24,44:44,0,0,0,21,21,21,21,21,21,44,0,0,0,0,0,0,0,0,0,0,44,864825,864825,864825,864825,0,0,0,44,0,0,0,0,0,0,0,12,24,44:44,0,0,0,0,0,rg15,0,0,0,44,0,0,0,0,0,0,0,0,0,0,44,44,44,44,44,0,0,0,44,0,0,0,0,0,0,0,12,24,44:44,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,12,24,44:44,8,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,44,44,44,44,44,44:44,0,0,0,0,0,0,0,0,0,44,0,rg24,0,1900DGE,0,0,0,0,0,0,0,0,0,0,0,864800,864800,864800,44,0,0,0,0,20S2,0,0,0,0,44:44,0,0,0,0,rg22,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,44,44,44,0,0,0,0,0,0,0,0,0,44:44,12,12,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,91E08,0,0,44,44,44,44,0,0,0,0,0,0,0,0,0,44:44,12,12,fm01,0,0,0,0,0,0,44,0,0,0,0,0,0,0,he,0,0,0,0,0,0,0,44,44,44,44,7,7,7,7,44,0,0,0,0,44:44,44,44,44,44,44,44,7,7,7,44,3,3,3,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,12,0,0,0,44,0,0,0,0,44:44,22,0,0,0,0,20S4,0,0,0,44,12,0,0,880600,880601,880602,880603,880604,880605,880606,0,0,0,0,0,0,0,12,44,7,7,0,0,44,870400,0,0,0,44:44,22,0,0,0,0,0,0,0,0,44,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,44,0,0,0,12,44,0,0,0,0,44:44,22,0,0,0,0,0,0,0,0,44,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,44,0,0,7,7,44,0,0,0,0,44:44,22,0,0,0,0,44,44,44,44,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,44,44,44,0,0,0,0,44,0,0,0,0,44:44,22,7,7,7,0,0,0,0,12,44,7900S3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,7910S2,0,0,0,44,0,0,0,0,44:44,22,0,0,0,0,0,0,0,12,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,fm00,44,870400,0,0,0,44:44,22,0,0,0,0,0,0,0,12,44,44,44,44,44,44,44,44,44,44,44,3,5,0,0,0,0,0,0,44,44,44,44,44,44,0,0,0,0,44:44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870505,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44:44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20S3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44:44,7915S4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44:44,0,0,0,sa00,0,0,0,0,0,44,870500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107000,44,44:44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,44,23,23,44,44,44,44,23,23,44,44,44,44,44,44";
levelEX3 = "000:99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8500D,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,13,0,0,0,0,0,he,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0:0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0";
function createLevel(_input) {
level = _input.split(":");
leveldata = level.splice(0, 1);
k = 0;
while (k < level.length) {
level[k] = level[k].split(",");
k++;
}
_root.vert_limit = 15;
i = 29;
while (i >= 15) {
gcheck = false;
j = 0;
while (j < 40) {
if ((((level[i][j] != 0) && (int(level[i][j]) != 0)) && (level[i][j] != "0\n")) && (level[i][j] != "\n0")) {
gcheck = i;
}
j++;
}
if (gcheck) {
_root.vert_limit = gcheck;
break;
}
i--;
}
j = 39;
while (j >= 0) {
gcheck = false;
i = 0;
while (i < 30) {
if ((((level[i][j] != 0) && (int(level[i][j]) != 0)) && (level[i][j] != "0\n")) && (level[i][j] != "\n0")) {
gcheck = j;
}
i++;
}
if (gcheck) {
_root.hori_limit = gcheck;
break;
}
j--;
}
i = _root.vert_limit + 1;
while (i < 30) {
j = 0;
while (j < 40) {
level_ground[i][j] = 0;
j++;
}
i++;
}
i = 0;
while (i <= _root.vert_limit) {
j = 0;
while (j < 40) {
if (level[i][j] == 1) {
} else if (((int(level[i][j]) >= 30) && (int(level[i][j]) <= 44)) || ((int(level[i][j]) >= 57) && (int(level[i][j]) <= 61))) {
level_ground[i][j] = 1;
} else if ((((level[i][j] == 3) || (level[i][j] == 4)) || (level[i][j] == 5)) || (level[i][j] == 7)) {
level_ground[i][j] = 3;
} else if (level[i][j] == 21) {
level_ground[i][j] = 21;
} else if (level[i][j] == 22) {
level_ground[i][j] = 22;
} else if ((level[i][j] == 23) || (int(level[i][j].substr(0, 2)) == 15)) {
level_ground[i][j] = 23;
if (i >= _root.vert_limit) {
level_ground[i + 1][j] = 1;
}
} else if (level[i][j] == 24) {
level_ground[i][j] = 24;
} else {
level_ground[i][j] = 0;
}
j++;
}
i++;
}
_root.hud.removeMovieClip();
captureShot();
destroyLevel();
closeEditor();
startLevel();
}
var level_ground = [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]];
function spawnHero(_i, _j) {
_root.hero.removeMovieClip();
_root.attachMovie("hero_mc", "hero", 32000);
if ((_root.currentlevel == "00") && (_root[_root.currentid + "lastx"] != undefined)) {
_root.hero._x = _root[_root.currentid + "lastx"];
_root.hero._y = _root[_root.currentid + "lasty"];
} else {
_root.hero._x = (_j * 15) + 8;
_root.hero._y = (_i * 15) + 15;
}
_root.desx = _root.hero._x;
_root.desy = _root.hero._y;
if (_root.desx > (((_root.hori_limit + 1) * 15) - 150)) {
_root.desx = ((_root.hori_limit + 1) * 15) - 150;
}
if (_root.desx < 150) {
_root.desx = 150;
}
if (_root.desy > (((_root.vert_limit + 1) * 15) - 120)) {
_root.desy = ((_root.vert_limit + 1) * 15) - 120;
}
if (_root.desy < 120) {
_root.desy = 120;
}
_root._x = ((-_root.desx) * 2) + 300;
_root._y = ((-_root.desy) * 2) + 240;
_root.snapshot_mc._x = ((-_root.snapshot_mc.origx) / 2) - (_root._x / 2);
_root.snapshot_mc._y = ((-_root.snapshot_mc.origy) / 2) - (_root._y / 2);
_root.hero.alive = true;
_root.hero.xspd = 0;
_root.hero.yspd = 0;
_root.hero.jump = false;
_root.hero.doublejump = false;
_root.hero.platform = false;
_root.hero.deathtimer = 0;
_root.hero.onEnterFrame = function () {
if (this.alive) {
if (Key.isDown(32) && (!this.jkey)) {
this.gotoAndStop(4);
if (this.jump) {
if ((this._x == this.rlim) && (Key.isDown(39))) {
_root.doublejump.start(0, 1);
this.yspd = -8;
this.xspd = -12;
} else if ((this._x == this.llim) && (Key.isDown(37))) {
_root.doublejump.start(0, 1);
this.yspd = -8;
this.xspd = 12;
} else if ((!this.doublejump) && (this.yspd > -2)) {
_root.doublejump.start(0, 1);
this.doublejump = true;
this.yspd = -8;
if (Key.isDown(39)) {
this.xspd = this.xspd + 5;
} else if (Key.isDown(37)) {
this.xspd = this.xspd - 5;
}
}
} else {
_root.jumpup.start(0, 1);
this.yspd = -10;
if (Key.isDown(39) && (this.xspd < 0)) {
this.xspd = this.xspd + 5;
} else if (Key.isDown(37) && (this.xspd > 0)) {
this.xspd = this.xspd - 5;
}
}
this.platform = 0;
this.jump = true;
this.jkey = true;
}
if ((!Key.isDown(32)) && (this.jkey)) {
this.jkey = false;
if (this.jump && (this.yspd < -7)) {
this.yspd = this.yspd * 0.6;
}
}
if (!this.jump) {
if (Key.isDown(40)) {
if (this.xspd >= 1) {
this.xspd = this.xspd - 1;
} else if (this.xspd <= -1) {
this.xspd = this.xspd + 1;
} else {
this.xspd = 0;
}
} else if (Key.isDown(39)) {
this.xspd = this.xspd + 2;
if (this.xspd > 5) {
this.xspd = 5;
}
this._xscale = 100;
} else if (Key.isDown(37)) {
this.xspd = this.xspd - 2;
if (this.xspd < -5) {
this.xspd = -5;
}
this._xscale = -100;
} else if (this.xspd >= 2) {
this.xspd = this.xspd - 2;
} else if (this.xspd <= -2) {
this.xspd = this.xspd + 2;
} else {
this.xspd = 0;
}
} else if (Key.isDown(39)) {
this.xspd = this.xspd + 1.5;
if (this.xspd > 5) {
this.xspd = 5;
}
this._xscale = 100;
} else if (Key.isDown(37)) {
this.xspd = this.xspd - 1.5;
if (this.xspd < -5) {
this.xspd = -5;
}
this._xscale = -100;
} else if (this.xspd >= 1.5) {
this.xspd = this.xspd - 1.5;
} else if (this.xspd <= -1.5) {
this.xspd = this.xspd + 1.5;
} else {
this.xspd = 0;
}
if (this._y > (((_root.vert_limit + 1) * 15) + 50)) {
this.xspd = 0;
this.deathtimer = 50;
this.alive = false;
_root.hurt.start(0, 1);
}
if ((((this.groundpos - this._y) < 10) && (_root.level_ground[this.ycoord][this.groundtile] == 23)) && (this.alive)) {
if (this.xspd == 0) {
if (random(2) == 0) {
this.xspd = 7.5;
} else {
this.xspd = -7.5;
}
} else {
this.xspd = (7.5 * Math.abs(this.xspd)) / this.xspd;
}
this.jump = true;
this.yspd = -8;
this._y = this.groundpos - 4;
this.alive = false;
_root.hurt.start(0, 1);
if (int(_root.level[this.ycoord][this.xcoord].substr(0, 2)) == 15) {
_root.spawnSplash(this._x, this.ycoord * 15);
}
}
} else if (this.jump) {
this.deathtimer++;
if (this.deathtimer > 30) {
_root.spawnHatSoul(this._x, this._y - 20, this._xscale);
k = 0;
while (k < 5) {
_root.spawnExplosion((this._x + random(30)) - 15, (this._y + random(30)) - 15);
_root.spawnSparkle((this._x + random(60)) - 30, ((this._y + random(60)) - 30) - 15);
_root.spawnSparkle((this._x + random(60)) - 30, ((this._y + random(60)) - 30) - 15);
k++;
}
_root.hud.removeMovieClip();
_root.attachMovie("death_hud_mc", "hud", 49999);
_root.hud._x = (-_root._x) / 2;
_root.hud._y = (-_root._y) / 2;
this.removeMovieClip();
}
if (this.xspd > 0.25) {
this.xspd = this.xspd - 0.25;
this._xscale = -100;
} else if (this.xspd < -0.25) {
this.xspd = this.xspd + 0.25;
this._xscale = 100;
} else {
this.xspd = 0;
if (this.deathtimer > 10) {
_root.spawnHatSoul(this._x, this._y - 20, this._xscale);
k = 0;
while (k < 5) {
_root.spawnExplosion((this._x + random(30)) - 15, (this._y + random(30)) - 15);
_root.spawnSparkle((this._x + random(60)) - 30, ((this._y + random(60)) - 30) - 15);
_root.spawnSparkle((this._x + random(60)) - 30, ((this._y + random(60)) - 30) - 15);
k++;
}
_root.hud.removeMovieClip();
_root.attachMovie("death_hud_mc", "hud", 49999);
_root.hud._x = (-_root._x) / 2;
_root.hud._y = (-_root._y) / 2;
this.removeMovieClip();
}
}
} else if (!this.jump) {
this.deathtimer++;
if (this.xspd > 0.5) {
this.xspd = this.xspd - 1;
this._xscale = -100;
} else if (this.xspd < -0.5) {
this.xspd = this.xspd + 1;
this._xscale = 100;
} else {
this.xspd = 0;
if (this.deathtimer > 10) {
_root.spawnHatSoul(this._x, this._y - 20, this._xscale);
k = 0;
while (k < 5) {
_root.spawnExplosion((this._x + random(30)) - 15, (this._y + random(30)) - 15);
_root.spawnSparkle((this._x + random(60)) - 30, ((this._y + random(60)) - 30) - 15);
_root.spawnSparkle((this._x + random(60)) - 30, ((this._y + random(60)) - 30) - 15);
k++;
}
_root.hud.removeMovieClip();
_root.attachMovie("death_hud_mc", "hud", 49999);
_root.hud._x = (-_root._x) / 2;
_root.hud._y = (-_root._y) / 2;
this.removeMovieClip();
}
}
}
this.xcoord = Math.floor(this._x / 15);
this.ycoord = Math.floor((this._y - 8) / 15);
if ((_root.level_ground[this.ycoord][this.xcoord + 1] == 1) || (_root.level_ground[this.ycoord - 1][this.xcoord + 1] == 1)) {
this.rlim = (this.xcoord * 15) + 7;
} else {
this.rlim = 10000;
}
if ((_root.level_ground[this.ycoord][this.xcoord - 1] == 1) || (_root.level_ground[this.ycoord - 1][this.xcoord - 1] == 1)) {
this.llim = (this.xcoord * 15) + 7;
} else {
this.llim = -10000;
}
this._x = this._x + this.xspd;
if (this._x > this.rlim) {
this._x = this.rlim;
this.xspd = 0;
}
if (((this._x > (this.rlim - 4)) && (_root.level_ground[this.ycoord][this.xcoord] == 24)) || ((this._x > (this.rlim - 4)) && (_root.level_ground[this.ycoord - 1][this.xcoord] == 24))) {
this.xspd = -7;
this.alive = false;
_root.hurt.start(0, 1);
}
if (this._x < this.llim) {
this._x = this.llim;
this.xspd = 0;
}
if (((this._x < (this.llim + 4)) && (_root.level_ground[this.ycoord][this.xcoord] == 22)) || ((this._x < (this.llim + 4)) && (_root.level_ground[this.ycoord - 1][this.xcoord] == 22))) {
this.xspd = 7;
this.alive = false;
_root.hurt.start(0, 1);
}
if (this.platform) {
this.groundpos = _root["obj" + this.platform]._y;
if ((this._x < (_root["obj" + this.platform]._x - 5)) || (this._x > ((_root["obj" + this.platform]._x + _root["obj" + this.platform]._width) + 5))) {
this.platform = 0;
}
} else {
this.platform = 0;
k = 1;
while (k < _root.pn) {
_root["obj" + k].activated = false;
if (((((this.jump && (this.yspd > 0)) && (this._x > (_root["obj" + k]._x - 5))) && (this._x < ((_root["obj" + k]._x + _root["obj" + k]._width) + 5))) && (this._y < (_root["obj" + k]._y + 3))) && (this._y > (_root["obj" + k]._y - (this.yspd * 1.5)))) {
_root["obj" + k].activated = true;
this.groundpos = _root["obj" + k]._y;
this.platform = k;
break;
}
k++;
}
if ((_root.level_ground[this.ycoord + 1][Math.floor((this._x - 6) / 15)] == 1) || (_root.level_ground[this.ycoord + 1][Math.floor((this._x - 3) / 15)] == 3)) {
this.groundtile = Math.floor((this._x - 6) / 15);
this.groundpos = (this.ycoord + 1) * 15;
} else if ((_root.level_ground[this.ycoord + 1][Math.floor((this._x + 6) / 15)] == 1) || (_root.level_ground[this.ycoord + 1][Math.floor((this._x + 3) / 15)] == 3)) {
this.groundtile = Math.floor((this._x + 6) / 15);
this.groundpos = (this.ycoord + 1) * 15;
} else {
if (!this.jump) {
this.jump = true;
this.yspd = 0;
}
this.groundpos = 10000;
}
}
if ((_root.level_ground[this.ycoord - 2][Math.floor((this._x - 3) / 15)] == 1) || (_root.level_ground[this.ycoord - 2][Math.floor((this._x + 3) / 15)] == 1)) {
this.ceilpos = (this.ycoord - 1) * 15;
} else {
this.ceilpos = -10000;
}
if (this.jump) {
this._y = this._y + this.yspd;
if ((this._y - 26) < this.ceilpos) {
this.yspd = 0;
this._y = this.ceilpos + 26;
if (_root.level_ground[this.ycoord - 1][this.xcoord] == 21) {
if (this.xspd == 0) {
this.xspd = 6;
} else {
this.xspd = (6 * Math.abs(this.xspd)) / this.xspd;
}
this.alive = false;
_root.hurt.start(0, 1);
}
}
if ((((this._x == this.rlim) && (Key.isDown(39))) && (this.yspd > 0)) || (((this._x == this.llim) && (Key.isDown(37))) && (this.yspd > 0))) {
if (this.yspd < 2) {
this.yspd = this.yspd + 0.5;
} else if (this.yspd > 2) {
this.yspd = this.yspd - 0.5;
}
if (!_root.wallslideplaying) {
_root.wallslideplaying = true;
_root.wallslide.start(0, 50);
}
} else {
if (this.yspd < 10) {
this.yspd = this.yspd + 1.2;
}
if (_root.wallslideplaying) {
_root.wallslideplaying = false;
_root.wallslide.stop();
}
}
if (((this.groundpos - this._y) < 0) && (this.yspd > 0)) {
this._x = Math.round(this._x);
this.jump = false;
this.doublejump = false;
this._y = this.groundpos;
if (_root.wallslideplaying) {
_root.wallslideplaying = false;
_root.wallslide.stop();
}
}
} else {
this._y = this.groundpos;
}
if (this.alive) {
if (this.jump) {
if (this._currentframe != 7) {
this.gotoAndStop(4);
}
this.mc.gotoAndStop(this.yspd + 12);
if ((((this._x == this.rlim) && (Key.isDown(39))) && (this.yspd > 0)) || (((this._x == this.llim) && (Key.isDown(37))) && (this.yspd > 0))) {
this.gotoAndStop(5);
}
} else if (Key.isDown(40)) {
this.gotoAndStop(7);
} else if (((this.xspd > 0) && (this._xscale < 0)) || ((this.xspd < 0) && (this._xscale > 0))) {
this.gotoAndStop(3);
if (!_root.slideplaying) {
_root.slide.start(0, 1);
_root.slideplaying = true;
}
} else if (this.xspd != 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
} else {
if (!_root.screamplaying) {
_root.stats_deaths++;
_root.screamplaying = true;
_root.scream.start(0, 1);
}
if (this.jump) {
this.gotoAndStop(6);
}
}
};
}
function spawnBat(_i, _j, _dir) {
_root.attachMovie("bat_mc", "enemy" + en, 31000 + en);
_root["enemy" + en]._x = (_j * 15) + 7.5;
_root["enemy" + en]._y = _i * 15;
_root["enemy" + en].xspd = 1 * _dir;
if (_dir != 0) {
_root["enemy" + en]._xscale = -100 * _dir;
_root["enemy" + en].gotoAndStop(3);
_root["enemy" + en].alive = true;
} else {
_root["enemy" + en].gotoAndStop(1);
_root["enemy" + en].alive = false;
}
_root["enemy" + en].onEnterFrame = function () {
if (this.alive) {
this.xcoord = Math.floor(this._x / 15);
this.ycoord = Math.floor(this._y / 15);
if (_root.level_ground[this.ycoord][this.xcoord + 1] == 1) {
this.rlim = (this.xcoord * 15) + 11;
} else {
this.rlim = 10000;
}
if (_root.level_ground[this.ycoord][this.xcoord - 1] == 1) {
this.llim = (this.xcoord * 15) + 4;
} else {
this.llim = -10000;
}
if ((this._x > (this.rlim - 3)) && (this.xspd > 0)) {
this.xspd = this.xspd * -1;
this._xscale = 100;
}
if ((this._x < (this.llim + 3)) && (this.xspd < 0)) {
this.xspd = this.xspd * -1;
this._xscale = -100;
}
this._x = this._x + this.xspd;
if ((((((Math.abs(this._x - _root.hero._x) < 15) && (Math.abs(this._y - _root.hero._y) < 10)) && (_root.hero.alive)) && (_root.hero.yspd > 0)) && (_root.hero.jump)) || ((((Math.abs(this._x - _root.hero._x) < 10) && (Math.abs((this._y + 5) - _root.hero._y) < 5)) && (_root.hero.alive)) && (_root.hero.platform))) {
this.alive = false;
_root.stats_kills++;
_root.hero._y = this._y;
_root.hero.jump = true;
_root.hero.yspd = -10;
_root.hero.doublejump = false;
_root.spawnCarcass(this._x, this._y, "bat");
_root.spawnExplosion(this._x, this._y + 15);
_root.playmouse_s();
this.removeMovieClip();
} else if (_root.hero.hitzone.hitTest(this._x, this._y + 2, true) && (_root.hero.alive)) {
_root.playmouse_s();
_root.hero.alive = false;
if (this._x > _root.hero._x) {
_root.hero.xspd = -4;
} else {
_root.hero.xspd = 4;
}
_root.hero.jump = true;
_root.hero.yspd = -5;
}
} else if ((Math.abs(this._x - _root.hero._x) < 100) && (Math.abs(this._y - _root.hero._y) < 100)) {
_root.playmouse_s();
if (this._x > _root.hero._x) {
this.xspd = -1;
this._xscale = 100;
} else {
this.xspd = 1;
this._xscale = -100;
}
this.alive = true;
this.gotoAndStop(2);
}
};
en++;
if (en > 100) {
en = 0;
}
}
function spawnSpikedBat(_i, _j, _dir) {
_root.attachMovie("spikedbat_mc", "enemy" + en, 31000 + en);
_root["enemy" + en]._x = (_j * 15) + 7.5;
_root["enemy" + en]._y = _i * 15;
_root["enemy" + en].xspd = 1 * _dir;
if (_dir != 0) {
_root["enemy" + en]._xscale = -100 * _dir;
_root["enemy" + en].gotoAndStop(3);
_root["enemy" + en].alive = true;
} else {
_root["enemy" + en].gotoAndStop(1);
_root["enemy" + en].alive = false;
}
_root["enemy" + en].onEnterFrame = function () {
if (this.alive) {
this.xcoord = Math.floor(this._x / 15);
this.ycoord = Math.floor(this._y / 15);
if (_root.level_ground[this.ycoord][this.xcoord + 1] == 1) {
this.rlim = (this.xcoord * 15) + 11;
} else {
this.rlim = 10000;
}
if (_root.level_ground[this.ycoord][this.xcoord - 1] == 1) {
this.llim = (this.xcoord * 15) + 4;
} else {
this.llim = -10000;
}
if ((this._x > (this.rlim - 3)) && (this.xspd > 0)) {
this.xspd = this.xspd * -1;
this._xscale = 100;
}
if ((this._x < (this.llim + 3)) && (this.xspd < 0)) {
this.xspd = this.xspd * -1;
this._xscale = -100;
}
this._x = this._x + this.xspd;
if (_root.hero.hitzone.hitTest(this._x, this._y, true) && (_root.hero.alive)) {
_root.playmouse_s();
_root.hero.alive = false;
if (this._x > _root.hero._x) {
_root.hero.xspd = -4;
} else {
_root.hero.xspd = 4;
}
_root.hero.jump = true;
_root.hero.yspd = -5;
}
} else if ((Math.abs(this._x - _root.hero._x) < 100) && (Math.abs(this._y - _root.hero._y) < 100)) {
_root.playmouse_s();
if (this._x > _root.hero._x) {
this.xspd = -1;
this._xscale = 100;
} else {
this.xspd = 1;
this._xscale = -100;
}
this.alive = true;
this.gotoAndStop(2);
}
};
en++;
if (en > 100) {
en = 0;
}
}
function spawnScarab(_i, _j, _dir) {
_root.attachMovie("scarab_mc", "enemy" + en, 31000 + en);
if ((_root.level_ground[i + 1][j] != 1) && (_root.level_ground[i + 1][j] != 3)) {
_root["enemy" + en]._x = (_j * 15) + 8;
_root["enemy" + en]._y = ((_i + 1) * 15) + 15;
} else {
_root["enemy" + en]._x = (_j * 15) + 8;
_root["enemy" + en]._y = (_i * 15) + 15;
}
_root["enemy" + en].alive = true;
_root["enemy" + en].xspd = 2 * _dir;
_root["enemy" + en]._xscale = 100 * _dir;
_root["enemy" + en].onEnterFrame = function () {
if (this.alive) {
this.xcoord = Math.floor(this._x / 15);
this.ycoord = Math.floor((this._y - 8) / 15);
if (((_root.level_ground[this.ycoord + 1][this.xcoord + 1] != 1) && (_root.level_ground[this.ycoord + 1][this.xcoord + 1] != 3)) || (_root.level_ground[this.ycoord][this.xcoord + 1] == 1)) {
this.rlim = (this.xcoord * 15) + 11;
} else {
this.rlim = 10000;
}
if (((_root.level_ground[this.ycoord + 1][this.xcoord - 1] != 1) && (_root.level_ground[this.ycoord + 1][this.xcoord - 1] != 3)) || (_root.level_ground[this.ycoord][this.xcoord - 1] == 1)) {
this.llim = (this.xcoord * 15) + 4;
} else {
this.llim = -10000;
}
if ((this._x > (this.rlim - 3)) && (this.xspd > 0)) {
this.xspd = this.xspd * -1;
this._xscale = -100;
}
if ((this._x < (this.llim + 3)) && (this.xspd < 0)) {
this.xspd = this.xspd * -1;
this._xscale = 100;
}
this._x = this._x + this.xspd;
if (((((Math.abs(this._x - _root.hero._x) < 12) && (Math.abs((this._y - 11) - _root.hero._y) < 6)) && (_root.hero.alive)) && (_root.hero.yspd > 0)) && (_root.hero.jump)) {
_root.playmouse_s();
this.alive = false;
_root.stats_kills++;
_root.hero._y = this._y - 11;
_root.hero.yspd = -10;
_root.hero.doublejump = false;
_root.spawnCarcass(this._x, this._y, "scarab");
_root.spawnExplosion(this._x, this._y);
this.removeMovieClip();
} else if (((Math.abs(this._x - _root.hero._x) < 12) && (Math.abs(((this._y - 5) - _root.hero._y) + 15) < 15)) && (_root.hero.alive)) {
_root.playmouse_s();
_root.hero.alive = false;
if (this._x > _root.hero._x) {
_root.hero.xspd = -4;
} else {
_root.hero.xspd = 4;
}
_root.hero.jump = true;
_root.hero.yspd = -5;
}
}
};
en++;
if (en > 100) {
en = 0;
}
}
function spawnSpikedScarab(_i, _j, _dir) {
_root.attachMovie("spikedscarab_mc", "enemy" + en, 31000 + en);
if ((_root.level_ground[i + 1][j] != 1) && (_root.level_ground[i + 1][j] != 3)) {
_root["enemy" + en]._x = (_j * 15) + 8;
_root["enemy" + en]._y = ((_i + 1) * 15) + 15;
} else {
_root["enemy" + en]._x = (_j * 15) + 8;
_root["enemy" + en]._y = (_i * 15) + 15;
}
_root["enemy" + en].alive = true;
_root["enemy" + en].xspd = 2 * _dir;
_root["enemy" + en]._xscale = 100 * _dir;
_root["enemy" + en].onEnterFrame = function () {
if (this.alive) {
this.xcoord = Math.floor(this._x / 15);
this.ycoord = Math.floor((this._y - 8) / 15);
if (((_root.level_ground[this.ycoord + 1][this.xcoord + 1] != 1) && (_root.level_ground[this.ycoord + 1][this.xcoord + 1] != 3)) || (_root.level_ground[this.ycoord][this.xcoord + 1] == 1)) {
this.rlim = (this.xcoord * 15) + 11;
} else {
this.rlim = 10000;
}
if (((_root.level_ground[this.ycoord + 1][this.xcoord - 1] != 1) && (_root.level_ground[this.ycoord + 1][this.xcoord - 1] != 3)) || (_root.level_ground[this.ycoord][this.xcoord - 1] == 1)) {
this.llim = (this.xcoord * 15) + 4;
} else {
this.llim = -10000;
}
if ((this._x > (this.rlim - 3)) && (this.xspd > 0)) {
this.xspd = this.xspd * -1;
this._xscale = -100;
}
if ((this._x < (this.llim + 3)) && (this.xspd < 0)) {
this.xspd = this.xspd * -1;
this._xscale = 100;
}
this._x = this._x + this.xspd;
if (((Math.abs(this._x - _root.hero._x) < 12) && (Math.abs(((this._y - 5) - _root.hero._y) + 15) < 15)) && (_root.hero.alive)) {
_root.playmouse_s();
_root.hero.alive = false;
if (this._x > _root.hero._x) {
_root.hero.xspd = -4;
} else {
_root.hero.xspd = 4;
}
_root.hero.jump = true;
_root.hero.yspd = -5;
}
}
};
en++;
if (en > 100) {
en = 0;
}
}
function spawnSarc(_i, _j, _dir) {
_root.attachMovie("sarc_mc", "enemy" + en, 20850 + en);
if ((_root.level_ground[i + 1][j] != 1) && (_root.level_ground[i + 1][j] != 3)) {
_root["enemy" + en]._x = (_j * 15) + 8;
_root["enemy" + en]._y = ((_i + 1) * 15) + 15;
} else {
_root["enemy" + en]._x = (_j * 15) + 8;
_root["enemy" + en]._y = (_i * 15) + 15;
}
_root["enemy" + en].id = en + 1;
_root["enemy" + en].dir = _dir;
en++;
en++;
if (en > 100) {
en = 0;
}
}
function spawnMummy(_i, _j, _dir, _id) {
if (_id == undefined) {
id = en;
} else {
id = _id;
}
_root.attachMovie("mummy_mc", "enemy" + id, 31000 + id);
if ((_root.level_ground[i + 1][j] != 1) && (_root.level_ground[i + 1][j] != 3)) {
_root["enemy" + id]._x = (_j * 15) + 8;
_root["enemy" + id]._y = ((_i + 1) * 15) + 15;
} else {
_root["enemy" + id]._x = (_j * 15) + 8;
_root["enemy" + id]._y = (_i * 15) + 15;
}
if (_id != undefined) {
_root["enemy" + id].spawn = true;
_root["enemy" + id].spawnid = _id - 1;
}
_root["enemy" + id].alive = true;
_root["enemy" + id].xspd = 1 * _dir;
_root["enemy" + id]._xscale = 100 * _dir;
_root["enemy" + id].onEnterFrame = function () {
if (this.alive) {
this.xcoord = Math.floor(this._x / 15);
this.ycoord = Math.floor((this._y - 8) / 15);
if (((_root.level_ground[this.ycoord + 1][this.xcoord + 1] != 1) && (_root.level_ground[this.ycoord + 1][this.xcoord + 1] != 3)) || (_root.level_ground[this.ycoord][this.xcoord + 1] == 1)) {
this.rlim = (this.xcoord * 15) + 11;
} else {
this.rlim = 10000;
}
if (((_root.level_ground[this.ycoord + 1][this.xcoord - 1] != 1) && (_root.level_ground[this.ycoord + 1][this.xcoord - 1] != 3)) || (_root.level_ground[this.ycoord][this.xcoord - 1] == 1)) {
this.llim = (this.xcoord * 15) + 4;
} else {
this.llim = -10000;
}
if ((this._x > (this.rlim - 3)) && (this.xspd > 0)) {
this.xspd = this.xspd * -1;
this._xscale = -100;
}
if ((this._x < (this.llim + 3)) && (this.xspd < 0)) {
this.xspd = this.xspd * -1;
this._xscale = 100;
}
if (this._currentframe == 1) {
this._x = this._x + this.xspd;
}
if (((((Math.abs((this._x - ((5 * Math.abs(this._xscale)) / this._xscale)) - _root.hero._x) < 10) && (Math.abs((this._y - 26) - _root.hero._y) < 6)) && (_root.hero.alive)) && (_root.hero.yspd > 0)) && (_root.hero.jump)) {
this.alive = false;
_root.stats_kills++;
this.gotoAndStop(3);
_root.hero._y = this._y - 30;
_root.hero.yspd = -10;
_root.hero.doublejump = false;
} else if (((Math.abs(this._x - _root.hero._x) < 12) && (Math.abs(this._y - _root.hero._y) < 17)) && (_root.hero.alive)) {
this.gotoAndStop(2);
if (this._x > _root.hero._x) {
if (this._xscale == 100) {
this._xscale = -100;
this.xspd = this.xspd * -1;
}
} else if (this._xscale == -100) {
this._xscale = 100;
this.xspd = this.xspd * -1;
}
}
}
};
if (_id == undefined) {
en++;
if (en > 100) {
en = 0;
}
}
}
function spawnRedMummy(_i, _j, _dir) {
_root.attachMovie("redmummy_mc", "enemy" + en, 31000 + en);
if ((_root.level_ground[i + 1][j] != 1) && (_root.level_ground[i + 1][j] != 3)) {
_root["enemy" + en]._x = (_j * 15) + 8;
_root["enemy" + en]._y = ((_i + 1) * 15) + 15;
} else {
_root["enemy" + en]._x = (_j * 15) + 8;
_root["enemy" + en]._y = (_i * 15) + 15;
}
_root["enemy" + en].alive = true;
_root["enemy" + en].health = 2;
_root["enemy" + en].xspd = 1 * _dir;
_root["enemy" + en]._xscale = 100 * _dir;
_root["enemy" + en].onEnterFrame = function () {
if (this.alive) {
this.xcoord = Math.floor(this._x / 15);
this.ycoord = Math.floor((this._y - 8) / 15);
if (((_root.level_ground[this.ycoord + 1][this.xcoord + 1] != 1) && (_root.level_ground[this.ycoord + 1][this.xcoord + 1] != 3)) || (_root.level_ground[this.ycoord][this.xcoord + 1] == 1)) {
this.rlim = (this.xcoord * 15) + 11;
} else {
this.rlim = 10000;
}
if (((_root.level_ground[this.ycoord + 1][this.xcoord - 1] != 1) && (_root.level_ground[this.ycoord + 1][this.xcoord - 1] != 3)) || (_root.level_ground[this.ycoord][this.xcoord - 1] == 1)) {
this.llim = (this.xcoord * 15) + 4;
} else {
this.llim = -10000;
}
if ((this._x > (this.rlim - 3)) && (this.xspd > 0)) {
this.xspd = this.xspd * -1;
this._xscale = -100;
}
if ((this._x < (this.llim + 3)) && (this.xspd < 0)) {
this.xspd = this.xspd * -1;
this._xscale = 100;
}
if (this._currentframe == 1) {
this._x = this._x + this.xspd;
}
if (((((Math.abs((this._x - ((5 * Math.abs(this._xscale)) / this._xscale)) - _root.hero._x) < 10) && (Math.abs((this._y - 26) - _root.hero._y) < 6)) && (_root.hero.alive)) && (_root.hero.yspd > 0)) && (_root.hero.jump)) {
this.health--;
if (this.health <= 0) {
this.alive = false;
_root.stats_kills++;
this.gotoAndStop(3);
} else {
this.gotoAndStop(4);
}
_root.hero._y = this._y - 30;
_root.hero.yspd = -10;
_root.hero.doublejump = false;
} else if (((Math.abs(this._x - _root.hero._x) < 12) && (Math.abs(this._y - _root.hero._y) < 17)) && (_root.hero.alive)) {
this.gotoAndStop(2);
if (this._x > _root.hero._x) {
if (this._xscale == 100) {
this._xscale = -100;
this.xspd = this.xspd * -1;
}
} else if (this._xscale == -100) {
this._xscale = 100;
this.xspd = this.xspd * -1;
}
}
}
};
en++;
if (en > 100) {
en = 0;
}
}
function spawnFatMummy(_i, _j, _dir) {
_root.attachMovie("fatmummy_mc", "enemy" + en, 31000 + en);
if ((_root.level_ground[i + 1][j] != 1) && (_root.level_ground[i + 1][j] != 3)) {
_root["enemy" + en]._x = (_j * 15) + 8;
_root["enemy" + en]._y = ((_i + 1) * 15) + 15;
} else {
_root["enemy" + en]._x = (_j * 15) + 8;
_root["enemy" + en]._y = (_i * 15) + 15;
}
_root["enemy" + en].alive = true;
_root["enemy" + en].xspd = 0.5 * _dir;
_root["enemy" + en].dir = _dir;
if (_dir == 0) {
_root["enemy" + en].gotoAndStop(4);
if (_root["enemy" + en]._x > _root.hero._x) {
_root["enemy" + en]._xscale = -100;
}
} else {
_root["enemy" + en]._xscale = 100 * _dir;
}
_root["enemy" + en].onEnterFrame = function () {
if (this.alive) {
this.xcoord = Math.floor(this._x / 15);
this.ycoord = Math.floor((this._y - 8) / 15);
if (((_root.level_ground[this.ycoord + 1][this.xcoord + 1] != 1) && (_root.level_ground[this.ycoord + 1][this.xcoord + 1] != 3)) || (_root.level_ground[this.ycoord][this.xcoord + 1] == 1)) {
this.rlim = (this.xcoord * 15) + 11;
} else {
this.rlim = 10000;
}
if (((_root.level_ground[this.ycoord + 1][this.xcoord - 1] != 1) && (_root.level_ground[this.ycoord + 1][this.xcoord - 1] != 3)) || (_root.level_ground[this.ycoord][this.xcoord - 1] == 1)) {
this.llim = (this.xcoord * 15) + 4;
} else {
this.llim = -10000;
}
if ((this._x > (this.rlim - 3)) && (this.xspd > 0)) {
this.xspd = this.xspd * -1;
this._xscale = -100;
}
if ((this._x < (this.llim + 3)) && (this.xspd < 0)) {
this.xspd = this.xspd * -1;
this._xscale = 100;
}
if (this._currentframe == 1) {
this._x = this._x + this.xspd;
}
if (((((Math.abs(this._x - _root.hero._x) < 12) && (Math.abs((this._y - 20) - _root.hero._y) < 6)) && (_root.hero.alive)) && (_root.hero.yspd > 0)) && (_root.hero.jump)) {
this.gotoAndStop(3);
_root.hero._y = this._y - 30;
_root.hero.yspd = -14;
_root.hero.doublejump = false;
} else if (((Math.abs(this._x - _root.hero._x) < 12) && (Math.abs(this._y - _root.hero._y) < 15)) && (_root.hero.alive)) {
}
}
};
en++;
if (en > 100) {
en = 0;
}
}
function spawnDogMummy(_i, _j, _dir) {
_root.attachMovie("dogmummy_mc", "enemy" + en, 31000 + en);
if ((_root.level_ground[i + 1][j] != 1) && (_root.level_ground[i + 1][j] != 3)) {
_root["enemy" + en]._x = (_j * 15) + 8;
_root["enemy" + en]._y = ((_i + 1) * 15) + 15;
} else {
_root["enemy" + en]._x = (_j * 15) + 8;
_root["enemy" + en]._y = (_i * 15) + 15;
}
_root["enemy" + en].alive = true;
_root["enemy" + en].xspd = 1 * _dir;
_root["enemy" + en]._xscale = 100 * _dir;
_root["enemy" + en].onEnterFrame = function () {
if (this.alive) {
this.xcoord = Math.floor(this._x / 15);
this.ycoord = Math.floor((this._y - 8) / 15);
if (((_root.level_ground[this.ycoord + 1][this.xcoord + 1] != 1) && (_root.level_ground[this.ycoord + 1][this.xcoord + 1] != 3)) || (_root.level_ground[this.ycoord][this.xcoord + 1] == 1)) {
this.rlim = (this.xcoord * 15) + 11;
} else {
this.rlim = 10000;
}
if (((_root.level_ground[this.ycoord + 1][this.xcoord - 1] != 1) && (_root.level_ground[this.ycoord + 1][this.xcoord - 1] != 3)) || (_root.level_ground[this.ycoord][this.xcoord - 1] == 1)) {
this.llim = (this.xcoord * 15) + 4;
} else {
this.llim = -10000;
}
if ((this._x > (this.rlim - 3)) && (this.xspd > 0)) {
this.xspd = this.xspd * -1;
this._xscale = -100;
}
if ((this._x < (this.llim + 3)) && (this.xspd < 0)) {
this.xspd = this.xspd * -1;
this._xscale = 100;
}
if (this._currentframe == 1) {
this._x = this._x + this.xspd;
}
if (((Math.abs(this._x - _root.hero._x) < 12) && (Math.abs(this._y - _root.hero._y) < 17)) && (_root.hero.alive)) {
this.gotoAndStop(3);
if (this._x > _root.hero._x) {
if (this._xscale == 100) {
this._xscale = -100;
this.xspd = this.xspd * -1;
}
} else if (this._xscale == -100) {
this._xscale = 100;
this.xspd = this.xspd * -1;
}
}
}
};
en++;
if (en > 100) {
en = 0;
}
}
function spawnRedGhost(_i, _j, _spd) {
_root.attachMovie("redghost_mc", "enemy" + en, 31000 + en);
_root["enemy" + en]._x = (_j * 15) + 8;
_root["enemy" + en]._y = (_i * 15) + 15;
_root["enemy" + en].yloc = _root["enemy" + en]._y;
_root["enemy" + en].randy = random(120) - 60;
_root["enemy" + en].alive = true;
_root["enemy" + en].ang = ((random(360) * 2) * Math.PI) / 360;
_root["enemy" + en].spd = (_spd / 40) + (random(10) / 10);
_root["enemy" + en]._alpha = 50;
_root["enemy" + en].ghost.gotoAndPlay(random(12));
_root["enemy" + en].onEnterFrame = function () {
if (random(50) == 0) {
this.randy = (random(90) - 45) - 15;
}
this.heroang = Math.atan2((this._y - _root.hero._y) + this.randy, this._x - _root.hero._x);
if (_root.hero.alive) {
if (this._x < _root.hero._x) {
this._xscale = -100;
} else {
this._xscale = 100;
}
this.xspd = this.spd * Math.cos(this.heroang);
if (Math.abs(this._x - _root.hero._x) > 5) {
this._x = this._x - this.xspd;
}
this.yloc = this.yloc - (this.spd * Math.sin(this.heroang));
this.ang = this.ang + 0.12083048667653;
this._y = (4 * Math.sin(this.ang)) + this.yloc;
if (Math.abs((this._y - _root.hero._y) + this.randy) > 5) {
this._y = (4 * Math.sin(this.ang)) + this.yloc;
}
} else {
this._alpha = this._alpha - random(5);
this._x = this._x - this.xspd;
this._y = this._y - Math.sin(this.ang);
}
if (_root.hero.hitzone.hitTest(this._x, this._y, true) && (_root.hero.alive)) {
_root.spooky.start(0, 1);
_root.hero.alive = false;
if (this._x < _root.hero._x) {
_root.hero.xspd = 7;
} else {
_root.hero.xspd = -7;
}
_root.hero.jump = true;
_root.hero.yspd = -8;
}
};
en++;
if (en > 100) {
en = 0;
}
}
function spawnGhosts(_rate) {
j = 0;
while (j < (_rate * 2)) {
_root.spawnGhost(random(_root.hori_limit * 15), random(_root.vert_limit * 15));
j++;
}
_root.createEmptyMovieClip("enemy" + en, 31000 + en);
_root["enemy" + en].onEnterFrame = function () {
if (random(60 - (_rate * 3)) == 0) {
_root.spawnGhost((_root.hori_limit * 15) + 15, random(_root.vert_limit * 15));
}
};
en++;
if (en > 100) {
en = 0;
}
}
function spawnGhost(_xpos, _ypos) {
if (((Math.abs(_xpos - _root.hero._x) > 30) && (Math.abs(_ypos - _root.hero._y) > 30)) || (!_root.hero.alive)) {
_root.attachMovie("ghost_mc", "ghost" + gn, 36000 + gn);
_root["ghost" + gn]._x = _xpos;
_root["ghost" + gn]._y = _ypos;
_root["ghost" + gn].ang = ((random(360) * 2) * Math.PI) / 360;
_root["ghost" + gn]._alpha = 50;
_root["ghost" + gn].onEnterFrame = function () {
this._x = this._x - 1;
this.ang = this.ang + 0.0785398163397448;
this._y = this._y + Math.sin(this.ang);
if (_root.hero.hitzone.hitTest(this._x, this._y, true) && (_root.hero.alive)) {
_root.spooky.start(0, 1);
_root.hero.alive = false;
_root.hero.xspd = 7 * _dir;
_root.hero.jump = true;
_root.hero.yspd = -8;
}
if (this._x < -10) {
this.removeMovieClip();
}
};
gn++;
if (gn >= 100) {
gn = 0;
}
}
}
function spawnExplosion(_xpos, _ypos) {
_root.bamf.start(0, 1);
_root.explosion.start(0, 1);
_root.attachMovie("explosion_mc", "effect" + fn, 40000 + fn);
_root["effect" + fn]._x = _xpos;
_root["effect" + fn]._y = _ypos + 4;
fn++;
if (fn >= 1000) {
fn = 0;
}
k = 0;
while (k < 10) {
spawnDust(_xpos, _ypos, 1);
k++;
}
}
function spawnDust(_xpos, _ypos, _mod) {
_root.attachMovie("dust_mc", "effect" + fn, 40000 + fn);
_root["effect" + fn]._x = _xpos;
_root["effect" + fn]._y = _ypos;
_root["effect" + fn].xspd = (random(50) / 2) * _mod;
if (random(2) == 0) {
_root["effect" + fn].xspd = _root["effect" + fn].xspd * -1;
}
_root["effect" + fn].yspd = ((-random(15)) / 2) * _mod;
_root["effect" + fn].fallspd = (1 + (random(10) / 2)) * _mod;
if (random(2) == 0) {
_root["effect" + fn]._xscale = 50;
}
if (random(2) == 0) {
_root["effect" + fn]._yscale = 50;
}
_root["effect" + fn].onEnterFrame = function () {
this._x = this._x + this.xspd;
this.xspd = this.xspd * 0.5;
if (Math.abs(this.xspd) <= 0.5) {
this.xspd = 0;
}
if (this.yspd < this.fallspd) {
this.yspd = this.yspd + 0.5;
}
this._y = this._y + this.yspd;
if (this._y > 450) {
this.removeMovieClip();
}
};
fn++;
if (fn >= 1000) {
fn = 0;
}
}
function spawnSparkle(_xpos, _ypos) {
_root.attachMovie("sparkle_mc", "effect" + fn, 40000 + fn);
_root["effect" + fn]._x = _xpos;
_root["effect" + fn]._y = _ypos;
fn++;
if (fn >= 1000) {
fn = 0;
}
}
function spawnSplash(_xpos, _ypos) {
_root.attachMovie("sludgesplash_mc", "effect" + fn, 40000 + fn);
_root["effect" + fn]._x = _xpos;
_root["effect" + fn]._y = _ypos;
fn++;
if (fn >= 1000) {
fn = 0;
}
}
function spawnHatSoul(_xpos, _ypos, _xsca) {
_root.attachMovie("herosoul_mc", "effect" + fn, 40000 + fn);
_root["effect" + fn]._x = _xpos;
_root["effect" + fn]._y = _ypos + 20;
_root["effect" + fn]._xscale = _xsca;
_root["effect" + fn]._alpha = 25;
_root["effect" + fn].yspd = 0;
_root["effect" + fn].xspd = 0;
_root["effect" + fn].onEnterFrame = function () {
this._y = this._y - this.yspd;
this._x = this._x + ((this.xspd * Math.abs(this._xscale)) / this._xscale);
if (this.yspd < 3) {
this.yspd = this.yspd + 0.1;
}
if (this.xspd < 5) {
this.xspd = this.xspd + 0.01;
}
if (this._y < -100) {
this.removeMovieClip();
}
};
fn++;
if (fn >= 1000) {
fn = 0;
}
_root.attachMovie("hat_mc", "effect" + fn, 40000 + fn);
_root["effect" + fn]._x = _xpos;
_root["effect" + fn]._y = _ypos;
_root["effect" + fn]._xscale = _xsca;
_root["effect" + fn].gotoAndPlay(15);
fn++;
if (fn >= 1000) {
fn = 0;
}
}
function spawnDeadArrow(_xpos, _ypos, _dir) {
_root.attachMovie("arrow_mc", "effect" + fn, 40000 + fn);
_root["effect" + fn]._xscale = 100 * _dir;
_root["effect" + fn]._x = _xpos;
_root["effect" + fn]._y = _ypos;
_root["effect" + fn].xspd = ((-(random(15) + 15)) * _dir) / 5;
_root["effect" + fn].yspd = -5;
_root["effect" + fn].rotspd = ((random(40) + 5) * _dir) / 2;
_root["effect" + fn].onEnterFrame = function () {
this._rotation = this._rotation + this.rotspd;
this._x = this._x + this.xspd;
this.xspd = this.xspd * 0.92;
if (this.yspd < 10) {
this.yspd = this.yspd + 1.5;
}
this._alpha = this._alpha - 6;
this._y = this._y + this.yspd;
if (this._alpha <= 0) {
this.removeMovieClip();
}
};
fn++;
if (fn >= 1000) {
fn = 0;
}
}
function spawnBubble(_xpos, _ypos) {
_root.attachMovie("bubble_mc", "effect" + fn, 40000 + fn);
_root["effect" + fn]._x = _xpos;
_root["effect" + fn]._y = _ypos;
_root["effect" + fn]._alpha = 50;
_root["effect" + fn].yspd = (-10 - random(10)) / 9;
_root["effect" + fn].onEnterFrame = function () {
this._x = _xpos + (Math.cos((this._y - _ypos) / 6) * 2);
this._alpha = this._alpha - random(3);
this._y = this._y + this.yspd;
if (this._alpha <= 0) {
this.removeMovieClip();
}
};
fn++;
if (fn >= 1000) {
fn = 0;
}
}
function spawnDustCloud(_xpos, _ypos) {
p = 0;
while (p < 5) {
_root.attachMovie("dustcloud_mc", "effect" + fn, 40000 + fn);
_root["effect" + fn].gotoAndPlay(random(5) + 1);
_root["effect" + fn]._x = (_xpos + random(10)) - 5;
_root["effect" + fn]._y = (_ypos + random(10)) - 5;
_root["effect" + fn]._alpha = 5 + random(10);
fn++;
if (fn >= 1000) {
fn = 0;
}
p++;
}
}
function spawnCarcass(_xpos, _ypos, _type) {
_root.attachMovie(_type + "_mc", "effect" + fn, 40000 + fn);
_root["effect" + fn].gotoAndStop(15);
_root["effect" + fn]._x = _xpos;
_root["effect" + fn]._y = _ypos;
_root["effect" + fn]._alpha = 70;
_root["effect" + fn].xspd = random(15) / 2;
if (_xpos < _root.hero._x) {
_root["effect" + fn].xspd = _root["effect" + fn].xspd * -1;
}
_root["effect" + fn].yspd = (-10 - random(15)) / 4;
_root["effect" + fn].rotspd = random(10) + 10;
if (random(2) == 0) {
_root["effect" + fn].rotspd = _root["effect" + fn].rotspd * -1;
}
_root["effect" + fn].onEnterFrame = function () {
this._x = this._x + this.xspd;
this._y = this._y + this.yspd;
this._rotation = this._rotation + this.rotspd;
this.xspd = this.xspd * 0.8;
if (this.yspd < 10) {
this.yspd++;
}
if (this._y >= 500) {
this.removeMovieClip();
}
};
fn++;
if (fn >= 1000) {
fn = 0;
}
}
gn = 0;
fn = 0;
function startLevel() {
_root.attachMovie("hud_mc", "hud", 49999);
_root.hud.hint_mc._visible = false;
_root.hud._x = (-_root._x) / 2;
_root.hud._y = (-_root._y) / 2;
_root.objectids = ["piss", "shit"];
_root.attachMovie("background_g", "background_g", 1);
_root._xscale = 200;
_root._yscale = 200;
depth = 0;
pn = 1;
cn = 0;
objn = 0;
en = 0;
gemcount = 0;
gemcollect = 0;
i = 0;
while (i < 30) {
j = 0;
while (j < 40) {
if (level[i][j].substr(0, 2) == "16") {
_root.spawnPlatform(i, j, "h", int(level[i][j].substr(2, 2)), int(level[i][j].substr(4, 2)), int(level[i][j].substr(6, 2)));
} else if (level[i][j].substr(0, 2) == "17") {
_root.spawnPlatform(i, j, "v", int(level[i][j].substr(2, 2)), int(level[i][j].substr(4, 2)), int(level[i][j].substr(6, 2)));
} else if (level[i][j].substr(0, 2) == "87") {
_root.spawnMovingBlade(i, j, "h", int(level[i][j].substr(2, 2)), int(level[i][j].substr(4, 2)));
} else if (level[i][j].substr(0, 2) == "88") {
_root.spawnMovingBlade(i, j, "v", int(level[i][j].substr(2, 2)), int(level[i][j].substr(4, 2)));
} else if (level[i][j] == "8") {
if (!_root.sawplaying) {
_root.saw.start(0, 250);
_root.sawplaying = true;
}
_root.attachMovie("tile" + level[i][j], "tile" + depth, 15000 + depth);
_root["tile" + depth]._x = j * 15;
_root["tile" + depth]._y = i * 15;
_root["tile" + depth].depth = depth;
_root["tile" + depth].onEnterFrame = function () {
if (((Math.abs(_root.hero._x - (this._x + 7.5)) < 12) && (Math.abs((_root.hero._y - 15) - (this._y + 7.5)) < 19)) && _root.hero.alive) {
_root.hero.alive = false;
if ((this._x + 7.5) > _root.hero._x) {
_root.hero.xspd = -4;
} else {
_root.hero.xspd = 4;
}
_root.hero.jump = true;
_root.hero.yspd = -5;
}
};
depth++;
} else if (level[i][j] == "7") {
_root.attachMovie("tile7", "tile" + depth, 15000 + depth);
_root["tile" + depth].j = j;
_root["tile" + depth].i = i;
_root["tile" + depth]._x = j * 15;
_root["tile" + depth]._y = i * 15;
_root["tile" + depth].onEnterFrame = function () {
if ((((_root.hero.jump == false) && (Math.abs((this._x + 7.5) - _root.hero._x) < 12)) && (this.i == (_root.hero.ycoord + 1))) && (this._currentframe == 1)) {
this.play();
}
};
depth++;
} else if (level[i][j].substr(0, 2) == "18") {
_root.attachMovie("tile18", "tile" + depth, 15000 + depth);
_root["tile" + depth].j = j;
_root["tile" + depth].i = i;
_root["tile" + depth].count = int(level[i][j].substr(4, 2));
_root["tile" + depth].timer = int(level[i][j].substr(2, 2));
if (_root["tile" + depth].count > _root["tile" + depth].timer) {
_root["tile" + depth].gotoAndStop(20);
_root["tile" + depth].count = _root["tile" + depth].count - _root["tile" + depth].timer;
_root["tile" + depth].invisible = true;
_root.level_ground[i][j] = 0;
} else {
_root["tile" + depth].gotoAndStop(10);
_root["tile" + depth].invisible = false;
_root.level_ground[i][j] = 3;
}
_root["tile" + depth]._x = j * 15;
_root["tile" + depth]._y = i * 15;
_root["tile" + depth].onEnterFrame = function () {
this.count++;
if (this.count > this.timer) {
if (this.invisible) {
if ((!_root.phaseinplaying) && _root.proximityCheck(this._x, this._y)) {
_root.phaseinplaying = true;
_root.phasein.start(0, 1);
}
this.gotoAndPlay(1);
} else {
if ((!_root.phaseoutplaying) && _root.proximityCheck(this._x, this._y)) {
_root.phaseoutplaying = true;
_root.phaseout.start(0, 1);
}
this.gotoAndPlay(11);
}
this.count = 0;
}
};
depth++;
} else if (level[i][j].substr(0, 2) == "19") {
_root.attachMovie("tile19", "tile" + depth, 15000 + depth);
_root["tile" + depth].j = j;
_root["tile" + depth].i = i;
_root["tile" + depth]._x = j * 15;
_root["tile" + depth]._y = i * 15;
_root["tile" + depth].tid = level[i][j].substr(5, 2);
_root["tile" + depth].dest = level[i][j].substr(2, 3);
if (_root["tile" + depth].tid == "GE") {
_root.hud.hint_mc._visible = true;
_root.hud.hint_mc.gotoAndPlay(1);
_root.hud.hint_mc.hint.text = _root.hint_GEM;
}
if (_root["tile" + depth].tid != "00") {
_root["tile" + depth].stop();
_root.objectids.push(_root["tile" + depth].tid);
_root.objectids.push(depth);
}
Key.addListener(_root["tile" + depth]);
_root["tile" + depth].onKeyDown = function () {
if (Key.isDown(38) && (!this.kd)) {
this.kd = true;
if (((this.open && (!_root.hero.jump)) && (Math.abs((this._x + 22.5) - _root.hero._x) < 10)) && (Math.abs((this._y + 60) - _root.hero._y) < 12)) {
if (_root.hero.xspd < 0) {
this.gotoAndPlay(32);
} else if (_root.hero.xspd > 0) {
this.gotoAndPlay(45);
} else {
this.gotoAndPlay(60);
}
if (_root.currentlevel == "00") {
_root[_root.currentid + "lastx"] = _root.hero._x;
_root[_root.currentid + "lasty"] = _root.hero._y;
}
_root.door.start(0, 1);
_root.hero.removeMovieClip();
clearInterval(_root.nextlevelint);
_root.nextlevelint = setInterval(nextLevel, 1000, this.dest);
}
}
};
_root["tile" + depth].onKeyUp = function () {
if (!Key.isDown(38)) {
this.kd = false;
}
};
depth++;
} else if (level[i][j].substr(0, 2) == "85") {
_root.attachMovie("tile85", "tile" + depth, 15000 + depth);
_root["tile" + depth].j = j;
_root["tile" + depth].i = i;
_root["tile" + depth]._x = j * 15;
_root["tile" + depth]._y = i * 15;
_root["tile" + depth].dest = level[i][j].substr(2, 3);
_root["tile" + depth].idolcount = 0;
if (_root.currentlevel == "00") {
_root["tile" + depth].lable.text = level[i][j].substr(2, 2);
k = 0;
while (k < _root.idolarray.length) {
if ((((((_root.idolarray[k] == (level[i][j].substr(2, 2) + "A")) || (_root.idolarray[k] == (level[i][j].substr(2, 2) + "B"))) || (_root.idolarray[k] == (level[i][j].substr(2, 2) + "C"))) || (_root.idolarray[k] == (level[i][j].substr(2, 2) + "D"))) || (_root.idolarray[k] == (level[i][j].substr(2, 2) + "E"))) || (_root.idolarray[k] == (level[i][j].substr(2, 2) + "F"))) {
if ((_root.idolarray[k + 1] == 1) || (_root.idolarray[k + 1] == 2)) {
_root["tile" + depth].idolcount++;
}
}
k = k + 2;
}
_root["tile" + depth].onEnterFrame = function () {
if (((((!_root.hero.jump) && (Math.abs((this._x + 15) - _root.hero._x) < 8)) && (Math.abs((this._y + 45) - _root.hero._y) < 12)) && (this.dest.substr(0, 2) != "CR")) && (this.dest.substr(0, 2) != "EX")) {
_root.hud.hint_mc._visible = true;
_root.hud.hint_mc.gotoAndPlay(60);
if (_root.coin_array[int(this.dest.substr(0, 2))] == 0) {
_root.hud.hint_mc.hint.text = (((("Level " + this.dest.substr(0, 2)) + " \n Chests Opened: ") + this.idolcount) + "/") + _root.chest_array[int(this.dest.substr(0, 2))];
} else {
_root.hud.hint_mc.hint.text = (((((((("Level " + this.dest.substr(0, 2)) + " \n Chests Opened: ") + this.idolcount) + "/") + _root.chest_array[int(this.dest.substr(0, 2))]) + ", Coins Collected: ") + _root.coincollect_array[int(this.dest.substr(0, 2))]) + "/") + _root.coin_array[int(this.dest.substr(0, 2))];
}
}
};
}
Key.addListener(_root["tile" + depth]);
_root["tile" + depth].onKeyDown = function () {
if (Key.isDown(38) && (!this.kd)) {
this.kd = true;
if (((!_root.hero.jump) && (Math.abs((this._x + 15) - _root.hero._x) < 8)) && (Math.abs((this._y + 45) - _root.hero._y) < 12)) {
_root.door.start(0, 1);
if (_root.hero.xspd < 0) {
this.gotoAndPlay(2);
} else if (_root.hero.xspd > 0) {
this.gotoAndPlay(14);
} else {
this.gotoAndPlay(30);
}
if (_root.currentlevel == "00") {
_root[_root.currentid + "lastx"] = _root.hero._x;
_root[_root.currentid + "lasty"] = _root.hero._y;
}
_root.footsteps_s.start(0, 1);
_root.hero.removeMovieClip();
clearInterval(_root.nextlevelint);
_root.nextlevelint = setInterval(nextLevel, 1000, this.dest);
}
}
};
_root["tile" + depth].onKeyUp = function () {
if (!Key.isDown(38)) {
this.kd = false;
}
};
depth++;
} else if (level[i][j].substr(0, 2) == "20") {
_root.attachMovie("tile20", "tile" + depth, 15000 + depth);
_root["tile" + depth].j = j;
_root["tile" + depth].i = i;
_root["tile" + depth]._x = j * 15;
_root["tile" + depth]._y = i * 15;
_root["tile" + depth].tid = level[i][j].substr(2, 2);
_root.objectids.push(_root["tile" + depth].tid);
_root.objectids.push(depth);
depth++;
} else if (level[i][j].substr(0, 2) == "89") {
_root.attachMovie("tile_outline", "tile" + depth, 15000 + depth);
_root["tile" + depth]._x = j * 15;
_root["tile" + depth]._y = i * 15;
if (level[i][j - 1].substr(0, 2) == "89") {
if (level[i][j + 1].substr(0, 2) == "89") {
_root["tile" + depth].gotoAndStop(2);
} else {
_root["tile" + depth].gotoAndStop(3);
}
} else if (level[i][j + 1].substr(0, 2) == "89") {
_root["tile" + depth].gotoAndStop(1);
} else {
_root["tile" + depth].gotoAndStop(4);
}
depth++;
_root.attachMovie("tile18", "tile" + depth, 15000 + depth);
_root["tile" + depth].j = j;
_root["tile" + depth].i = i;
_root["tile" + depth].gotoAndStop(20);
_root["tile" + depth].invisible = true;
_root.level_ground[i][j] = 0;
_root["tile" + depth]._x = j * 15;
_root["tile" + depth]._y = i * 15;
_root["tile" + depth].tid = level[i][j].substr(2, 2);
_root.objectids.push(_root["tile" + depth].tid);
_root.objectids.push(depth);
depth++;
} else if ((level[i][j].substr(0, 2) == "78") || (level[i][j].substr(0, 2) == "79")) {
_root.attachMovie("tile" + level[i][j].substr(0, 2), "tile" + depth, 15000 + depth);
_root["tile" + depth].j = j;
_root["tile" + depth].i = i;
_root["tile" + depth]._x = j * 15;
_root["tile" + depth]._y = i * 15;
_root["tile" + depth].tid = level[i][j].substr(4, 2);
_root["tile" + depth].timer = int(level[i][j].substr(2, 2)) * 8;
_root["tile" + depth].count = 0;
_root["tile" + depth].activated = false;
Key.addListener(_root["tile" + depth]);
_root["tile" + depth].onKeyDown = function () {
if (Key.isDown(40) && (!this.kd)) {
this.kd = true;
if ((((this.lever._currentframe == 1) && (Math.abs((this._x + 7) - _root.hero._x) < 11)) && ((this._y + 7) > (_root.hero._y - 35))) && ((this._y + 7) < (_root.hero._y + 5))) {
_root.lever.start(0, 1);
this.lever.play();
this.activated = true;
_root.toggleSwitch(this.tid, 1);
if ((this.timer != 0) && (!_root.ticktockplaying)) {
_root.ticktockplaying = true;
_root.ticktock.start(0, 50);
}
}
}
};
_root["tile" + depth].onKeyUp = function () {
if (!Key.isDown(40)) {
this.kd = false;
}
};
_root["tile" + depth].onEnterFrame = function () {
if ((this.timer != 0) && this.activated) {
this.count++;
if (this.count > this.timer) {
_root.ticktockplaying = false;
_root.ticktock.stop();
_root.lever.start(0, 1);
_root.toggleSwitch(this.tid, 0);
this.activated = false;
this.count = 0;
this.lever.gotoAndStop(1);
}
}
};
depth++;
} else if (level[i][j].substr(0, 2) == "90") {
_root.attachMovie("tile" + level[i][j].substr(0, 2), "tile" + depth, 15000 + depth);
_root["tile" + depth].j = j;
_root["tile" + depth].i = i;
_root["tile" + depth]._x = j * 15;
_root["tile" + depth]._y = i * 15;
_root["tile" + depth].mid = String(_root.currentlevel) + String(depth);
_root["tile" + depth].tid = level[i][j].substr(4, 2);
_root["tile" + depth].idols = int(level[i][j].substr(2, 2));
_root["tile" + depth].lable.text = _root["tile" + depth].idols;
_root["tile" + depth].activated = false;
Key.addListener(_root["tile" + depth]);
_root["tile" + depth].onKeyDown = function () {
if ((Key.isDown(40) && (!this.kd)) && (this._currentframe == 1)) {
this.kd = true;
_root.hud.showMe();
if ((((_root.idolcount >= this.idols) && (Math.abs((this._x + 7) - _root.hero._x) < 11)) && ((this._y + 7) > (_root.hero._y - 35))) && ((this._y + 7) < (_root.hero._y + 5))) {
this.play();
k = 0;
while (k < _root.gatearray.length) {
if (_root.gatearray[k] == this.mid) {
_root.gatearray[k + 1] = 1;
break;
}
k = k + 2;
}
_root.toggleSwitch(this.tid, 1);
_root.gem.start(0, 3);
} else if ((((_root.idolcount < this.idols) && (Math.abs((this._x + 7) - _root.hero._x) < 11)) && ((this._y + 7) > (_root.hero._y - 35))) && ((this._y + 7) < (_root.hero._y + 5))) {
_root.no.start(0, 2);
_root.hud.hint_mc._visible = true;
_root.hud.hint_mc.gotoAndPlay(40);
_root.hud.hint_mc.hint.text = (("Progress: " + _root.idolcount) + "/") + this.idols;
}
}
};
_root["tile" + depth].onKeyUp = function () {
if (!Key.isDown(40)) {
this.kd = false;
}
};
depth++;
} else if (level[i][j].substr(0, 2) == "91") {
_root.attachMovie("tile" + level[i][j].substr(0, 2), "tile" + depth, 15000 + depth);
_root["tile" + depth].j = j;
_root["tile" + depth].i = i;
_root["tile" + depth]._x = j * 15;
_root["tile" + depth]._y = i * 15;
_root["tile" + depth].tid = level[i][j].substr(2, 3);
_root["tile" + depth].onEnterFrame = function () {
if (((Math.abs((this._x + 7) - _root.hero._x) < 11) && ((this._y + 7) > (_root.hero._y - 35))) && ((this._y + 7) < (_root.hero._y + 5))) {
_root.hud.showHint(this.tid);
}
};
depth++;
} else if (level[i][j] == "he") {
spawnHero(i, j);
} else if (level[i][j].substr(0, 2) == "sa") {
spawnSarc(i, j, int(level[i][j].substr(2, 2)));
} else if (level[i][j].substr(0, 2) == "sc") {
spawnScarab(i, j, int(level[i][j].substr(2, 2)));
} else if (level[i][j].substr(0, 2) == "ss") {
spawnSpikedScarab(i, j, int(level[i][j].substr(2, 2)));
} else if (level[i][j].substr(0, 2) == "ba") {
spawnBat(i, j, int(level[i][j].substr(2, 2)));
} else if (level[i][j].substr(0, 2) == "sb") {
spawnSpikedBat(i, j, int(level[i][j].substr(2, 2)));
} else if (level[i][j].substr(0, 2) == "fm") {
spawnFatMummy(i, j, int(level[i][j].substr(2, 2)));
} else if (level[i][j].substr(0, 2) == "dm") {
spawnDogMummy(i, j, int(level[i][j].substr(2, 2)));
} else if (level[i][j].substr(0, 2) == "mu") {
spawnMummy(i, j, int(level[i][j].substr(2, 2)));
} else if (level[i][j].substr(0, 2) == "rm") {
spawnRedMummy(i, j, int(level[i][j].substr(2, 2)));
} else if (level[i][j].substr(0, 2) == "rg") {
spawnRedGhost(i, j, int(level[i][j].substr(2, 2)));
} else if (level[i][j].substr(0, 2) == "10") {
_root.attachMovie("tile" + level[i][j].substr(0, 2), "tile" + depth, 26000 + depth);
_root["tile" + depth]._x = j * 15;
_root["tile" + depth]._y = i * 15;
_root["tile" + depth].limit = int(level[i][j].substr(2, 2));
_root["tile" + depth].timer = int(level[i][j].substr(4, 2));
_root["tile" + depth].i = i;
_root["tile" + depth].j = j;
_root["tile" + depth].onEnterFrame = function () {
this.timer++;
if (this.timer > this.limit) {
_root.spawnArrow((this.j * 15) + 5, (this.i * 15) + 8, -1);
this.shooter.gotoAndPlay(5);
this.timer = 0;
} else if (this.timer > ((this.limit / 4) * 3)) {
this.shooter.gotoAndStop(4);
} else if (this.timer > ((this.limit / 4) * 2)) {
this.shooter.gotoAndStop(3);
} else if (this.timer > (this.limit / 4)) {
this.shooter.gotoAndStop(2);
}
};
depth++;
} else if (level[i][j].substr(0, 2) == "11") {
_root.attachMovie("tile" + level[i][j].substr(0, 2), "tile" + depth, 26000 + depth);
_root["tile" + depth]._x = j * 15;
_root["tile" + depth]._y = i * 15;
_root["tile" + depth].limit = int(level[i][j].substr(2, 2));
_root["tile" + depth].timer = int(level[i][j].substr(4, 2));
_root["tile" + depth].i = i;
_root["tile" + depth].j = j;
_root["tile" + depth].onEnterFrame = function () {
this.timer++;
if (this.timer > this.limit) {
_root.spawnArrow(((this.j * 15) + 15) - 5, (this.i * 15) + 8, 1);
this.shooter.gotoAndPlay(5);
this.timer = 0;
} else if (this.timer > ((this.limit / 4) * 3)) {
this.shooter.gotoAndStop(4);
} else if (this.timer > ((this.limit / 4) * 2)) {
this.shooter.gotoAndStop(3);
} else if (this.timer > (this.limit / 4)) {
this.shooter.gotoAndStop(2);
}
};
depth++;
} else if (level[i][j].substr(0, 2) == "86") {
_root.attachMovie("tile86", "tile" + depth, 15000 + depth);
_root["tile" + depth].stop();
_root["tile" + depth]._x = j * 15;
_root["tile" + depth]._y = i * 15;
_root["tile" + depth].limit = int(level[i][j].substr(2, 2));
_root["tile" + depth].timer = int(level[i][j].substr(4, 2));
_root["tile" + depth].i = i;
_root["tile" + depth].j = j;
_root["tile" + depth].onEnterFrame = function () {
this.timer = this.timer + 0.5;
if (this.timer > this.limit) {
this.gotoAndPlay(3);
if ((!_root.knifeplaying) && _root.proximityCheck(this._x, this._y)) {
_root.knifeplaying = true;
_root.knife.start(0, 1);
}
this.timer = 0;
} else if (this.timer > ((this.limit / 5) * 4)) {
this.gotoAndStop(2);
}
};
depth++;
} else if (level[i][j].substr(0, 2) == "15") {
_root.attachMovie("tile" + level[i][j].substr(0, 2), "tile" + depth, 33000 + depth);
_root["tile" + depth]._x = j * 15;
_root["tile" + depth]._y = i * 15;
_root["tile" + depth].limit = int(level[i][j].substr(2, 2));
_root["tile" + depth].timer = int(level[i][j].substr(4, 2));
_root["tile" + depth].dis = int(level[i][j].substr(6, 2));
_root["tile" + depth].i = i;
_root["tile" + depth].j = j;
if (_root["tile" + depth].limit != 0) {
_root["tile" + depth].onEnterFrame = function () {
this.timer++;
if ((this.timer > this.limit) && (this.dis != 0)) {
_root.spawnSludge((this.j * 15) + 7.5, (this.i * 15) + 8, this.dis);
this.timer = 0;
}
};
}
depth++;
} else {
if (level[i][j] == 12) {
gemcount++;
}
if (level[i][j].substr(0, 1) == "B") {
_root.attachMovie("tile" + level[i][j], "tile" + depth, 15000 + depth);
} else if ((((level[i][j] >= 45) && (level[i][j] <= 56)) || ((level[i][j] >= 70) && (level[i][j] <= 77))) || ((level[i][j] >= 80) && (level[i][j] <= 84))) {
_root.attachMovie("tile" + level[i][j], "tile" + depth, 5000 + depth);
} else {
_root.attachMovie("tile" + level[i][j], "tile" + depth, 15000 + depth);
}
_root["tile" + depth]._x = j * 15;
_root["tile" + depth]._y = i * 15;
_root["tile" + depth].depth = depth;
depth++;
if ((level[i][j] == 31) || (level[i][j] == 3)) {
_root.attachMovie("dark_objects_mc", "tile" + depth, 10000 + depth);
_root["tile" + depth]._x = ((j * 15) + random(10)) - 5;
_root["tile" + depth]._y = i * 15;
_root["tile" + depth].gotoAndStop((depth % 30) + 1);
if (level[i][j] == 3) {
_root["tile" + depth].gotoAndStop((depth % 15) + 1);
}
depth++;
}
}
j++;
}
i++;
}
if (String(_root.leveldata).charAt(0) != "0") {
_root.spawnGhosts(int(String(_root.leveldata).charAt(0)));
}
}
function destroyLevel() {
_root.hud.removeMovieClip();
_root._x = 0;
_root._y = 0;
_root._xscale = 100;
_root._yscale = 100;
clearInterval(_root.nextlevelint);
i = 0;
while (i <= 2000) {
Key.removeListener(_root["tile" + i]);
_root["tile" + i].removeMovieClip();
_root["effect" + i].removeMovieClip();
i++;
}
i = 0;
while (i <= 500) {
_root["arrow" + i].removeMovieClip();
_root["obj" + i].removeMovieClip();
_root["obj2" + i].removeMovieClip();
_root["objc" + i].removeMovieClip();
_root["enemy" + i].removeMovieClip();
_root["ghost" + i].removeMovieClip();
i++;
}
_root.hero.removeMovieClip();
_root.ticktockplaying = false;
_root.ticktock.stop();
_root.wallslideplaying = false;
_root.wallslide.stop();
_root.screamplaying = false;
_root.saw.stop();
_root.sawplaying = false;
_root.background_g.removeMovieClip();
delete objectids;
}
function spawnArrow(_xpos, _ypos, _dir) {
if (_root.proximityCheck(_xpos, _ypos)) {
_root.shoot.start(0, 1);
}
_root.attachMovie("arrow_mc", "arrow" + objn, 25900 + objn);
_root["arrow" + objn]._xscale = 100 * _dir;
_root["arrow" + objn]._x = _xpos;
_root["arrow" + objn]._y = _ypos;
_root["arrow" + objn].onEnterFrame = function () {
this._x = this._x + (7 * _dir);
this.xcoord = Math.floor((this._x - (3 * _dir)) / 15);
this.ycoord = Math.floor(this._y / 15);
if (_root.hero.hitzone.hitTest(this._x - (4 * _dir), this._y, true)) {
_root.hurt.start(0, 1);
_root.hero.alive = false;
_root.hero.xspd = 7 * _dir;
_root.hero.jump = true;
_root.hero.yspd = -8;
this.removeMovieClip();
}
if ((_root.level_ground[this.ycoord][this.xcoord] == 1) || (_root.level_ground[this.ycoord][this.xcoord] == 3)) {
if (_root.proximityCheck(this._x, this._y)) {
_root.ding.start(0, 1);
}
_root.spawnDeadArrow(this._x, this._y, this._xscale / Math.abs(this._xscale));
this.removeMovieClip();
}
};
objn++;
if (objn > 99) {
objn = 0;
}
}
function spawnSludge(_xpos, _ypos, _dis) {
_root.attachMovie("sludgeball_mc", "arrow" + objn, 12900 + objn);
_root["arrow" + objn]._x = _xpos;
_root["arrow" + objn]._y = _ypos;
_root["arrow" + objn].yspd = -7;
_root["arrow" + objn].origycoord = Math.floor(_ypos / 15);
_root["arrow" + objn].onEnterFrame = function () {
this._y = this._y + this.yspd;
this.ycoord = Math.floor(this._y / 15);
if ((this.origycoord - this.ycoord) >= (_dis - 1)) {
this.yspd++;
}
if (this.yspd > 0) {
this._yscale = -100;
}
if (this.yspd > 7) {
this.yspd = 7;
}
if (_root.hero.hitzone.hitTest(this._x, this._y, true) && (_root.hero.alive)) {
_root.hero.alive = false;
if (this._x < _root.hero._x) {
_root.hero.xspd = 4;
} else {
_root.hero.xspd = -4;
}
_root.hero.jump = true;
_root.hero.yspd = -8;
}
if (this.ycoord > this.origycoord) {
_root.spawnSplash(_xpos, _ypos - 8);
this.removeMovieClip();
}
};
objn++;
if (objn > 99) {
objn = 0;
}
}
function spawnPlatform(_i, _j, _dir, _wid, _dis, _off) {
if (_dir == "h") {
_dis--;
k = 0;
while (k <= _dis) {
_root.attachMovie("tile200", "objc" + cn, 23000 + cn);
_root["objc" + cn]._x = (_j * 15) + (k * 15);
_root["objc" + cn]._y = _i * 15;
if (k == 0) {
_root["objc" + cn].gotoAndStop(1);
} else if (k == _dis) {
_root["objc" + cn].gotoAndStop(3);
} else {
_root["objc" + cn].gotoAndStop(2);
}
cn++;
k++;
}
_root.createEmptyMovieClip("obj" + pn, 23500 + pn);
ch = _j;
_root["obj" + pn].dir = 1;
s = 0;
while (s < (_off - _wid)) {
ch = ch + _root["obj" + pn].dir;
if ((ch > ((_j + _dis) - _wid)) && (_root["obj" + pn].dir == 1)) {
_root["obj" + pn].dir = -1;
}
if ((ch < _j) && (_root["obj" + pn].dir == -1)) {
_root["obj" + pn].dir = 1;
}
s++;
}
_root["obj" + pn]._x = ch * 15;
_root["obj" + pn]._y = _i * 15;
delete ch;
k = 0;
while (k < _wid) {
_root["obj" + pn].attachMovie("tile6", "tile" + k, k);
_root["obj" + pn]["tile" + k]._x = k * 15;
if ((k != 0) && (k != (_wid - 1))) {
_root["obj" + pn]["tile" + k].gotoAndStop(2);
} else if (k == (_wid - 1)) {
_root["obj" + pn]["tile" + k]._xscale = -100;
_root["obj" + pn]["tile" + k]._x = _root["obj" + pn]["tile" + k]._x + 15;
}
k++;
}
_root["obj" + pn].l1 = _j * 15;
_root["obj" + pn].l2 = (((_j * 15) + (_dis * 15)) - (_wid * 15)) + 15;
_root["obj" + pn].pause = 0;
_root["obj" + pn].xspd = 2;
_root["obj" + pn].yspd = 0;
_root["obj" + pn].onEnterFrame = function () {
if (this.pause <= 0) {
this._x = this._x + (this.xspd * this.dir);
if (this.activated) {
_root.hero._x = _root.hero._x + (this.xspd * this.dir);
}
} else {
this.pause--;
if ((this.pause == 1) && (_root.proximityCheck(this._x, this._y))) {
_root.rumble.start(0, 1);
}
}
if ((this.dir == 1) && (this._x > this.l2)) {
if (this.activated) {
_root.hero._x = _root.hero._x - (this._x - this.l2);
}
this._x = this._x - (this._x - this.l2);
this.pause = 6;
this.dir = -1;
} else if ((this.dir == -1) && (this._x < this.l1)) {
if (this.activated) {
_root.hero._x = _root.hero._x - (this._x - this.l1);
}
this._x = this._x - (this._x - this.l1);
this.pause = 6;
this.dir = 1;
}
};
pn++;
} else if (_dir == "v") {
_dis = _dis - 2;
_off = _off - 1;
k = 0;
while (k <= (_dis + 1)) {
_root.attachMovie("tile201", "objc" + cn, 23000 + cn);
_root["objc" + cn]._x = _j * 15;
_root["objc" + cn]._y = (_i * 15) + (k * 15);
if (k == 0) {
_root["objc" + cn].gotoAndStop(1);
} else if (k == (_dis + 1)) {
_root["objc" + cn].gotoAndStop(3);
} else {
_root["objc" + cn].gotoAndStop(2);
}
cn++;
k++;
}
if (_wid > 1) {
k = 0;
while (k <= (_dis + 1)) {
_root.attachMovie("tile201", "objc" + cn, 23000 + cn);
_root["objc" + cn]._x = (_j * 15) + ((_wid - 1) * 15);
_root["objc" + cn]._y = (_i * 15) + (k * 15);
if (k == 0) {
_root["objc" + cn].gotoAndStop(1);
} else if (k == (_dis + 1)) {
_root["objc" + cn].gotoAndStop(3);
} else {
_root["objc" + cn].gotoAndStop(2);
}
cn++;
k++;
}
}
_root.createEmptyMovieClip("obj" + pn, 23500 + pn);
k = 0;
while (k < _wid) {
_root["obj" + pn].attachMovie("tile6", "tile" + k, k);
_root["obj" + pn]["tile" + k]._x = k * 15;
if ((k != 0) && (k != (_wid - 1))) {
_root["obj" + pn]["tile" + k].gotoAndStop(2);
} else if (k == (_wid - 1)) {
_root["obj" + pn]["tile" + k]._xscale = -100;
_root["obj" + pn]["tile" + k]._x = _root["obj" + pn]["tile" + k]._x + 15;
}
k++;
}
_root["obj" + pn].l1 = _i * 15;
_root["obj" + pn].l2 = ((_i * 15) + (_dis * 15)) + 13;
_root["obj" + pn].pause = 0;
_root["obj" + pn].xspd = 0;
_root["obj" + pn].yspd = 2;
ch = _i;
_root["obj" + pn].dir = 1;
s = 0;
while (s < _off) {
ch = ch + _root["obj" + pn].dir;
if ((ch > (_i + _dis)) && (_root["obj" + pn].dir == 1)) {
_root["obj" + pn].dir = -1;
}
if ((ch < _i) && (_root["obj" + pn].dir == -1)) {
_root["obj" + pn].dir = 1;
}
s++;
}
_root["obj" + pn]._x = _j * 15;
_root["obj" + pn]._y = ch * 15;
delete ch;
_root["obj" + pn].onEnterFrame = function () {
if (this.pause <= 0) {
this._y = this._y + (this.yspd * this.dir);
if (this.activated) {
_root.hero._y = _root.hero._y + (this.yspd * this.dir);
}
} else {
this.pause--;
if ((this.pause == 1) && (_root.proximityCheck(this._x, this._y))) {
_root.rumble.start(0, 1);
}
}
if ((this.dir == 1) && (this._y > this.l2)) {
if (this.activated) {
_root.hero._y = _root.hero._y - (this._y - this.l2);
}
this._y = this._y - (this._y - this.l2);
this.pause = 6;
this.dir = -1;
} else if ((this.dir == -1) && (this._y < this.l1)) {
if (this.activated) {
_root.hero._y = _root.hero._y - (this._y - this.l1);
}
this._y = this._y - (this._y - this.l1);
this.pause = 6;
this.dir = 1;
}
};
pn++;
}
}
function spawnMovingBlade(_i, _j, _dir, _dis, _off) {
if (!_root.sawplaying) {
_root.saw.start(0, 250);
_root.sawplaying = true;
}
if (_dir == "h") {
_dis--;
k = 0;
while (k <= _dis) {
_root.attachMovie("tile200", "objc" + cn, 23000 + cn);
_root["objc" + cn]._x = (_j * 15) + (k * 15);
_root["objc" + cn]._y = _i * 15;
if (k == 0) {
_root["objc" + cn].gotoAndStop(4);
} else if (k == _dis) {
_root["objc" + cn].gotoAndStop(6);
} else {
_root["objc" + cn].gotoAndStop(5);
}
cn++;
k++;
}
_root.attachMovie("tile8", "obj2" + pn, 30500 + pn);
ch = _j;
_root["obj2" + pn].dir = 1;
_root["obj2" + pn].pause = 0;
s = 0;
while (s < _off) {
if ((ch >= (_j + _dis)) && (_root["obj2" + pn].dir == 1)) {
_root["obj2" + pn].dir = -1;
} else if ((ch <= _j) && (_root["obj2" + pn].dir == -1)) {
_root["obj2" + pn].dir = 1;
} else {
ch = ch + _root["obj2" + pn].dir;
}
s++;
}
_root["obj2" + pn]._x = ch * 15;
_root["obj2" + pn]._y = _i * 15;
delete ch;
_root["obj2" + pn].l1 = _j * 15;
_root["obj2" + pn].l2 = (_j * 15) + (_dis * 15);
_root["obj2" + pn].xspd = 2;
_root["obj2" + pn].yspd = 0;
_root["obj2" + pn].onEnterFrame = function () {
if (((Math.abs(_root.hero._x - (this._x + 7.5)) < 13) && (Math.abs((_root.hero._y - 15) - (this._y + 7.5)) < 20)) && (_root.hero.alive)) {
_root.hero.alive = false;
if ((this._x + 7.5) > _root.hero._x) {
_root.hero.xspd = -4;
} else {
_root.hero.xspd = 4;
}
_root.hero.jump = true;
_root.hero.yspd = -5;
}
if (this.pause <= 0) {
this._x = this._x + (this.xspd * this.dir);
} else {
this.pause--;
if ((this.pause == 1) && (_root.proximityCheck(this._x, this._y))) {
_root.sawmove.start(0, 1);
}
}
if ((this.dir == 1) && (this._x > this.l2)) {
this._x = this._x - (this._x - this.l2);
this.pause = 6;
this.dir = -1;
} else if ((this.dir == -1) && (this._x < this.l1)) {
this._x = this._x - (this._x - this.l1);
this.pause = 6;
this.dir = 1;
}
};
pn++;
} else if (_dir == "v") {
_dis = _dis - 2;
_off = _off - 1;
k = 0;
while (k <= (_dis + 1)) {
_root.attachMovie("tile201", "objc" + cn, 23000 + cn);
_root["objc" + cn]._x = _j * 15;
_root["objc" + cn]._y = (_i * 15) + (k * 15);
if (k == 0) {
_root["objc" + cn].gotoAndStop(4);
} else if (k == (_dis + 1)) {
_root["objc" + cn].gotoAndStop(6);
} else {
_root["objc" + cn].gotoAndStop(5);
}
cn++;
k++;
}
_root.attachMovie("tile8", "obj2" + pn, 30500 + pn);
_root["obj2" + pn].l1 = _i * 15;
_root["obj2" + pn].l2 = ((_i * 15) + (_dis * 15)) + 13;
_root["obj2" + pn].dir = 1;
_root["obj2" + pn].pause = 0;
_root["obj2" + pn].xspd = 0;
_root["obj2" + pn].yspd = 2;
ch = _i;
_root["obj2" + pn].dir = 1;
s = 0;
while (s < _off) {
ch = ch + _root["obj2" + pn].dir;
if ((ch > (_i + _dis)) && (_root["obj2" + pn].dir == 1)) {
_root["obj2" + pn].dir = -1;
}
if ((ch < _i) && (_root["obj2" + pn].dir == -1)) {
_root["obj2" + pn].dir = 1;
}
s++;
}
_root["obj2" + pn]._x = _j * 15;
_root["obj2" + pn]._y = ch * 15;
delete ch;
_root["obj2" + pn].onEnterFrame = function () {
if (((Math.abs(_root.hero._x - (this._x + 7.5)) < 13) && (Math.abs((_root.hero._y - 15) - (this._y + 7.5)) < 20)) && (_root.hero.alive)) {
_root.hero.alive = false;
if ((this._x + 7.5) > _root.hero._x) {
_root.hero.xspd = -4;
} else {
_root.hero.xspd = 4;
}
_root.hero.jump = true;
_root.hero.yspd = -5;
}
if (this.pause <= 0) {
this._y = this._y + (this.yspd * this.dir);
} else {
this.pause--;
if ((this.pause == 1) && (_root.proximityCheck(this._x, this._y))) {
_root.sawmove.start(0, 1);
}
}
if ((this.dir == 1) && (this._y > this.l2)) {
this._y = this._y - (this._y - this.l2);
this.pause = 6;
this.dir = -1;
} else if ((this.dir == -1) && (this._y < this.l1)) {
if (this.activated) {
_root.hero._y = _root.hero._y - (this._y - this.l1);
}
this._y = this._y - (this._y - this.l1);
this.pause = 6;
this.dir = 1;
}
};
pn++;
}
}
function nextLevel(_id) {
if (((_root.currentlevel == "30") && (!_root.gamecomplete)) && (!_root.cheatpass)) {
_root.coin_array[int(_root.currentlevel)] = _root.levelcoincount;
_root.coincollect_array[int(_root.currentlevel)] = _root.levelcoincollect;
_root.gamecomplete = true;
_root.currentlevel = _id.substr(0, 2);
_root.currentid = _id;
k = 0;
while (k < _root.idolarray.length) {
if (_root.idolarray[k] == 1) {
_root.idolarray[k] = 2;
}
k++;
}
_root.hud.removeMovieClip();
destroyLevel();
closeEditor();
_root.gotoAndStop(4);
} else {
_root.gotoAndStop(3);
if (_root.currentlevel == "00") {
_root.levelcoincount = 0;
_root.levelcoincollect = 0;
}
_root.lastlevelcoincount = _root.levelcoincount;
_root.lastlevelcoincollect = _root.levelcoincollect;
if ((_id.substr(0, 2) == "00") && (!_root.cheatpass)) {
_root.coin_array[int(_root.currentlevel)] = _root.levelcoincount;
if (_root.levelcoincollect > _root.coincollect_array[int(_root.currentlevel)]) {
_root.coincollect_array[int(_root.currentlevel)] = _root.levelcoincollect;
}
}
_root.currentlevel = _id.substr(0, 2);
_root.currentid = _id;
if (_root.currentlevel == "00") {
_root.veteranplayer = true;
if ((((_root.currentworld != _id.substr(2, 1)) && (_root.global_s.getVolume() == 100)) && (_root.currentworld != "D")) && (_id.substr(2, 1) != "D")) {
_root.changeTrack();
}
_root.currentworld = _id.substr(2, 1);
}
if (_root.currentlevel == "00") {
k = 0;
while (k < _root.idolarray.length) {
if (_root.idolarray[k] == 1) {
_root.idolarray[k] = 2;
}
k++;
}
_root.saveGame();
}
_root.createLevel(_root["level" + _id]);
}
_root.cheatpass = false;
_root.getCoinCount();
clearInterval(_root.nextlevelint);
}
function getCoinCount() {
_root.coincount = 0;
k = 0;
while (k < _root.coincollect_array.length) {
_root.coincount = _root.coincount + _root.coincollect_array[k];
k++;
}
}
function toggleSwitch(_tid, _type) {
k = 0;
while (k < _root.objectids.length) {
if (_root.objectids[k] == _tid) {
if (_type == 1) {
_root["tile" + _root.objectids[k + 1]].toggleOn();
} else {
_root["tile" + _root.objectids[k + 1]].toggleOff();
}
}
k = k + 2;
}
}
function spawnIndicator(_xpos, _ypos) {
if (Math.sqrt(Math.pow(_root.hero._x - _xpos, 2) + Math.pow(_root.hero._y - _ypos, 2)) > 175) {
_root.attachMovie("indicator_mc", "indicator_mc", 32001);
_root.indicator_mc.onEnterFrame = function () {
this._x = _root.hero._x;
this._y = _root.hero._y - 15;
this._rotation = Math.round((((Math.atan2(_ypos - this._y, _xpos - this._x) * 360) / 2) / Math.PI) / 15) * 15;
};
}
}
function captureShot() {
_root.snapshot_mc.removeMovieClip();
_root.snapshot = new flash.display.BitmapData(600, 480);
_root.snapshot.draw(_root, new flash.geom.Matrix(), new flash.geom.ColorTransform(), 1, new flash.geom.Rectangle((-_root._x) / 2, (-_root._y) / 2, 300, 240));
_root.createEmptyMovieClip("snapshot_mc", 50000);
_root.snapshot_mc.attachBitmap(_root.snapshot, 1);
_root.snapshot_mc.origx = -_root._x;
_root.snapshot_mc.origy = -_root._y;
_root.snapshot_mc.onEnterFrame = function () {
this._x = ((-this.origx) / 2) - (_root._x / 2);
this._y = ((-this.origy) / 2) - (_root._y / 2);
this._alpha = this._alpha - 5;
if (this._alpha <= 0) {
this.removeMovieClip();
}
};
}
_root.onEnterFrame = function () {
_root.desx = _root.hero._x;
_root.desy = _root.hero._y;
if (_root.desx > (((_root.hori_limit + 1) * 15) - 150)) {
_root.desx = ((_root.hori_limit + 1) * 15) - 150;
}
if (_root.desx < 150) {
_root.desx = 150;
}
if (_root.desy > (((_root.vert_limit + 1) * 15) - 120)) {
_root.desy = ((_root.vert_limit + 1) * 15) - 120;
}
if (_root.desy < 120) {
_root.desy = 120;
}
_root._x = _root._x - (((_root._x + (_root.desx * 2)) - 300) / 6);
_root._y = _root._y - (((_root._y + (_root.desy * 2)) - 240) / 6);
_root._x = Math.round(_root._x / 2) * 2;
_root._y = Math.round(_root._y / 2) * 2;
_root.hud._x = (-_root._x) / 2;
_root.hud._y = (-_root._y) / 2;
};
var keyListener = new Object();
keyListener.onKeyDown = function () {
if (Key.isDown(73)) {
_root.hud.showMe();
}
if (Key.isDown(77)) {
if (_root.global_s.getVolume() == 100) {
_root.global_s.setVolume(0);
} else {
_root.global_s.setVolume(100);
}
}
if (Key.isDown(16)) {
}
if ((Key.isDown(82) && (_root.currentlevel != "00")) && (!_root.snapshot_mc)) {
_root.levelcoincount = _root.lastlevelcoincount;
_root.levelcoincollect = _root.lastlevelcoincollect;
_root.getCoinCount();
k = 0;
while (k < _root.idolarray.length) {
if (_root.idolarray[k] == _root.currentid) {
if (_root.idolarray[k + 1] == 1) {
_root.idolarray[k + 1] = 0;
_root.idolcount--;
}
}
k = k + 2;
}
_root.cheatpass = true;
nextLevel(_root.currentid);
}
if (((((Key.isDown(27) && (_root.currentlevel != "00")) && (!_root.snapshot_mc)) || ((Key.isDown(27) && (_root.editor)) && (!_root.snapshot_mc))) || ((Key.isDown(81) && (_root.currentlevel != "00")) && (!_root.snapshot_mc))) || ((Key.isDown(81) && (_root.editor)) && (!_root.snapshot_mc))) {
_root.levelcoincollect = 0;
_root.getCoinCount();
k = 0;
while (k < _root.idolarray.length) {
if ((((((_root.idolarray[k] == (_root.currentlevel + "A")) || (_root.idolarray[k] == (_root.currentlevel + "B"))) || (_root.idolarray[k] == (_root.currentlevel + "C"))) || (_root.idolarray[k] == (_root.currentlevel + "D"))) || (_root.idolarray[k] == (_root.currentlevel + "E"))) || (_root.idolarray[k] == (_root.currentlevel + "F"))) {
if (_root.idolarray[k + 1] == 1) {
_root.idolarray[k + 1] = 0;
_root.idolcount--;
}
}
k = k + 2;
}
_root.cheatpass = true;
nextLevel("00" + _root.currentworld);
}
if ((Key.isDown(69) && (_root.currentlevel == "00")) || (Key.isDown(69) && (_root.currentlevel == "ED"))) {
destroyLevel();
closeEditor();
startEditor();
}
if (Key.isDown(13)) {
captureShot();
}
};
Key.addListener(keyListener);
function startEditor() {
current_tile = "nu";
editor = true;
_root.createEmptyMovieClip("editor_controller", 2);
Key.addListener(_root.editor_controller);
_root.editor_controller.onKeyDown = function () {
if (((Key.isDown(46) && (!this.kd_del)) || (Key.isDown(8) && (!this.kd_del))) || (Key.isDown(68) && (!this.kd_del))) {
this.kd_del = true;
_root.updateTile(0);
}
if (Key.isDown(70) && (!this.kd_edit)) {
this.kd_edit = true;
_root.updateTile("edit");
}
if (Key.isDown(84) && (!this.kd_test)) {
this.kd_test = true;
_root.currentlevel = "ED";
_root.currentid = "EDA";
_root.levelEDA = (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((_root.sample_leveldata + ":") + _root.sample_level[0]) + ":") + _root.sample_level[1]) + ":") + _root.sample_level[2]) + ":") + _root.sample_level[3]) + ":") + _root.sample_level[4]) + ":") + _root.sample_level[5]) + ":") + _root.sample_level[6]) + ":") + _root.sample_level[7]) + ":") + _root.sample_level[8]) + ":") + _root.sample_level[9]) + ":") + _root.sample_level[10]) + ":") + _root.sample_level[11]) + ":") + _root.sample_level[12]) + ":") + _root.sample_level[13]) + ":") + _root.sample_level[14]) + ":") + _root.sample_level[15]) + ":") + _root.sample_level[16]) + ":") + _root.sample_level[17]) + ":") + _root.sample_level[18]) + ":") + _root.sample_level[19]) + ":") + _root.sample_level[20]) + ":") + _root.sample_level[21]) + ":") + _root.sample_level[22]) + ":") + _root.sample_level[23]) + ":") + _root.sample_level[24]) + ":") + _root.sample_level[25]) + ":") + _root.sample_level[26]) + ":") + _root.sample_level[27]) + ":") + _root.sample_level[28]) + ":") + _root.sample_level[29]) + ":") + _root.sample_level[30];
_root.createLevel(_root.levelEDA);
}
if (Key.isDown(49) && (!this.kd_1)) {
this.kd_1 = true;
_root.editor_menu.removeTiles();
_root.editor_menu.showTiles(_root.editor_menu.tile_main);
}
if (Key.isDown(50) && (!this.kd_2)) {
this.kd_2 = true;
_root.editor_menu.removeTiles();
_root.editor_menu.showTiles(_root.editor_menu.tile_enemy);
}
if (Key.isDown(51) && (!this.kd_3)) {
this.kd_3 = true;
_root.editor_menu.removeTiles();
_root.editor_menu.showTiles(_root.editor_menu.tile_environment);
}
};
_root.editor_controller.onKeyUp = function () {
if (((!Key.isDown(46)) && (!Key.isDown(8))) && (!Key.isDown(68))) {
this.kd_del = false;
}
if (!Key.isDown(70)) {
this.kd_edit = false;
}
if (!Key.isDown(84)) {
this.kd_test = false;
}
if (!Key.isDown(49)) {
this.kd_1 = false;
}
if (!Key.isDown(50)) {
this.kd_2 = false;
}
if (!Key.isDown(51)) {
this.kd_3 = false;
}
};
_root.editor_controller.onMouseMove = function () {
this.xcoord1 = this.xcoord;
this.ycoord1 = this.ycoord;
this.xcoord = Math.floor(_root._xmouse / 15);
this.ycoord = Math.floor(_root._ymouse / 15);
if (((this.xcoord != this.xcoord1) && (this.mouse)) || ((this.ycoord != this.ycoord1) && (this.mouse))) {
if ((!_root.editor_load) && (_root.current_tile != "nu")) {
_root.updateSample(this.xcoord, this.ycoord);
_root.updateDisplay2(this.xcoord, this.ycoord);
}
}
};
_root.editor_controller.onMouseDown = function () {
if (((!_root.editor_menu.showtiles) && (_root.current_tile != "nu")) && (_root._ymouse < 450)) {
this.mouse = true;
if (!_root.editor_load) {
_root.updateSample(this.xcoord, this.ycoord);
if (_root.current_tile != 0) {
_root.updateDisplay();
}
}
} else {
_root.editor_menu.removeTiles();
}
};
_root.editor_controller.onMouseUp = function () {
this.mouse = false;
_root.updateDisplay();
};
_root.attachMovie("editor_menu", "editor_menu", 9998);
_root.attachMovie("editor_redsquare", "editor_redsquare", 9997);
_root.editor_redsquare.onEnterFrame = function () {
this._x = Math.floor(_root._xmouse / 15) * 15;
this._y = Math.floor(_root._ymouse / 15) * 15;
};
_root.attachMovie("editor_redsquare", "editor_previewsquare", 9995);
_root.editor_previewsquare.onEnterFrame = function () {
this._x = Math.floor(_root._xmouse / 15) * 15;
this._y = Math.floor(_root._ymouse / 15) * 15;
};
_root.attachMovie("editor_mouse", "editor_mouse", 10002);
_root.editor_mouse.onEnterFrame = function () {
this._x = _root._xmouse + 15;
this._y = _root._ymouse + 15;
if (_root.current_tile == 0) {
this.gotoAndStop(2);
} else if (_root.current_tile == "edit") {
this.gotoAndStop(3);
} else {
this.gotoAndStop(1);
}
};
updateDisplay();
}
function updateSample(_xpos, _ypos) {
if (current_tile == "edit") {
_root.editor_redsquare2.removeMovieClip();
_root.attachMovie("editor_redsquare", "editor_redsquare2", 9996);
_root.editor_redsquare2._x = _xpos * 15;
_root.editor_redsquare2._y = _ypos * 15;
i = 1;
while (i <= 11) {
_root.editor_menu["var" + i].removeMovieClip();
i++;
}
_root["updateVars_" + sample_level[_ypos][_xpos].substr(0, 2)](_xpos, _ypos);
} else if ((_xpos < 40) && (_ypos < 30)) {
current_tile = String(current_tile);
if ((editor_menu.var1.var_num < 10) && (String(editor_menu.var1.var_num).length < 2)) {
editor_menu.var1.var_num = "0" + String(editor_menu.var1.var_num);
}
if ((editor_menu.var2.var_num < 10) && (String(editor_menu.var2.var_num).length < 2)) {
editor_menu.var2.var_num = "0" + String(editor_menu.var2.var_num);
}
if ((editor_menu.var3.var_num < 10) && (String(editor_menu.var3.var_num).length < 2)) {
editor_menu.var3.var_num = "0" + String(editor_menu.var3.var_num);
}
if (editor_menu.var1.var_num == undefined) {
_root.sample_level[_ypos][_xpos] = current_tile;
} else if (editor_menu.var2.var_num == undefined) {
_root.sample_level[_ypos][_xpos] = current_tile + String(editor_menu.var1.var_num).toUpperCase();
} else if (editor_menu.var3.var_num == undefined) {
_root.sample_level[_ypos][_xpos] = (current_tile + String(editor_menu.var1.var_num).toUpperCase()) + String(editor_menu.var2.var_num).toUpperCase();
} else {
_root.sample_level[_ypos][_xpos] = ((current_tile + String(editor_menu.var1.var_num).toUpperCase()) + String(editor_menu.var2.var_num).toUpperCase()) + String(editor_menu.var3.var_num).toUpperCase();
}
if ((current_tile == 0) && (depth < 2999)) {
_root.attachMovie("tile_grey", "tile" + depth, 3000 + depth);
_root["tile" + depth]._x = _xpos * 15;
_root["tile" + depth]._y = _ypos * 15;
_root["tile" + depth].depth = depth;
depth++;
}
}
}
function updateDisplay() {
_root.editor_redsquare2.removeMovieClip();
depth = 0;
i = 0;
while (i < 3000) {
_root["tile" + i].removeMovieClip();
i++;
}
i = 0;
while (i < 30) {
j = 0;
while (j < 40) {
if (String(sample_level[i][j]).substr(0, 1) == "B") {
_root.attachMovie("tile" + String(sample_level[i][j]).substr(0, 3), "tile" + depth, 3000 + depth);
} else {
_root.attachMovie("tile" + String(sample_level[i][j]).substr(0, 2), "tile" + depth, 3000 + depth);
}
_root["tile" + depth]._x = j * 15;
_root["tile" + depth]._y = i * 15;
_root["tile" + depth].depth = depth;
depth++;
j++;
}
i++;
}
}
function updateDisplay2(_xpos, _ypos) {
if (String(sample_level[i][j]).substr(0, 1) == "B") {
_root.attachMovie("tile" + String(sample_level[_ypos][_xpos]).substr(0, 3), "tile" + depth, 3000 + depth);
} else {
_root.attachMovie("tile" + String(sample_level[_ypos][_xpos]).substr(0, 2), "tile" + depth, 3000 + depth);
}
_root["tile" + depth]._x = _xpos * 15;
_root["tile" + depth]._y = _ypos * 15;
_root["tile" + depth].depth = depth;
depth++;
}
function updateTile(_tid) {
_root.editor_previewsquare.icon.removeMovieClip();
_root.editor_previewsquare.attachMovie("tile" + _tid, "icon", 1);
_root.editor_previewsquare.icon._alpha = 50;
current_tile = _tid;
i = 1;
while (i <= 11) {
_root.editor_menu["var" + i].removeMovieClip();
i++;
}
_root.editor_menu.save_btn.removeMovieClip();
_root["updateVars_" + _tid]();
_root.tile.removeMovieClip();
_root.attachMovie("tile" + _tid, "tile", 9999);
_root.tile.onRollOver = function () {
this.removeMovieClip();
};
_root.tile._x = 15;
_root.tile._y = 15;
_root.tile._xscale = 300;
_root.tile._yscale = 300;
}
function updateVars_86(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createSlider("Timer", 20, 99, 70, 12, "sec");
createSlider("Offset", 0, 99, 0, 12, "sec");
} else {
createSlider("Timer", 20, 99, _root.sample_level[_ypos][_xpos].substr(2, 2), 12, "sec");
createSlider("Offset", 0, 99, _root.sample_level[_ypos][_xpos].substr(4, 2), 12, "sec");
createSaveButton(_xpos, _ypos);
}
}
function updateVars_10(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createSlider("Timer", 10, 99, 70, 24, "sec");
createSlider("Offset", 0, 99, 0, 24, "sec");
} else {
createSlider("Timer", 10, 99, _root.sample_level[_ypos][_xpos].substr(2, 2), 24, "sec");
createSlider("Offset", 0, 99, _root.sample_level[_ypos][_xpos].substr(4, 2), 24, "sec");
createSaveButton(_xpos, _ypos);
}
}
function updateVars_11(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createSlider("Timer", 10, 99, 70, 24, "sec");
createSlider("Offset", 0, 99, 0, 24, "sec");
} else {
createSlider("Timer", 10, 99, _root.sample_level[_ypos][_xpos].substr(2, 2), 24, "sec");
createSlider("Offset", 0, 99, _root.sample_level[_ypos][_xpos].substr(4, 2), 24, "sec");
createSaveButton(_xpos, _ypos);
}
}
function updateVars_15(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createSlider("Timer", 10, 99, 50, 24, "sec");
createSlider("Offset", 0, 99, 0, 24, "sec");
createSlider("Distance", 0, 30, 10, 1, "tiles");
} else {
createSlider("Timer", 10, 99, _root.sample_level[_ypos][_xpos].substr(2, 2), 24, "sec");
createSlider("Offset", 0, 99, _root.sample_level[_ypos][_xpos].substr(4, 2), 24, "sec");
createSlider("Distance", 0, 30, _root.sample_level[_ypos][_xpos].substr(6, 2), 1, "tiles");
createSaveButton(_xpos, _ypos);
}
}
function updateVars_16(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createSlider("Length", 2, 10, 3, 1, "tiles");
createSlider("Distance", 1, 40, 5, 1, "tiles");
createSlider("Offset", 0, 40, 0, 1, "tiles");
} else {
createSlider("Length", 2, 10, _root.sample_level[_ypos][_xpos].substr(2, 2), 1, "tiles");
createSlider("Distance", 1, 40, _root.sample_level[_ypos][_xpos].substr(4, 2), 1, "tiles");
createSlider("Offset", 0, 40, _root.sample_level[_ypos][_xpos].substr(6, 2), 1, "tiles");
createSaveButton(_xpos, _ypos);
}
}
function updateVars_17(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createSlider("Length", 2, 10, 3, 1, "tiles");
createSlider("Distance", 1, 40, 5, 1, "tiles");
createSlider("Offset", 0, 40, 0, 1, "tiles");
} else {
createSlider("Length", 2, 10, _root.sample_level[_ypos][_xpos].substr(2, 2), 1, "tiles");
createSlider("Distance", 1, 40, _root.sample_level[_ypos][_xpos].substr(4, 2), 1, "tiles");
createSlider("Offset", 0, 40, _root.sample_level[_ypos][_xpos].substr(6, 2), 1, "tiles");
createSaveButton(_xpos, _ypos);
}
}
function updateVars_87(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createSlider("Distance", 1, 40, 5, 1, "tiles");
createSlider("Offset", 0, 40, 0, 1, "tiles");
} else {
createSlider("Distance", 1, 40, _root.sample_level[_ypos][_xpos].substr(2, 2), 1, "tiles");
createSlider("Offset", 0, 40, _root.sample_level[_ypos][_xpos].substr(4, 2), 1, "tiles");
createSaveButton(_xpos, _ypos);
}
}
function updateVars_88(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createSlider("Distance", 1, 40, 5, 1, "tiles");
createSlider("Offset", 0, 40, 0, 1, "tiles");
} else {
createSlider("Distance", 1, 40, _root.sample_level[_ypos][_xpos].substr(2, 2), 1, "tiles");
createSlider("Offset", 0, 40, _root.sample_level[_ypos][_xpos].substr(4, 2), 1, "tiles");
createSaveButton(_xpos, _ypos);
}
}
function updateVars_18(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createSlider("Timer", 10, 99, 50, 24, "sec");
createSlider("Offset", 0, 99, 0, 24, "sec");
} else {
createSlider("Timer", 10, 99, _root.sample_level[_ypos][_xpos].substr(2, 2), 24, "sec");
createSlider("Offset", 0, 99, _root.sample_level[_ypos][_xpos].substr(4, 2), 24, "sec");
createSaveButton(_xpos, _ypos);
}
}
function updateVars_90(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createSlider("Idols", 0, 80, 1, 1, "");
createToggle("ID", ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], "S1");
} else {
createSlider("Idols", 0, 80, _root.sample_level[_ypos][_xpos].substr(2, 2), 1, "");
createToggle("ID", ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], _root.sample_level[_ypos][_xpos].substr(4, 2));
varnum++;
createSaveButton(_xpos, _ypos);
}
}
function updateVars_78(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createSlider("Timer", 0, 99, 0, 3, "sec");
createToggle("ID", ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], "S1");
} else {
createSlider("Timer", 0, 99, int(_root.sample_level[_ypos][_xpos].substr(2, 2)), 3, "sec");
createToggle("ID", ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], _root.sample_level[_ypos][_xpos].substr(4, 2));
varnum++;
createSaveButton(_xpos, _ypos);
}
}
function updateVars_79(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createSlider("Timer", 0, 99, 0, 3, "sec");
createToggle("ID", ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], "S1");
} else {
createSlider("Timer", 0, 99, int(_root.sample_level[_ypos][_xpos].substr(2, 2)), 3, "sec");
createToggle("ID", ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], _root.sample_level[_ypos][_xpos].substr(4, 2));
varnum++;
createSaveButton(_xpos, _ypos);
}
}
function updateVars_19(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createVariable("Dest", "00a");
createToggle("ID", ["OP", "GE", "S1", "S2", "S3", "S4", "S5", "S6", "S7"], ["00", "GE", "S1", "S2", "S3", "S4", "S5", "S6", "S7"], "00");
} else {
createVariable("Dest", _root.sample_level[_ypos][_xpos].substr(2, 3));
createToggle("ID", ["OP", "GE", "S1", "S2", "S3", "S4", "S5", "S6", "S7"], ["00", "GE", "S1", "S2", "S3", "S4", "S5", "S6", "S7"], _root.sample_level[_ypos][_xpos].substr(5, 2));
varnum = varnum + 2;
createSaveButton(_xpos, _ypos);
}
}
function updateVars_85(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createVariable("Dest", "00a");
} else {
createVariable("Dest", _root.sample_level[_ypos][_xpos].substr(2, 3));
createSaveButton(_xpos, _ypos);
}
}
function updateVars_91(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createVariable("Hint", "00a");
} else {
createVariable("Hint", _root.sample_level[_ypos][_xpos].substr(2, 3));
createSaveButton(_xpos, _ypos);
}
}
function updateVars_20(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createToggle("ID", ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], "S1");
} else {
createToggle("ID", ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], _root.sample_level[_ypos][_xpos].substr(2, 2));
varnum++;
createSaveButton(_xpos, _ypos);
}
}
function updateVars_89(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createToggle("ID", ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], "S1");
} else {
createToggle("ID", ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], ["S1", "S2", "S3", "S4", "S5", "S6", "S7"], _root.sample_level[_ypos][_xpos].substr(2, 2));
varnum++;
createSaveButton(_xpos, _ypos);
}
}
function updateVars_fm(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createToggle("Direction", ["L", "S", "R"], ["-1", "00", "01"], "01");
} else {
createToggle("Direction", ["L", "S", "R"], ["-1", "00", "01"], _root.sample_level[_ypos][_xpos].substr(2, 2));
createSaveButton(_xpos, _ypos);
}
}
function updateVars_sa(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createToggle("Direction", ["L", "?", "R"], ["-1", "00", "01"], "00");
} else {
createToggle("Direction", ["L", "?", "R"], ["-1", "00", "01"], _root.sample_level[_ypos][_xpos].substr(2, 2));
createSaveButton(_xpos, _ypos);
}
}
function updateVars_mu(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createToggle("Direction", ["L", "R"], ["-1", "01"], "01");
} else {
createToggle("Direction", ["L", "R"], ["-1", "01"], _root.sample_level[_ypos][_xpos].substr(2, 2));
createSaveButton(_xpos, _ypos);
}
}
function updateVars_rm(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createToggle("Direction", ["L", "R"], ["-1", "01"], "01");
} else {
createToggle("Direction", ["L", "R"], ["-1", "01"], _root.sample_level[_ypos][_xpos].substr(2, 2));
createSaveButton(_xpos, _ypos);
}
}
function updateVars_dm(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createToggle("Direction", ["L", "R"], ["-1", "01"], "01");
} else {
createToggle("Direction", ["L", "R"], ["-1", "01"], _root.sample_level[_ypos][_xpos].substr(2, 2));
createSaveButton(_xpos, _ypos);
}
}
function updateVars_rg(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createSlider("Speed", 10, 50, 40, 40, " ");
} else {
createSlider("Speed", 10, 50, int(_root.sample_level[_ypos][_xpos].substr(2, 2)), 40, " ");
createSaveButton(_xpos, _ypos);
}
}
function updateVars_ba(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createToggle("Direction", ["L", "?", "R"], ["-1", "00", "01"], "00");
} else {
createToggle("Direction", ["L", "?", "R"], ["-1", "00", "01"], _root.sample_level[_ypos][_xpos].substr(2, 2));
createSaveButton(_xpos, _ypos);
}
}
function updateVars_sb(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createToggle("Direction", ["L", "?", "R"], ["-1", "00", "01"], "00");
} else {
createToggle("Direction", ["L", "?", "R"], ["-1", "00", "01"], _root.sample_level[_ypos][_xpos].substr(2, 2));
createSaveButton(_xpos, _ypos);
}
}
function updateVars_sc(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createToggle("Direction", ["L", "R"], ["-1", "01"], "01");
} else {
createToggle("Direction", ["L", "R"], ["-1", "01"], _root.sample_level[_ypos][_xpos].substr(2, 2));
createSaveButton(_xpos, _ypos);
}
}
function updateVars_ss(_xpos, _ypos) {
varnum = 1;
if (_xpos == undefined) {
createToggle("Direction", ["L", "R"], ["-1", "01"], "01");
} else {
createToggle("Direction", ["L", "R"], ["-1", "01"], _root.sample_level[_ypos][_xpos].substr(2, 2));
createSaveButton(_xpos, _ypos);
}
}
function createVariable(_id, _default) {
editor_menu.attachMovie("editor_var_number", "var" + varnum, varnum);
editor_menu["var" + varnum]._x = 215 + (50 * varnum);
editor_menu["var" + varnum]._y = 440;
editor_menu["var" + varnum].var_text.text = _id;
editor_menu["var" + varnum].var_num = _default;
varnum++;
}
function createSlider(_id, _lowerlim, _upperlim, _default, _multi, _unit) {
editor_menu.attachMovie("editor_var_slider", "var" + varnum, varnum);
editor_menu["var" + varnum]._x = 215 + (50 * varnum);
editor_menu["var" + varnum]._y = 440;
editor_menu["var" + varnum].upperlim = _upperlim;
editor_menu["var" + varnum].lowerlim = _lowerlim;
editor_menu["var" + varnum].var_text.text = _id;
editor_menu["var" + varnum].var_num = _default;
editor_menu["var" + varnum].multi = _multi;
editor_menu["var" + varnum].num.text = Math.round((_default / _multi) * 10) / 10;
editor_menu["var" + varnum].unit.text = _unit;
varnum++;
}
function createToggle(_label, _ids, _values, _default) {
editor_menu.attachMovie("editor_var_toggle1", "var" + varnum, varnum);
editor_menu["var" + varnum]._x = 215 + (50 * varnum);
editor_menu["var" + varnum]._y = 440;
editor_menu["var" + varnum].var_text.text = _label;
editor_menu["var" + varnum].var_num = _default;
i = 0;
while (i < _ids.length) {
editor_menu["var" + varnum].attachMovie("editor_var_toggle2", "toggle" + i, i);
editor_menu["var" + varnum]["toggle" + i]._x = i * 15;
editor_menu["var" + varnum]["toggle" + i].label.text = _ids[i];
editor_menu["var" + varnum]["toggle" + i].val = _values[i];
if (_values[i] == _default) {
editor_menu["var" + varnum]["toggle" + i].box.gotoAndStop(2);
}
editor_menu["var" + varnum]["toggle" + i].onPress = function () {
this._parent.var_num = this.val;
k = 0;
while (k < 15) {
this._parent["toggle" + k].box.gotoAndStop(1);
k++;
}
this.box.gotoAndStop(2);
};
i++;
}
varnum++;
}
function createSaveButton(_xpos, _ypos) {
editor_menu.attachMovie("editor_var_save", "var10", varnum);
editor_menu.var10.xpos = _xpos;
editor_menu.var10.ypos = _ypos;
editor_menu.var10.onRelease = function () {
_root.current_tile = _root.sample_level[this.ypos][this.xpos].substr(0, 2);
_root.updateSample(this.xpos, this.ypos);
i = 1;
while (i <= 9) {
_root.editor_menu["var" + i].removeMovieClip();
i++;
}
_root.current_tile = "edit";
this.removeMovieClip();
};
editor_menu.var10._x = 215 + (50 * varnum);
editor_menu.var10._y = 440;
varnum++;
}
function closeEditor() {
Key.removeListener(_root.editor_controller);
_root.editor = false;
_root.tile.removeMovieClip();
_root.editor_previewsquare.removeMovieClip();
_root.editor_redsquare.removeMovieClip();
_root.editor_redsquare2.removeMovieClip();
_root.editor_mouse.removeMovieClip();
_root.editor_load.removeMovieClip();
i = 0;
while (i < 3000) {
_root["tile" + i].removeMovieClip();
i++;
}
_root.editor_controller.removeMovieClip();
_root.editor_menu.removeMovieClip();
}
_root.sample_level = [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]];
sample_leveldata = "00000";
stop();
loadGame();
toxic_s.start(0, 100);
grabJunk();
Symbol 19 MovieClip Frame 1
stop();
Symbol 35 MovieClip [tile21] Frame 1
gotoAndStop(random(4) + 1);
Symbol 41 MovieClip [tile22] Frame 1
gotoAndStop(random(4) + 1);
Symbol 49 MovieClip [tile23] Frame 1
gotoAndStop(random(4) + 1);
Symbol 55 MovieClip [tile24] Frame 1
gotoAndStop(random(4) + 1);
Symbol 61 MovieClip Frame 29
if (random(10) != 0) {
gotoAndPlay (1);
}
Symbol 61 MovieClip Frame 30
_root.spawnBubble((this._x + _parent._x) + 2, this._y + _parent._y);
Symbol 67 MovieClip [tile15] Frame 24
if (random(4) != 0) {
gotoAndPlay (10);
}
Symbol 86 MovieClip [tile37] Frame 1
stop();
gotoAndStop((this.depth % 4) + 1);
Symbol 114 MovieClip [tile52] Frame 1
stop();
gotoAndStop((this.depth % 11) + 1);
Instance of Symbol 114 MovieClip [tile52] in Symbol 117 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (6);
}
Instance of Symbol 114 MovieClip [tile52] in Symbol 119 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (1);
}
Instance of Symbol 114 MovieClip [tile52] in Symbol 121 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (11);
}
Symbol 143 MovieClip [editor_menu] Frame 1
function showTiles(_array) {
tabbg._visible = true;
showtiles = true;
tn = 1000;
i = 0;
while (i < _array.length) {
j = 0;
while (j < _array[0].length) {
this.attachMovie("tile" + _array[i][j], "tile" + tn, tn);
this["tile" + tn]._x = 4 + (j * 18);
this["tile" + tn]._y = 379 + (i * 18);
this["tile" + tn].tid = _array[i][j];
this["tile" + tn].onMouseDown = function () {
if (((((_root._xmouse < (this._x + this._width)) && (_root._xmouse > this._x)) && (_root._ymouse < (this._y + this._height))) && (_root._ymouse > this._y)) || ((((_root._xmouse < (this._x + 15)) && (_root._xmouse > this._x)) && (_root._ymouse < (this._y + 15))) && (_root._ymouse > this._y))) {
this._parent._parent.updateTile(this.tid);
}
};
tn++;
j++;
}
i++;
}
}
function removeTiles() {
tabbg._visible = false;
showtiles = false;
m = 1000;
while (m < 2000) {
this["tile" + m].removeMovieClip();
m++;
}
}
tile_main = [[0, 30, 31, 32, 0, 21, 24, 22, 86, 0, 0, 0, 0, 87, 88, 12, 0, 78, 0, 19, 0, 0, 85, 0, 90], [0, 33, 37, 35, 0, 23, 8, 0, 0, 0, 4, 3, 5, 0, 7, 13, 0, 79, 20, 0, 0, 0, 0, 0, 0], [0, 36, 34, 38, 0, 0, 0, 0, 0, 0, 0, 0, 16, 18, 89, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0], [60, 57, 58, 59, 61, 40, 41, 42, 43, 44, 0, 0, 17, 0, 11, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0]];
tile_enemy = [[0, 0, 0, 0, 0, 0, 0, 0], ["sa", 0, 0, 0, 0, 0, 0, 0], ["mu", 0, "ba", "sc", 0, 0, 0, 0], ["rm", "fm", "sb", "ss", 0, 0, 0, "he"]];
tile_environment = [[77, 0, 0, 70, 72, 74, 71, 56, 0, 50, 0, 45, 0, 0, 0, 0, 83, 0, 0, 0, 0, "B11", "B12", "B13", "B14", "000", "B15", "000", "B17", "000", "B20", "000", "B22", "000", "000"], [0, 0, 0, 0, 0, 73, 76, 0, 0, 0, 0, 46, 81, 0, 0, 0, 0, 0, 82, 0, 0, "000", "000", "000", "B16", "000", "B18", "000", "B19", "000", "000", "000", "000", "000", "000"], [0, 0, 0, 62, 64, 75, 0, 52, 53, 51, 0, 0, 0, 47, 48, 49, 84, 0, 0, 0, 0, "B01", "B02", "B03", "B04", "B05", "B06", "B07", "000", "000", "000", "000", 91, "000", "000"], [0, 63, 0, 0, 0, 0, 0, 54, 55, 0, 0, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, "000", "000", "000", "000", "000", "000", "000", "000", "000", "000", "000", "000", "000", "000"]];
Instance of Symbol 117 MovieClip in Symbol 143 MovieClip [editor_menu] Frame 1
on (press) {
_parent.removeTiles();
_parent.showTiles(_parent.tile_main);
}
Instance of Symbol 119 MovieClip in Symbol 143 MovieClip [editor_menu] Frame 1
on (press) {
_parent.removeTiles();
_parent.showTiles(_parent.tile_enemy);
}
Instance of Symbol 121 MovieClip in Symbol 143 MovieClip [editor_menu] Frame 1
on (press) {
_parent.removeTiles();
_parent.showTiles(_parent.tile_environment);
}
Instance of Symbol 123 MovieClip "tabbg" in Symbol 143 MovieClip [editor_menu] Frame 1
onClipEvent (load) {
_visible = false;
}
Instance of Symbol 126 MovieClip in Symbol 143 MovieClip [editor_menu] Frame 1
on (press) {
this._parent._parent.updateTile(0);
}
Instance of Symbol 129 MovieClip in Symbol 143 MovieClip [editor_menu] Frame 1
on (press) {
_root.editor_load.removeMovieClip();
_root.attachMovie("editor_download", "editor_load", 10000);
_root.editor_load.level.text = (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((_parent._parent.sample_leveldata + ":") + _parent._parent.sample_level[0]) + ":") + _parent._parent.sample_level[1]) + ":") + _parent._parent.sample_level[2]) + ":") + _parent._parent.sample_level[3]) + ":") + _parent._parent.sample_level[4]) + ":") + _parent._parent.sample_level[5]) + ":") + _parent._parent.sample_level[6]) + ":") + _parent._parent.sample_level[7]) + ":") + _parent._parent.sample_level[8]) + ":") + _parent._parent.sample_level[9]) + ":") + _parent._parent.sample_level[10]) + ":") + _parent._parent.sample_level[11]) + ":") + _parent._parent.sample_level[12]) + ":") + _parent._parent.sample_level[13]) + ":") + _parent._parent.sample_level[14]) + ":") + _parent._parent.sample_level[15]) + ":") + _parent._parent.sample_level[16]) + ":") + _parent._parent.sample_level[17]) + ":") + _parent._parent.sample_level[18]) + ":") + _parent._parent.sample_level[19]) + ":") + _parent._parent.sample_level[20]) + ":") + _parent._parent.sample_level[21]) + ":") + _parent._parent.sample_level[22]) + ":") + _parent._parent.sample_level[23]) + ":") + _parent._parent.sample_level[24]) + ":") + _parent._parent.sample_level[25]) + ":") + _parent._parent.sample_level[26]) + ":") + _parent._parent.sample_level[27]) + ":") + _parent._parent.sample_level[28]) + ":") + _parent._parent.sample_level[29];
}
Instance of Symbol 132 MovieClip in Symbol 143 MovieClip [editor_menu] Frame 1
on (press) {
this._parent._parent.updateTile("edit");
}
Instance of Symbol 135 MovieClip in Symbol 143 MovieClip [editor_menu] Frame 1
on (press) {
_root.editor_load.removeMovieClip();
_root.attachMovie("editor_upload", "editor_load", 10000);
}
Instance of Symbol 138 MovieClip in Symbol 143 MovieClip [editor_menu] Frame 1
on (press) {
_root.currentlevel = "ED";
_root.currentid = "EDA";
_root.levelEDA = (((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((_parent._parent.sample_leveldata + ":") + _parent._parent.sample_level[0]) + ":") + _parent._parent.sample_level[1]) + ":") + _parent._parent.sample_level[2]) + ":") + _parent._parent.sample_level[3]) + ":") + _parent._parent.sample_level[4]) + ":") + _parent._parent.sample_level[5]) + ":") + _parent._parent.sample_level[6]) + ":") + _parent._parent.sample_level[7]) + ":") + _parent._parent.sample_level[8]) + ":") + _parent._parent.sample_level[9]) + ":") + _parent._parent.sample_level[10]) + ":") + _parent._parent.sample_level[11]) + ":") + _parent._parent.sample_level[12]) + ":") + _parent._parent.sample_level[13]) + ":") + _parent._parent.sample_level[14]) + ":") + _parent._parent.sample_level[15]) + ":") + _parent._parent.sample_level[16]) + ":") + _parent._parent.sample_level[17]) + ":") + _parent._parent.sample_level[18]) + ":") + _parent._parent.sample_level[19]) + ":") + _parent._parent.sample_level[20]) + ":") + _parent._parent.sample_level[21]) + ":") + _parent._parent.sample_level[22]) + ":") + _parent._parent.sample_level[23]) + ":") + _parent._parent.sample_level[24]) + ":") + _parent._parent.sample_level[25]) + ":") + _parent._parent.sample_level[26]) + ":") + _parent._parent.sample_level[27]) + ":") + _parent._parent.sample_level[28]) + ":") + _parent._parent.sample_level[29]) + ":") + _parent._parent.sample_level[30];
_root.createLevel(_root.levelEDA);
}
Instance of Symbol 141 MovieClip in Symbol 143 MovieClip [editor_menu] Frame 1
on (press) {
_root.editor_load.removeMovieClip();
_root.attachMovie("editor_popup", "editor_load", 10000);
}
Symbol 162 MovieClip [tile54] Frame 1
stop();
gotoAndStop((this.depth % 2) + 1);
Symbol 170 MovieClip [tile56] Frame 1
stop();
gotoAndStop((this.depth % 5) + 1);
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip [editor_upload] Frame 1
on (press) {
_parent.removeMovieClip();
}
Instance of Symbol 185 MovieClip in Symbol 194 MovieClip [editor_upload] Frame 1
on (press) {
delete _root.sample_level;
delete _root.sample_leveldata;
_root.sample_level = String(_parent.level).split(":");
_root.sample_leveldata = _root.sample_level.splice(0, 1);
k = 0;
while (k < _root.sample_level.length) {
_root.sample_level[k] = _root.sample_level[k].split(",");
k++;
}
_root.updateDisplay();
_parent.removeMovieClip();
}
Instance of Symbol 193 MovieClip in Symbol 197 MovieClip [editor_download] Frame 1
on (press) {
_parent.removeMovieClip();
}
Symbol 206 MovieClip [tile75] Frame 1
stop();
gotoAndStop((this.depth % 4) + 1);
Symbol 213 MovieClip [tile76] Frame 1
stop();
gotoAndStop((this.depth % 4) + 1);
Symbol 226 MovieClip Frame 24
if (random(3) != 0) {
gotoAndPlay (1);
}
Symbol 227 MovieClip [tile12] Frame 1
stop();
_root.levelcoincount++;
gotoAndStop((this.depth % 7) + 1);
onEnterFrame = function () {
if ((((Math.abs((this._x + 7) - _root.hero._x) < 11) && ((this._y + 7) > (_root.hero._y - 35))) && ((this._y + 7) < (_root.hero._y + 5))) && (_root.hero.alive)) {
_root.gemcollect++;
_root.levelcoincollect++;
_root.getCoinCount();
if (_root.gemcollect >= _root.gemcount) {
_root.toggleSwitch("GE", 1);
}
_root.spawnSparkle(this._x, this._y);
_root.gem.start(0, 1);
this.removeMovieClip();
}
};
Symbol 240 MovieClip Frame 1
stop();
gotoAndStop(random(4) + 1);
Symbol 243 MovieClip [tile13] Frame 1
stop();
onEnterFrame = function () {
if (((((this._currentframe == 1) && (_root.hero._currentframe == 7)) && (Math.abs((this._x + 7) - _root.hero._x) < 11)) && ((this._y + 7) > (_root.hero._y - 35))) && ((this._y + 7) < (_root.hero._y + 5))) {
this.play();
_root.chest.start(0, 1);
_root.gem.start(0, 3);
k = 0;
while (k < _root.idolarray.length) {
if (_root.idolarray[k] == _root.currentid) {
_root.idolcount++;
_root.idolarray[k + 1] = 1;
_root.hud.showMe();
break;
}
k = k + 2;
}
}
};
gcheck = 0;
k = 0;
while (k < _root.idolarray.length) {
if ((_root.idolarray[k] == _root.currentid) && (_root.idolarray[k + 1] != 0)) {
this.gotoAndStop(46);
gcheck++;
break;
}
k = k + 2;
}
if (gcheck == 0) {
_root.idolarray.push(_root.currentid);
_root.idolarray.push(0);
}
Symbol 243 MovieClip [tile13] Frame 13
_root.spawnSparkle((this._x - 5) + random(10), this._y);
Symbol 243 MovieClip [tile13] Frame 20
_root.spawnSparkle((this._x - 5) + random(10), this._y - 10);
Symbol 243 MovieClip [tile13] Frame 27
_root.spawnSparkle((this._x - 5) + random(10), this._y - 15);
Symbol 243 MovieClip [tile13] Frame 46
stop();
Symbol 275 MovieClip [tile7] Frame 1
stop();
Symbol 275 MovieClip [tile7] Frame 10
_root.level_ground[this.i][this.j] = 0;
_root.crumble.start(0, 1);
k = 0;
while (k <= 1) {
_root.spawnDust(this._x + 7, this._y + 2, 0.5);
k++;
}
Symbol 275 MovieClip [tile7] Frame 30
this.removeMovieClip();
Symbol 306 MovieClip [tile19] Frame 1
function toggleOn() {
gotoAndPlay (2);
_root.spawnIndicator(this._x + 22.5, this._y + 30);
if (_root.proximityCheck(this._x, this._y)) {
_root.gate.start(0, 1);
}
}
function toggleOff() {
gotoAndPlay (20);
_root.gate.start(0, 1);
if (_root.proximityCheck(this._x, this._y)) {
_root.gate.start(0, 1);
}
}
this.open = false;
Symbol 306 MovieClip [tile19] Frame 18
this.open = true;
stop();
Symbol 306 MovieClip [tile19] Frame 19
this.open = false;
Symbol 306 MovieClip [tile19] Frame 31
gotoAndStop (1);
Symbol 306 MovieClip [tile19] Frame 43
gotoAndPlay (19);
Symbol 306 MovieClip [tile19] Frame 57
gotoAndPlay (19);
Symbol 306 MovieClip [tile19] Frame 68
gotoAndPlay (19);
Symbol 349 MovieClip [tile6] Frame 1
stop();
Symbol 360 MovieClip [tile14] Frame 1
_root.levelcoincount++;
onEnterFrame = function () {
if ((((Math.abs((this._x + 7) - _root.hero._x) < 11) && ((this._y + 7) > (_root.hero._y - 35))) && ((this._y + 7) < (_root.hero._y + 5))) && (_root.hero.alive)) {
_root.spawnSparkle(this._x, this._y);
_root.coin2.start(0, 1);
_root.levelcoincollect++;
_root.getCoinCount();
this.removeMovieClip();
}
};
Symbol 420 MovieClip [tile20] Frame 1
function toggleOn() {
gotoAndPlay (2);
_root.spawnIndicator(this._x + 7.5, this._y + 22.5);
_root.gate.start(0, 1);
}
function toggleOff() {
gotoAndPlay (10);
_root.gate.start(0, 1);
}
_root.level_ground[this.i][this.j] = 1;
_root.level_ground[this.i + 1][this.j] = 1;
_root.level_ground[this.i + 2][this.j] = 1;
stop();
Symbol 420 MovieClip [tile20] Frame 9
_root.level_ground[this.i][this.j] = 0;
_root.level_ground[this.i + 1][this.j] = 0;
_root.level_ground[this.i + 2][this.j] = 0;
stop();
Symbol 420 MovieClip [tile20] Frame 14
_root.level_ground[this.i][this.j] = 1;
_root.level_ground[this.i + 1][this.j] = 1;
_root.level_ground[this.i + 2][this.j] = 1;
if (_root.hero.xcoord == this.j) {
if (((_root.hero.ycoord == this.i) || (_root.hero.ycoord == (this.i + 1))) || (_root.hero.ycoord == (this.i + 2))) {
_root.hurt.start(0, 1);
_root.hero.alive = false;
if ((this._x + 7.5) > _root.hero._x) {
_root.hero.xspd = -4;
} else {
_root.hero.xspd = 4;
}
_root.hero.jump = true;
_root.hero.yspd = -5;
this.deathtimer = 10;
}
}
gotoAndStop (1);
Symbol 431 MovieClip [bg20] Frame 1
gotoAndStop(random(7));
Symbol 455 MovieClip [tile8] Frame 1
gotoAndPlay(random(12) + 1);
Symbol 470 MovieClip [tile18] Frame 1
function toggleOn() {
gotoAndPlay (1);
_root.spawnIndicator(this._x + 22.5, this._y + 30);
if ((!_root.phaseinplaying) && (_root.proximityCheck(this._x, this._y))) {
_root.phaseinplaying = true;
_root.phasein.start(0, 1);
}
}
function toggleOff() {
gotoAndPlay (10);
if ((!_root.phaseoutplaying) && (_root.proximityCheck(this._x, this._y))) {
_root.phaseoutplaying = true;
_root.phaseout.start(0, 1);
}
}
Symbol 470 MovieClip [tile18] Frame 3
this.invisible = false;
_root.level_ground[this.i][this.j] = 3;
Symbol 470 MovieClip [tile18] Frame 9
stop();
Symbol 470 MovieClip [tile18] Frame 18
this.invisible = true;
_root.level_ground[this.i][this.j] = 0;
Symbol 470 MovieClip [tile18] Frame 20
stop();
Symbol 473 MovieClip [editor_mouse] Frame 1
stop();
Symbol 482 MovieClip Frame 1
stop();
Symbol 482 MovieClip Frame 12
stop();
Symbol 488 MovieClip [tile80] Frame 1
gotoAndStop(random(2) + 1);
Symbol 498 MovieClip [tile83] Frame 1
gotoAndStop(random(2) + 1);
Symbol 502 MovieClip [tile84] Frame 1
gotoAndStop(random(2) + 1);
Symbol 504 MovieClip Frame 1
stop();
Symbol 511 MovieClip [indicator_mc] Frame 40
this.removeMovieClip();
Symbol 515 MovieClip [editor_popup] Frame 1
function createSlider(_id, _lowerlim, _upperlim, _default, _multi, _unit) {
this.attachMovie("editor_var_slider", "var" + varnum, varnum);
this["var" + varnum]._x = 75;
this["var" + varnum]._y = 125 + (50 * varnum);
this["var" + varnum].upperlim = _upperlim;
this["var" + varnum].lowerlim = _lowerlim;
this["var" + varnum].var_text.text = _id;
this["var" + varnum].var_num = _default;
this["var" + varnum].multi = _multi;
this["var" + varnum].num.text = Math.round((_default / _multi) * 10) / 10;
this["var" + varnum].unit.text = _unit;
varnum++;
}
function createToggle(_label, _ids, _values, _default) {
this.attachMovie("editor_var_toggle1", "var" + varnum, varnum);
this["var" + varnum]._x = 75;
this["var" + varnum]._y = 125 + (50 * varnum);
this["var" + varnum].var_text.text = _label;
this["var" + varnum].var_num = _default;
i = 0;
while (i < _ids.length) {
this["var" + varnum].attachMovie("editor_var_toggle2", "toggle" + i, i);
this["var" + varnum]["toggle" + i]._x = i * 15;
this["var" + varnum]["toggle" + i].label.text = _ids[i];
this["var" + varnum]["toggle" + i].val = _values[i];
if (_values[i] == _default) {
this["var" + varnum]["toggle" + i].box.gotoAndStop(2);
}
this["var" + varnum]["toggle" + i].onPress = function () {
this._parent.var_num = this.val;
k = 0;
while (k < 5) {
this._parent["toggle" + k].box.gotoAndStop(1);
k++;
}
this.box.gotoAndStop(2);
};
i++;
}
varnum++;
}
varnum = 0;
createToggle("Locked", ["0"], ["0"], String(_root.sample_leveldata).substr(0, 1));
createToggle("Spider BG", ["Y", "N"], ["1", "0"], String(_root.sample_leveldata).substr(1, 1));
createToggle("Cracks BG", ["Y", "N"], ["1", "0"], String(_root.sample_leveldata).substr(2, 1));
Instance of Symbol 185 MovieClip in Symbol 515 MovieClip [editor_popup] Frame 1
on (press) {
_root.sample_leveldata = String(_parent.var0.var_num).concat(String(_parent.var1.var_num), String(_parent.var2.var_num));
k = 0;
while (k < 10) {
_parent["var" + k].removeMovieClip();
k++;
}
_parent.removeMovieClip();
}
Instance of Symbol 193 MovieClip in Symbol 515 MovieClip [editor_popup] Frame 1
on (press) {
k = 0;
while (k < 10) {
_parent["var" + k].removeMovieClip();
k++;
}
_parent.removeMovieClip();
}
Instance of Symbol 518 MovieClip in Symbol 522 MovieClip [editor_var_slider] Frame 1
onClipEvent (load) {
this._x = Math.round(((_parent.var_num - _parent.lowerlim) / (_parent.upperlim - _parent.lowerlim)) * 40);
}
onClipEvent (mouseDown) {
if ((Math.abs(this._xmouse) < 4) && (Math.abs(this._ymouse) < 8)) {
this.grab = true;
}
}
onClipEvent (enterFrame) {
if (this.grab) {
this._x = _root._xmouse - _parent._x;
this._x = Math.round(this._x);
if (this._x < 0) {
this._x = 0;
} else if (this._x > 40) {
this._x = 40;
}
_parent.var_num = Math.round(_parent.lowerlim + ((this._x / 40) * (_parent.upperlim - _parent.lowerlim)));
_parent.num.text = Math.round((_parent.var_num / _parent.multi) * 10) / 10;
}
}
onClipEvent (mouseUp) {
this.grab = false;
}
Symbol 528 MovieClip [tile85] Frame 1
stop();
Symbol 528 MovieClip [tile85] Frame 13
stop();
Symbol 528 MovieClip [tile85] Frame 27
stop();
Symbol 528 MovieClip [tile85] Frame 38
stop();
Symbol 538 MovieClip [bg21] Frame 1
gotoAndStop(random(11) + 1);
Symbol 544 MovieClip [tile86] Frame 6
_root.level_ground[this.i][this.j] = 23;
Symbol 544 MovieClip [tile86] Frame 27
_root.level_ground[this.i][this.j] = 0;
Symbol 544 MovieClip [tile86] Frame 36
gotoAndStop (1);
Symbol 558 MovieClip [tile_outline] Frame 1
stop();
Symbol 563 MovieClip [tile90] Frame 1
stop();
gcheck = 0;
k = 0;
while (k < _root.gatearray.length) {
if ((_root.gatearray[k] == this.mid) && (_root.gatearray[k + 1] != 0)) {
_root.toggleSwitch(this.tid, 1);
this.gotoAndPlay(15);
gcheck++;
break;
}
k = k + 2;
}
if (gcheck == 0) {
_root.gatearray.push(this.mid);
_root.gatearray.push(0);
}
Symbol 563 MovieClip [tile90] Frame 5
_root.spawnSparkle((this._x - 5) + random(10), (this._y - 5) + random(10));
Symbol 563 MovieClip [tile90] Frame 9
_root.spawnSparkle((this._x - 5) + random(10), (this._y - 5) + random(10));
Symbol 563 MovieClip [tile90] Frame 14
_root.spawnSparkle((this._x - 5) + random(10), (this._y - 5) + random(10));
Symbol 563 MovieClip [tile90] Frame 75
gotoAndPlay (15);
Symbol 631 MovieClip [tile62] Frame 10
if (random(3) == 0) {
gotoAndPlay (1);
}
Symbol 642 MovieClip [tile64] Frame 13
if (random(3) == 0) {
gotoAndPlay (1);
}
Symbol 1133 MovieClip [__Packages.com.candystand.Stinger.Stinger] Frame 0
class com.candystand.Stinger.Stinger
{
var stingerPath, stingerClip, stingerLoader, testInterval;
function Stinger (parentClip) {
mx.events.EventDispatcher.initialize(this);
if (((_root.swlist == undefined) || (_root.swlist == "")) || (_root.swlist.length < 1)) {
stingerPath = "http://www.candystand.com/games/stingers/stinger_big_blue.swf";
} else {
stingerPath = _root.swlist;
}
stingerClip = parentClip.createEmptyMovieClip("stinger", parentClip.getNextHighestDepth());
stingerLoader = new MovieClipLoader();
stingerLoader.addListener(this);
stingerLoader.loadClip(stingerPath, stingerClip);
clearInterval(testInterval);
testInterval = setInterval(this, "run", 100);
}
function dispatchEvent() {
}
function addEventListener() {
}
function removeEventListener() {
}
function onLoadProgress(clip, bytesLoaded, bytesTotal) {
}
function onLoadComplete(clip) {
trace("STINGER LOADED");
}
function onLoadInit(clip) {
var _local3 = (Stage.width - stingerClip.thewidth) / 2;
var _local2 = (Stage.height - stingerClip.theheight) / 2;
stingerClip._x = _local3;
stingerClip._y = _local2;
}
function run() {
if ((stingerClip._currentframe > 1) && (stingerClip._currentframe == stingerClip._totalframes)) {
clearInterval(testInterval);
stingerClip._visible = false;
stingerClip.removeMovieClip();
isComplete = true;
dispatchEvent({type:"onStingerComplete", target:this});
}
}
static var isComplete = false;
}
Symbol 1134 MovieClip [__Packages.mx.events.EventDispatcher] Frame 0
class mx.events.EventDispatcher
{
function EventDispatcher () {
}
static function _removeEventListener(queue, event, handler) {
if (queue != undefined) {
var _local4 = queue.length;
var _local1;
_local1 = 0;
while (_local1 < _local4) {
var _local2 = queue[_local1];
if (_local2 == handler) {
queue.splice(_local1, 1);
return(undefined);
}
_local1++;
}
}
}
static function initialize(object) {
if (_fEventDispatcher == undefined) {
_fEventDispatcher = new mx.events.EventDispatcher();
}
object.addEventListener = _fEventDispatcher.addEventListener;
object.removeEventListener = _fEventDispatcher.removeEventListener;
object.dispatchEvent = _fEventDispatcher.dispatchEvent;
object.dispatchQueue = _fEventDispatcher.dispatchQueue;
}
function dispatchQueue(queueObj, eventObj) {
var _local7 = "__q_" + eventObj.type;
var _local4 = queueObj[_local7];
if (_local4 != undefined) {
var _local5;
for (_local5 in _local4) {
var _local1 = _local4[_local5];
var _local3 = typeof(_local1);
if ((_local3 == "object") || (_local3 == "movieclip")) {
if (_local1.handleEvent != undefined) {
_local1.handleEvent(eventObj);
}
if (_local1[eventObj.type] != undefined) {
if (exceptions[eventObj.type] == undefined) {
_local1[eventObj.type](eventObj);
}
}
} else {
_local1.apply(queueObj, [eventObj]);
}
}
}
}
function dispatchEvent(eventObj) {
if (eventObj.target == undefined) {
eventObj.target = this;
}
this[eventObj.type + "Handler"](eventObj);
dispatchQueue(this, eventObj);
}
function addEventListener(event, handler) {
var _local3 = "__q_" + event;
if (this[_local3] == undefined) {
this[_local3] = new Array();
}
_global.ASSetPropFlags(this, _local3, 1);
_removeEventListener(this[_local3], event, handler);
this[_local3].push(handler);
}
function removeEventListener(event, handler) {
var _local2 = "__q_" + event;
_removeEventListener(this[_local2], event, handler);
}
static var _fEventDispatcher = undefined;
static var exceptions = {move:1, draw:1, load:1};
}
Symbol 1135 MovieClip [__Packages.com.candystand.ScoreSubmit.Messenger] Frame 0
class com.candystand.ScoreSubmit.Messenger
{
static var __md5Key, __blowfishKey, __timesExecuted, __kaInterval;
function Messenger () {
}
static function initialize(gameKey, gVersion) {
if (__initialized) {
return(undefined);
}
__initialized = true;
var _local1 = Math.round(getTimer() / 1000);
com.candystand.ScoreSubmit.Constants.initialize("none", gVersion, _local1);
com.candystand.ScoreSubmit.Game.initialize();
__md5Key = com.candystand.ScoreSubmit.Constants.MD5Key;
__blowfishKey = gameKey;
com.candystand.ScoreSubmit.Blowfish.initialize(__blowfishKey);
load();
}
static function sendAction(action, skipCheck) {
if ((action == "play") && (!com.candystand.ScoreSubmit.Constants.__get__sendPlay())) {
return(undefined);
}
if ((action == "over") && (!com.candystand.ScoreSubmit.Constants.__get__sendGameover())) {
return(undefined);
}
if (!skipCheck) {
if (action == "play") {
com.candystand.ScoreSubmit.Game.newGame();
return(undefined);
}
if (action == "over") {
com.candystand.ScoreSubmit.Game.endGame();
return(undefined);
}
}
var _local7 = false;
switch (com.candystand.ScoreSubmit.Constants.__get__sendMethod()) {
case "DISABLED" :
return(undefined);
case "JAVASCRIPT" :
_local7 = true;
case "GET" :
var _local6 = getTimer();
var _local4 = (((action + "") + com.candystand.ScoreSubmit.Constants.getIdString()) + "") + _local6;
_local4 = _local4 + __md5Key;
var _local5 = com.candystand.ScoreSubmit.MD5.hex_md5(_local4);
trace("Messenger.sendAction() preMD5: " + _local4);
trace("Messenger.sendAction() hash: " + _local5);
if (_local7) {
getURL (("javascript: TrackingEvent( " + com.candystand.ScoreSubmit.Constants.getJavaTracking(action, _local6, _local5)) + " );");
} else {
var _local1 = new LoadVars();
_local1.action = action;
_local1.gameid = com.candystand.ScoreSubmit.Constants.uniqueId;
_local1.userid = com.candystand.ScoreSubmit.Constants.playerId;
_local1.sid = com.candystand.ScoreSubmit.Constants.sessionId;
_local1.rn = _local6;
_local1.cr = _local5;
for (var _local3 in com.candystand.ScoreSubmit.Constants.__get__trackingParams()) {
_local1[_local3] = com.candystand.ScoreSubmit.Constants.__get__trackingParams()[_local3];
}
_local1.sendAndLoad(com.candystand.ScoreSubmit.Constants.__get__trackingurl(), {}, "GET");
}
}
}
static function load() {
if (!com.candystand.ScoreSubmit.Constants.__get__sendLoad()) {
return(undefined);
}
var _local6 = false;
switch (com.candystand.ScoreSubmit.Constants.__get__sendMethod()) {
case "DISABLED" :
return(undefined);
case "JAVASCRIPT" :
_local6 = true;
case "GET" :
var _local5 = getTimer();
var _local3 = (("load" + com.candystand.ScoreSubmit.Constants.getIdString()) + "") + _local5;
_local3 = _local3 + __md5Key;
var _local4 = com.candystand.ScoreSubmit.MD5.hex_md5(_local3);
trace("Messenger.load() preMD5: " + _local3);
trace("Messenger.load() hash: " + _local4);
if (_local6) {
getURL (("javascript: TrackingEvent( " + com.candystand.ScoreSubmit.Constants.getJavaTracking("load", _local5, _local4)) + " );");
} else {
var _local1 = new LoadVars();
_local1.action = "load";
_local1.gameid = com.candystand.ScoreSubmit.Constants.uniqueId;
_local1.userid = com.candystand.ScoreSubmit.Constants.playerId;
_local1.sid = com.candystand.ScoreSubmit.Constants.sessionId;
_local1.d1 = com.candystand.ScoreSubmit.Constants.downloadTime;
_local1.rn = _local5;
_local1.cr = _local4;
for (var _local2 in com.candystand.ScoreSubmit.Constants.__get__trackingParams()) {
_local1[_local2] = com.candystand.ScoreSubmit.Constants.__get__trackingParams()[_local2];
}
_local1.sendAndLoad(com.candystand.ScoreSubmit.Constants.__get__trackingurl(), {}, "GET");
}
}
}
static function keepAlive() {
if (com.candystand.ScoreSubmit.Constants.__get__sendMethod() == "DISABLED") {
return(undefined);
}
var _local1 = new LoadVars();
__timesExecuted++;
var _local6 = __timesExecuted;
var _local5 = getTimer();
var _local3 = (("keepalive" + com.candystand.ScoreSubmit.Constants.getIdString()) + "") + _local5;
_local3 = _local3 + __md5Key;
var _local4 = com.candystand.ScoreSubmit.MD5.hex_md5(_local3);
trace("Messenger.keepAlive() preMD5: " + _local3);
trace("Messenger.keepAlive() hash: " + _local4);
_local1.action = "keepalive";
_local1.gameid = com.candystand.ScoreSubmit.Constants.uniqueId;
_local1.userid = com.candystand.ScoreSubmit.Constants.playerId;
_local1.sid = com.candystand.ScoreSubmit.Constants.sessionId;
_local1.d1 = _local6;
_local1.rn = _local5;
_local1.cr = _local4;
for (var _local2 in com.candystand.ScoreSubmit.Constants.__get__trackingParams()) {
_local1[_local2] = com.candystand.ScoreSubmit.Constants.__get__trackingParams()[_local2];
}
_local1.sendAndLoad(com.candystand.ScoreSubmit.Constants.__get__trackingurl(), {}, "GET");
}
static function quit(time) {
clearInterval(__kaInterval);
if (!com.candystand.ScoreSubmit.Constants.__get__sendQuit()) {
return(undefined);
}
var _local6 = false;
switch (com.candystand.ScoreSubmit.Constants.__get__sendMethod()) {
case "DISABLED" :
return(undefined);
case "JAVASCRIPT" :
_local6 = true;
case "GET" :
var _local5 = getTimer();
var _local3 = (("quit" + com.candystand.ScoreSubmit.Constants.getIdString()) + "") + _local5;
_local3 = _local3 + __md5Key;
var _local4 = com.candystand.ScoreSubmit.MD5.hex_md5(_local3);
trace("Messenger.quit() preMD5: " + _local3);
trace("Messenger.quit() hash: " + _local4);
if (_local6) {
getURL (("javascript: TrackingEvent( " + com.candystand.ScoreSubmit.Constants.getJavaTracking("load", _local5, _local4)) + " );");
} else {
var _local1 = new LoadVars();
_local1.action = "quit";
_local1.gameid = com.candystand.ScoreSubmit.Constants.uniqueId;
_local1.userid = com.candystand.ScoreSubmit.Constants.playerId;
_local1.sid = com.candystand.ScoreSubmit.Constants.sessionId;
_local1.d1 = time;
_local1.rn = _local5;
_local1.cr = _local4;
for (var _local2 in com.candystand.ScoreSubmit.Constants.__get__trackingParams()) {
_local1[_local2] = com.candystand.ScoreSubmit.Constants.__get__trackingParams()[_local2];
}
_local1.sendAndLoad(com.candystand.ScoreSubmit.Constants.__get__trackingurl(), {}, "GET");
}
}
getURL (com.candystand.ScoreSubmit.Constants.__get__quiturl());
}
static function submitScore(preMD5) {
var _local2 = com.candystand.ScoreSubmit.MD5.hex_md5(preMD5 + __blowfishKey);
var _local1 = com.candystand.ScoreSubmit.Blowfish.enc64str((preMD5 + "&cr=") + _local2);
trace("Messenger.submitScore() preMD5: " + preMD5);
trace("Messenger.submitScore() hash: " + _local2);
trace("Messenger.submitScore() encoded: " + _local1);
var _local3 = ((com.candystand.ScoreSubmit.Constants.__get__scoreurl().indexOf("?") != -1) ? "&" : "?");
quit();
getURL (((com.candystand.ScoreSubmit.Constants.__get__scoreurl() + _local3) + "param=") + _local1);
}
static var __initialized = false;
}
Symbol 1136 MovieClip [__Packages.com.candystand.ScoreSubmit.Constants] Frame 0
class com.candystand.ScoreSubmit.Constants
{
static var __swlist, __brandingPath, __sessionId, __playerId, __uniqueId, __multiplayId, __copyright, __quiturl, __scoreurl, __trackingurl, __multiplayurl, __trackingParams, __flashVersion, __screenSize, __gameData, __gameVersion, __downloadTime, __systemSpeed, __sendLoad, __sendPlay, __sendGameover, __sendQuit, __sendMethod;
function Constants () {
}
static function get MD5Key() {
return(__MD5Key);
}
static function get stingerPath() {
return(__swlist);
}
static function set brandingPath(p) {
if (_level0.sw9 == undefined) {
__brandingPath = p;
}
//return(brandingPath);
}
static function get brandingPath() {
return(__brandingPath);
}
static function get sessionId() {
return(__sessionId);
}
static function get playerId() {
return(__playerId);
}
static function get uniqueId() {
return(__uniqueId);
}
static function get multiplayId() {
return(__multiplayId);
}
static function get copyright() {
return(__copyright);
}
static function get quiturl() {
return(__quiturl);
}
static function get scoreurl() {
return(__scoreurl);
}
static function get trackingurl() {
return(__trackingurl);
}
static function get ugcsaveurl() {
return(__ugcsaveurl);
}
static function get ugcloadurl() {
return(__ugcloadurl);
}
static function get ugcrateurl() {
return(__ugcrateurl);
}
static function get ugclisturl() {
return(__ugclisturl);
}
static function get multiplayurl() {
return(__multiplayurl);
}
static function get trackingParams() {
return(__trackingParams);
}
static function get flashVersion() {
return(__flashVersion);
}
static function get screenSize() {
return(__screenSize);
}
static function get gameData() {
return(__gameData);
}
static function get gameVersion() {
return(__gameVersion);
}
static function get downloadTime() {
return(__downloadTime);
}
static function get systemSpeed() {
return(__systemSpeed);
}
static function get sendLoad() {
return(__sendLoad);
}
static function get sendPlay() {
return(__sendPlay);
}
static function get sendGameover() {
return(__sendGameover);
}
static function get sendQuit() {
return(__sendQuit);
}
static function get sendMethod() {
return(__sendMethod);
}
static function initialize(gData, gVersion, dTime) {
if (__initialized) {
return(undefined);
}
__initialized = true;
gData = ((gData == undefined) ? "" : (gData));
gVersion = ((gVersion == undefined) ? "" : (gVersion));
dTime = (dTime ? (dTime) : 0);
__sessionId = (((_level0.session_id == undefined) || (String(_level0.session_id).length == 0)) ? "-1" : (_level0.session_id));
__playerId = (((_level0.sw3 == undefined) || (String(_level0.sw3).length == 0)) ? "-1" : (_level0.sw3));
__uniqueId = ((_level0.sw6 == undefined) ? "18324" : (_level0.sw6));
__multiplayId = "";
__swlist = ((_level0.swlist == undefined) ? "http://www.candystand.com/games/stingers/stinger_big_blue.swf" : (_level0.swlist));
__brandingPath = ((_level0.sw9 == undefined) ? "./us" : (_level0.sw9));
__copyright = ((_level0.sw2 == undefined) ? "" : (_level0.sw2));
__quiturl = ((_level0.sw1 == undefined) ? "" : (_level0.sw1));
__scoreurl = ((_level0.sw4 == undefined) ? "" : (_level0.sw4));
__multiplayurl = ((_level0.sw5 == undefined) ? "" : (_level0.sw5));
__trackingurl = ((_level0.sw7 == undefined) ? "" : ((((_level0.sw7 + "&events=") + _level0.events) + "&url=") + _level0.url));
__flashVersion = System.capabilities.version.split(" ")[1];
__screenSize = (Stage.width + "by") + Stage.height;
__gameData = gData;
__gameVersion = gVersion;
__downloadTime = dTime;
__systemSpeed = getSpeed();
var _local4 = ((_level0.sw8 == undefined) ? "ugcsaveurl%3Dhttp%3A%2F%2Fstage.candystand.com%2Fugc%2Fsave%26ugcloadurl%3Dhttp%3A%2F%2Fstage.candystand.com%2Fugc%2Fget%26ugcrateurl%3Dhttp%3A%2F%2Fstage.candystand.com%2Fugc%2Frate%26ugclisturl%3Dhttp%3A%2F%2Fstage.candystand.com%2Fugc%2Flist" : (_level0.sw8));
parseExtraParams(_local4);
parseUrl();
trace("Constants.initialize() __quitUrl: " + __quiturl);
trace("Constants.initialize() __scoreurl: " + __scoreurl);
trace("Constants.initialize() __multiplayerurl: " + __multiplayurl);
trace("Constants.initialize() __trackingurl: " + __trackingurl);
}
static function getSpeed() {
return(0);
}
static function parseExtraParams(extraparams) {
var _local2 = unescape(extraparams).split("&");
var _local1 = 0;
while (_local1 < _local2.length) {
if (_local2[_local1].indexOf("ugcsaveurl") != -1) {
__ugcsaveurl = unescape(_local2[_local1]).substr(unescape(_local2[_local1]).indexOf("=") + 1, unescape(_local2[_local1]).length);
} else if (_local2[_local1].indexOf("ugcloadurl") != -1) {
__ugcloadurl = unescape(_local2[_local1]).substr(unescape(_local2[_local1]).indexOf("=") + 1, unescape(_local2[_local1]).length);
} else if (_local2[_local1].indexOf("ugclisturl") != -1) {
__ugclisturl = unescape(_local2[_local1]).substr(unescape(_local2[_local1]).indexOf("=") + 1, unescape(_local2[_local1]).length);
} else if (_local2[_local1].indexOf("ugcrateurl") != -1) {
__ugcrateurl = unescape(_local2[_local1]).substr(unescape(_local2[_local1]).indexOf("=") + 1, unescape(_local2[_local1]).length);
}
_local1++;
}
}
static function parseUrl() {
__trackingParams = {};
var _local7 = [];
__trackingurl = unescape(__trackingurl);
if (__trackingurl.indexOf("url=") != -1) {
_local7 = __trackingurl.split("url=");
var _local8 = String(_local7[0]);
__trackingurl = String(_local7[1]);
if (_local8.indexOf("&") != -1) {
var _local6 = _local8.split("&");
var _local1 = 0;
while (_local1 < 2) {
var _local2 = String(_local6[_local1]);
if (_local2.indexOf("method") != -1) {
__sendMethod = String(_local2.split("=")[1]).toUpperCase();
} else {
var _local9 = String(_local2.split("=")[1]);
__sendLoad = Boolean(Number(_local9.charAt(0)));
__sendPlay = Boolean(Number(_local9.charAt(1)));
__sendGameover = Boolean(Number(_local9.charAt(2)));
__sendQuit = Boolean(Number(_local9.charAt(3)));
}
_local1++;
}
} else {
__sendMethod = ((_local8.indexOf("method") == -1) ? "GET" : (String(_local8.split("=")[1]).toUpperCase()));
if (_local8.indexOf("events") != -1) {
var _local9 = String(_local8.split("=")[1]);
__sendLoad = Boolean(Number(_local9.charAt(0)));
__sendPlay = Boolean(Number(_local9.charAt(1)));
__sendGameover = Boolean(Number(_local9.charAt(2)));
__sendQuit = Boolean(Number(_local9.charAt(3)));
} else {
__sendLoad = (__sendPlay = (__sendGameover = (__sendQuit = true)));
}
}
} else {
__sendMethod = "GET";
__sendLoad = (__sendPlay = (__sendGameover = (__sendQuit = true)));
}
if (__trackingurl.indexOf("?") != -1) {
_local7 = __trackingurl.split("?");
__trackingurl = String(_local7[0]);
var _local10 = String(_local7[1]);
var _local3;
if (_local10.indexOf("&") != -1) {
var _local5 = _local10.split("&");
var _local1 = 0;
while (_local1 < _local5.length) {
var _local4 = String(_local5[_local1]);
_local3 = _local4.split("=");
__trackingParams[String(_local3[0])] = String(_local3[1]);
_local1++;
}
} else {
_local3 = _local10.split("=");
__trackingParams[String(_local3[0])] = String(_local3[1]);
}
}
}
static function getIdString() {
return((((__playerId + "") + __sessionId) + "") + __uniqueId);
}
static function getTrackingParams() {
var _local1 = "";
for (var _local2 in __trackingParams) {
_local1 = _local1 + ((("&" + _local2) + "=") + __trackingParams[_local2]);
}
return(_local1);
}
static function getJavaTracking(action, rn, hash) {
var _local1 = "";
_local1 = (((((("action=" + action) + "&userid=") + __playerId) + "&sid=") + __sessionId) + "&gameid=") + __uniqueId;
_local1 = _local1 + (((("&rn=" + rn) + getTrackingParams()) + "&cr=") + hash);
return(_local1);
}
static var __MD5Key = "wD9c84X0vA";
static var __initialized = false;
static var __ugcsaveurl = "";
static var __ugcloadurl = "";
static var __ugclisturl = "";
static var __ugcrateurl = "";
}
Symbol 1137 MovieClip [__Packages.com.candystand.ScoreSubmit.Game] Frame 0
class com.candystand.ScoreSubmit.Game
{
static var __get__scoreReversed, __scoreExtraParams, __gamesPlayed, __playTime, __gameResets, __numPlayers, __cheated, __playStart;
function Game () {
}
static function set score(num) {
if (!isNaN(num)) {
__score = num;
if (_scoreReversed) {
if ((__score < __highscore) || (__highscore == 0)) {
__highscore = __score;
}
} else if (__score > __highscore) {
__highscore = __score;
}
}
//return(score);
}
static function get score() {
return(__score);
}
static function get highScore() {
return(__highscore);
}
static function set scoreReversed(v) {
_scoreReversed = v;
//return(__get__scoreReversed());
}
static function set leaderboardId(num) {
if (!isNaN(num)) {
__leaderboardId = num;
}
//return(leaderboardId);
}
static function get leaderboardId() {
return(__leaderboardId);
}
static function initialize() {
if (__initialized) {
return(undefined);
}
__initialized = true;
__scoreExtraParams = {};
__gamesPlayed = 0;
__playTime = 0;
__gameResets = 0;
__numPlayers = 0;
__cheated = false;
__score = 0;
}
static function quit() {
var _local1 = getTimer();
var _local2 = _local1 - __playStart;
__playTime = __playTime + Math.round(_local2 / 1000);
com.candystand.ScoreSubmit.Messenger.quit(__playTime);
__playTime = 0;
__gameResets = 0;
__gamesPlayed = 0;
}
static function newGame(players) {
__numPlayers = (players ? (players) : 1);
__playStart = getTimer();
__gamesPlayed++;
__gameResets = 0;
__score = 0;
__cheated = false;
com.candystand.ScoreSubmit.Messenger.sendAction("play", true);
}
static function endGame() {
var _local1 = getTimer();
var _local2 = _local1 - __playStart;
__playTime = __playTime + Math.round(_local2 / 1000);
com.candystand.ScoreSubmit.Messenger.sendAction("over", true);
}
static function restart() {
var _local1 = getTimer();
var _local2 = _local1 - __playStart;
__playTime = __playTime + Math.round(_local2 / 1000);
newGame(__numPlayers);
}
static function submitScore() {
var _local2 = new Date();
var _local4 = _local2.getFullYear();
var _local8 = (((_local2.getMonth() + "/") + _local2.getDate()) + "/") + _local4;
var _local9 = (_local2.getHours() * 60) * 60;
var _local5 = _local2.getMinutes() * 60;
var _local6 = (_local2.getSeconds() + _local5) + _local9;
var _local7 = Number(!__cheated);
var _local1 = (((((("gamename=" + com.candystand.ScoreSubmit.Constants.__get__uniqueId()) + "&score=") + __highscore) + "&pn=") + com.candystand.ScoreSubmit.Constants.__get__playerId()) + "&sf=") + _local7;
_local1 = _local1 + ((((getGameData() + "&ms=") + com.candystand.ScoreSubmit.Constants.__get__systemSpeed()) + "&mr=0&bd=0&pi=") + com.candystand.ScoreSubmit.Constants.__get__flashVersion());
_local1 = _local1 + ((((((("&ds=" + com.candystand.ScoreSubmit.Constants.__get__downloadTime()) + "&dt=") + _local8) + "&ss=") + com.candystand.ScoreSubmit.Constants.__get__screenSize()) + "&sp=") + com.candystand.ScoreSubmit.Constants.__get__gameData());
_local1 = _local1 + ((((((("&sn=" + com.candystand.ScoreSubmit.Constants.__get__multiplayId()) + "&tt=") + _local6) + "&vr=") + com.candystand.ScoreSubmit.Constants.__get__gameVersion()) + "&gid=") + com.candystand.ScoreSubmit.Constants.__get__uniqueId());
if (__leaderboardId != -1) {
_local1 = _local1 + ("&gamelevel=" + __leaderboardId);
}
for (var _local3 in __scoreExtraParams) {
_local1 = _local1 + ((("&" + _local3) + "=") + String(__scoreExtraParams[_local3]));
}
com.candystand.ScoreSubmit.Messenger.submitScore(_local1);
}
static function reset() {
__gameResets++;
__cheated = false;
}
static function catchCheat() {
__cheated = true;
}
static function getGameData() {
return((((((("&np=" + __numPlayers) + "&ng=") + __gamesPlayed) + "&nr=") + __gameResets) + "&tp=") + __playTime);
}
static function addScoreParam(label, value) {
if ((label != undefined) && (value != undefined)) {
__scoreExtraParams[label] = value;
}
}
static function removeScoreParam(label) {
delete __scoreExtraParams[label];
}
static var __initialized = false;
static var __score = 0;
static var __highscore = 0;
static var __leaderboardId = -1;
static var _scoreReversed = false;
}
Symbol 1138 MovieClip [__Packages.com.candystand.ScoreSubmit.Blowfish] Frame 0
class com.candystand.ScoreSubmit.Blowfish
{
static var __blowfish;
function Blowfish () {
}
static function initialize(key) {
var _local11 = [];
var _local9;
var _local10;
_local10 = key.length;
_local9 = 0;
while (_local9 < _local10) {
_local11[_local9] = key.charCodeAt(_local9);
_local9++;
}
var _local1;
var _local2;
var _local8;
var _local3;
__blowfish = {};
__blowfish.blf_P = [];
__blowfish.blf_S = [];
__blowfish.blf_S[0] = [];
__blowfish.blf_S[1] = [];
__blowfish.blf_S[2] = [];
__blowfish.blf_S[3] = [];
_local3 = new Array(608135816, 2242054355, 320440878, 57701188, 2752067618, 698298832, 137296536, 3964562569, 1160258022, 953160567, 3193202383, 887688300, 3232508343, 3380367581, 1065670069, 3041331479, 2450970073, 2306472731);
_local1 = 0;
while (_local1 <= 17) {
__blowfish.blf_P[_local1] = _local3[_local1];
_local1++;
}
_local3 = new Array(3509652390, 2564797868, 805139163, 3491422135, 3101798381, 1780907670, 3128725573, 4046225305, 614570311, 3012652279, 134345442, 2240740374, 1667834072, 1901547113, 2757295779, 4103290238, 227898511, 1921955416, 1904987480, 2182433518, 2069144605, 3260701109, 2620446009, 720527379, 3318853667, 677414384, 3393288472, 3101374703, 2390351024, 1614419982, 1822297739, 2954791486, 3608508353, 3174124327, 2024746970, 1432378464, 3864339955, 2857741204, 1464375394, 1676153920, 1439316330, 715854006, 3033291828, 289532110, 2706671279, 2087905683, 3018724369, 1668267050, 732546397, 1947742710, 3462151702, 2609353502, 2950085171, 1814351708, 2050118529, 680887927, 999245976, 1800124847, 3300911131, 1713906067, 1641548236, 4213287313, 1216130144, 1575780402);
_local1 = 0;
while (_local1 <= 63) {
__blowfish.blf_S[0][_local1] = _local3[_local1];
_local1++;
}
_local3 = new Array(4018429277, 3917837745, 3693486850, 3949271944, 596196993, 3549867205, 258830323, 2213823033, 772490370, 2760122372, 1774776394, 2652871518, 566650946, 4142492826, 1728879713, 2882767088, 1783734482, 3629395816, 2517608232, 2874225571, 1861159788, 326777828, 3124490320, 2130389656, 2716951837, 967770486, 1724537150, 2185432712, 2364442137, 1164943284, 2105845187, 998989502, 3765401048, 2244026483, 1075463327, 1455516326, 1322494562, 910128902, 469688178, 1117454909, 936433444, 3490320968, 3675253459, 1240580251, 122909385, 2157517691, 634681816, 4142456567, 3825094682, 3061402683, 2540495037, 79693498, 3249098678, 1084186820, 1583128258, 426386531, 1761308591, 1047286709, 322548459, 995290223, 1845252383, 2603652396, 3431023940, 2942221577);
_local1 = 0;
while (_local1 <= 63) {
__blowfish.blf_S[0][_local1 + 64] = _local3[_local1];
_local1++;
}
_local3 = new Array(3202600964, 3727903485, 1712269319, 422464435, 3234572375, 1170764815, 3523960633, 3117677531, 1434042557, 442511882, 3600875718, 1076654713, 1738483198, 4213154764, 2393238008, 3677496056, 1014306527, 4251020053, 793779912, 2902807211, 842905082, 4246964064, 1395751752, 1040244610, 2656851899, 3396308128, 445077038, 3742853595, 3577915638, 679411651, 2892444358, 2354009459, 1767581616, 3150600392, 3791627101, 3102740896, 284835224, 4246832056, 1258075500, 768725851, 2589189241, 3069724005, 3532540348, 1274779536, 3789419226, 2764799539, 1660621633, 3471099624, 4011903706, 913787905, 3497959166, 737222580, 2514213453, 2928710040, 3937242737, 1804850592, 3499020752, 2949064160, 2386320175, 2390070455, 2415321851, 4061277028, 2290661394, 2416832540);
_local1 = 0;
while (_local1 <= 63) {
__blowfish.blf_S[0][_local1 + 128] = _local3[_local1];
_local1++;
}
_local3 = new Array(1336762016, 1754252060, 3520065937, 3014181293, 791618072, 3188594551, 3933548030, 2332172193, 3852520463, 3043980520, 413987798, 3465142937, 3030929376, 4245938359, 2093235073, 3534596313, 375366246, 2157278981, 2479649556, 555357303, 3870105701, 2008414854, 3344188149, 4221384143, 3956125452, 2067696032, 3594591187, 2921233993, 2428461, 544322398, 577241275, 1471733935, 610547355, 4027169054, 1432588573, 1507829418, 2025931657, 3646575487, 545086370, 48609733, 2200306550, 1653985193, 298326376, 1316178497, 3007786442, 2064951626, 458293330, 2589141269, 3591329599, 3164325604, 727753846, 2179363840, 146436021, 1461446943, 4069977195, 705550613, 3059967265, 3887724982, 4281599278, 3313849956, 1404054877, 2845806497, 146425753, 1854211946);
_local1 = 0;
while (_local1 <= 63) {
__blowfish.blf_S[0][_local1 + 192] = _local3[_local1];
_local1++;
}
_local3 = new Array(1266315497, 3048417604, 3681880366, 3289982499, 2909710000, 1235738493, 2632868024, 2414719590, 3970600049, 1771706367, 1449415276, 3266420449, 422970021, 1963543593, 2690192192, 3826793022, 1062508698, 1531092325, 1804592342, 2583117782, 2714934279, 4024971509, 1294809318, 4028980673, 1289560198, 2221992742, 1669523910, 35572830, 157838143, 1052438473, 1016535060, 1802137761, 1753167236, 1386275462, 3080475397, 2857371447, 1040679964, 2145300060, 2390574316, 1461121720, 2956646967, 4031777805, 4028374788, 33600511, 2920084762, 1018524850, 629373528, 3691585981, 3515945977, 2091462646, 2486323059, 586499841, 988145025, 935516892, 3367335476, 2599673255, 2839830854, 265290510, 3972581182, 2759138881, 3795373465, 1005194799, 847297441, 406762289);
_local1 = 0;
while (_local1 <= 63) {
__blowfish.blf_S[1][_local1] = _local3[_local1];
_local1++;
}
_local3 = new Array(1314163512, 1332590856, 1866599683, 4127851711, 750260880, 613907577, 1450815602, 3165620655, 3734664991, 3650291728, 3012275730, 3704569646, 1427272223, 778793252, 1343938022, 2676280711, 2052605720, 1946737175, 3164576444, 3914038668, 3967478842, 3682934266, 1661551462, 3294938066, 4011595847, 840292616, 3712170807, 616741398, 312560963, 711312465, 1351876610, 322626781, 1910503582, 271666773, 2175563734, 1594956187, 70604529, 3617834859, 1007753275, 1495573769, 4069517037, 2549218298, 2663038764, 504708206, 2263041392, 3941167025, 2249088522, 1514023603, 1998579484, 1312622330, 694541497, 2582060303, 2151582166, 1382467621, 776784248, 2618340202, 3323268794, 2497899128, 2784771155, 503983604, 4076293799, 907881277, 423175695, 432175456);
_local1 = 0;
while (_local1 <= 63) {
__blowfish.blf_S[1][_local1 + 64] = _local3[_local1];
_local1++;
}
_local3 = new Array(1378068232, 4145222326, 3954048622, 3938656102, 3820766613, 2793130115, 2977904593, 26017576, 3274890735, 3194772133, 1700274565, 1756076034, 4006520079, 3677328699, 720338349, 1533947780, 354530856, 688349552, 3973924725, 1637815568, 332179504, 3949051286, 53804574, 2852348879, 3044236432, 1282449977, 3583942155, 3416972820, 4006381244, 1617046695, 2628476075, 3002303598, 1686838959, 431878346, 2686675385, 1700445008, 1080580658, 1009431731, 832498133, 3223435511, 2605976345, 2271191193, 2516031870, 1648197032, 4164389018, 2548247927, 300782431, 375919233, 238389289, 3353747414, 2531188641, 2019080857, 1475708069, 455242339, 2609103871, 448939670, 3451063019, 1395535956, 2413381860, 1841049896, 1491858159, 885456874, 4264095073, 4001119347);
_local1 = 0;
while (_local1 <= 63) {
__blowfish.blf_S[1][_local1 + 128] = _local3[_local1];
_local1++;
}
_local3 = new Array(1565136089, 3898914787, 1108368660, 540939232, 1173283510, 2745871338, 3681308437, 4207628240, 3343053890, 4016749493, 1699691293, 1103962373, 3625875870, 2256883143, 3830138730, 1031889488, 3479347698, 1535977030, 4236805024, 3251091107, 2132092099, 1774941330, 1199868427, 1452454533, 157007616, 2904115357, 342012276, 595725824, 1480756522, 206960106, 497939518, 591360097, 863170706, 2375253569, 3596610801, 1814182875, 2094937945, 3421402208, 1082520231, 3463918190, 2785509508, 435703966, 3908032597, 1641649973, 2842273706, 3305899714, 1510255612, 2148256476, 2655287854, 3276092548, 4258621189, 236887753, 3681803219, 274041037, 1734335097, 3815195456, 3317970021, 1899903192, 1026095262, 4050517792, 356393447, 2410691914, 3873677099, 3682840055);
_local1 = 0;
while (_local1 <= 63) {
__blowfish.blf_S[1][_local1 + 192] = _local3[_local1];
_local1++;
}
_local3 = new Array(3913112168, 2491498743, 4132185628, 2489919796, 1091903735, 1979897079, 3170134830, 3567386728, 3557303409, 857797738, 1136121015, 1342202287, 507115054, 2535736646, 337727348, 3213592640, 1301675037, 2528481711, 1895095763, 1721773893, 3216771564, 62756741, 2142006736, 835421444, 2531993523, 1442658625, 3659876326, 2882144922, 676362277, 1392781812, 170690266, 3921047035, 1759253602, 3611846912, 1745797284, 664899054, 1329594018, 3901205900, 3045908486, 2062866102, 2865634940, 3543621612, 3464012697, 1080764994, 553557557, 3656615353, 3996768171, 991055499, 499776247, 1265440854, 648242737, 3940784050, 980351604, 3713745714, 1749149687, 3396870395, 4211799374, 3640570775, 1161844396, 3125318951, 1431517754, 545492359, 4268468663, 3499529547);
_local1 = 0;
while (_local1 <= 63) {
__blowfish.blf_S[2][_local1] = _local3[_local1];
_local1++;
}
_local3 = new Array(1437099964, 2702547544, 3433638243, 2581715763, 2787789398, 1060185593, 1593081372, 2418618748, 4260947970, 69676912, 2159744348, 86519011, 2512459080, 3838209314, 1220612927, 3339683548, 133810670, 1090789135, 1078426020, 1569222167, 845107691, 3583754449, 4072456591, 1091646820, 628848692, 1613405280, 3757631651, 526609435, 236106946, 48312990, 2942717905, 3402727701, 1797494240, 859738849, 992217954, 4005476642, 2243076622, 3870952857, 3732016268, 765654824, 3490871365, 2511836413, 1685915746, 3888969200, 1414112111, 2273134842, 3281911079, 4080962846, 172450625, 2569994100, 980381355, 4109958455, 2819808352, 2716589560, 2568741196, 3681446669, 3329971472, 1835478071, 660984891, 3704678404, 4045999559, 3422617507, 3040415634, 1762651403);
_local1 = 0;
while (_local1 <= 63) {
__blowfish.blf_S[2][_local1 + 64] = _local3[_local1];
_local1++;
}
_local3 = new Array(1719377915, 3470491036, 2693910283, 3642056355, 3138596744, 1364962596, 2073328063, 1983633131, 926494387, 3423689081, 2150032023, 4096667949, 1749200295, 3328846651, 309677260, 2016342300, 1779581495, 3079819751, 111262694, 1274766160, 443224088, 298511866, 1025883608, 3806446537, 1145181785, 168956806, 3641502830, 3584813610, 1689216846, 3666258015, 3200248200, 1692713982, 2646376535, 4042768518, 1618508792, 1610833997, 3523052358, 4130873264, 2001055236, 3610705100, 2202168115, 4028541809, 2961195399, 1006657119, 2006996926, 3186142756, 1430667929, 3210227297, 1314452623, 4074634658, 4101304120, 2273951170, 1399257539, 3367210612, 3027628629, 1190975929, 2062231137, 2333990788, 2221543033, 2438960610, 1181637006, 548689776, 2362791313, 3372408396);
_local1 = 0;
while (_local1 <= 63) {
__blowfish.blf_S[2][_local1 + 128] = _local3[_local1];
_local1++;
}
_local3 = new Array(3104550113, 3145860560, 296247880, 1970579870, 3078560182, 3769228297, 1714227617, 3291629107, 3898220290, 166772364, 1251581989, 493813264, 448347421, 195405023, 2709975567, 677966185, 3703036547, 1463355134, 2715995803, 1338867538, 1343315457, 2802222074, 2684532164, 233230375, 2599980071, 2000651841, 3277868038, 1638401717, 4028070440, 3237316320, 6314154, 819756386, 300326615, 590932579, 1405279636, 3267499572, 3150704214, 2428286686, 3959192993, 3461946742, 1862657033, 1266418056, 963775037, 2089974820, 2263052895, 1917689273, 448879540, 3550394620, 3981727096, 150775221, 3627908307, 1303187396, 508620638, 2975983352, 2726630617, 1817252668, 1876281319, 1457606340, 908771278, 3720792119, 3617206836, 2455994898, 1729034894, 1080033504);
_local1 = 0;
while (_local1 <= 63) {
__blowfish.blf_S[2][_local1 + 192] = _local3[_local1];
_local1++;
}
_local3 = new Array(976866871, 3556439503, 2881648439, 1522871579, 1555064734, 1336096578, 3548522304, 2579274686, 3574697629, 3205460757, 3593280638, 3338716283, 3079412587, 564236357, 2993598910, 1781952180, 1464380207, 3163844217, 3332601554, 1699332808, 1393555694, 1183702653, 3581086237, 1288719814, 691649499, 2847557200, 2895455976, 3193889540, 2717570544, 1781354906, 1676643554, 2592534050, 3230253752, 1126444790, 2770207658, 2633158820, 2210423226, 2615765581, 2414155088, 3127139286, 673620729, 2805611233, 1269405062, 4015350505, 3341807571, 4149409754, 1057255273, 2012875353, 2162469141, 2276492801, 2601117357, 993977747, 3918593370, 2654263191, 753973209, 36408145, 2530585658, 25011837, 3520020182, 2088578344, 530523599, 2918365339, 1524020338, 1518925132);
_local1 = 0;
while (_local1 <= 63) {
__blowfish.blf_S[3][_local1] = _local3[_local1];
_local1++;
}
_local3 = new Array(3760827505, 3759777254, 1202760957, 3985898139, 3906192525, 674977740, 4174734889, 2031300136, 2019492241, 3983892565, 4153806404, 3822280332, 352677332, 2297720250, 60907813, 90501309, 3286998549, 1016092578, 2535922412, 2839152426, 457141659, 509813237, 4120667899, 652014361, 1966332200, 2975202805, 55981186, 2327461051, 676427537, 3255491064, 2882294119, 3433927263, 1307055953, 942726286, 933058658, 2468411793, 3933900994, 4215176142, 1361170020, 2001714738, 2830558078, 3274259782, 1222529897, 1679025792, 2729314320, 3714953764, 1770335741, 151462246, 3013232138, 1682292957, 1483529935, 471910574, 1539241949, 458788160, 3436315007, 1807016891, 3718408830, 978976581, 1043663428, 3165965781, 1927990952, 4200891579, 2372276910, 3208408903);
_local1 = 0;
while (_local1 <= 63) {
__blowfish.blf_S[3][_local1 + 64] = _local3[_local1];
_local1++;
}
_local3 = new Array(3533431907, 1412390302, 2931980059, 4132332400, 1947078029, 3881505623, 4168226417, 2941484381, 1077988104, 1320477388, 886195818, 18198404, 3786409000, 2509781533, 112762804, 3463356488, 1866414978, 891333506, 18488651, 661792760, 1628790961, 3885187036, 3141171499, 876946877, 2693282273, 1372485963, 791857591, 2686433993, 3759982718, 3167212022, 3472953795, 2716379847, 445679433, 3561995674, 3504004811, 3574258232, 54117162, 3331405415, 2381918588, 3769707343, 4154350007, 1140177722, 4074052095, 668550556, 3214352940, 367459370, 261225585, 2610173221, 4209349473, 3468074219, 3265815641, 314222801, 3066103646, 3808782860, 282218597, 3406013506, 3773591054, 379116347, 1285071038, 846784868, 2669647154, 3771962079, 3550491691, 2305946142);
_local1 = 0;
while (_local1 <= 63) {
__blowfish.blf_S[3][_local1 + 128] = _local3[_local1];
_local1++;
}
_local3 = new Array(453669953, 1268987020, 3317592352, 3279303384, 3744833421, 2610507566, 3859509063, 266596637, 3847019092, 517658769, 3462560207, 3443424879, 370717030, 4247526661, 2224018117, 4143653529, 4112773975, 2788324899, 2477274417, 1456262402, 2901442914, 1517677493, 1846949527, 2295493580, 3734397586, 2176403920, 1280348187, 1908823572, 3871786941, 846861322, 1172426758, 3287448474, 3383383037, 1655181056, 3139813346, 901632758, 1897031941, 2986607138, 3066810236, 3447102507, 1393639104, 373351379, 950779232, 625454576, 3124240540, 4148612726, 2007998917, 544563296, 2244738638, 2330496472, 2058025392, 1291430526, 424198748, 50039436, 29584100, 3605783033, 2429876329, 2791104160, 1057563949, 3255363231, 3075367218, 3463963227, 1469046755, 985887462);
_local1 = 0;
while (_local1 <= 63) {
__blowfish.blf_S[3][_local1 + 192] = _local3[_local1];
_local1++;
}
var _local7;
var _local6;
var _local5;
var _local4;
_local2 = 0;
_local1 = 0;
while (_local1 <= 17) {
_local7 = 0;
_local8 = 0;
while (_local8 <= 3) {
_local7 = (_local7 << 8) | _local11[_local2];
_local2 = _local2 + 1;
if (_local2 >= _local10) {
_local2 = 0;
}
_local8++;
}
__blowfish.blf_P[_local1] = __blowfish.blf_P[_local1] ^ _local7;
_local1++;
}
_local6 = 0;
_local5 = 0;
_local1 = 0;
while (_local1 <= 17) {
_local4 = DoBlowEnc(_local6, _local5);
__blowfish.blf_P[_local1] = _local4[0];
__blowfish.blf_P[_local1 + 1] = _local4[1];
_local6 = _local4[0];
_local5 = _local4[1];
_local1 = _local1 + 2;
}
_local1 = 0;
while (_local1 <= 3) {
_local2 = 0;
while (_local2 <= 255) {
_local4 = DoBlowEnc(_local6, _local5);
__blowfish.blf_S[_local1][_local2] = _local4[0];
__blowfish.blf_S[_local1][_local2 + 1] = _local4[1];
_local6 = _local4[0];
_local5 = _local4[1];
_local2 = _local2 + 2;
}
_local1++;
}
}
static function enc64str(intxt) {
var _local13;
var _local17;
var _local11;
var _local1;
var _local2;
var _local4 = [];
var _local3 = [];
var _local16;
var _local15;
var _local9;
var _local8;
var _local7;
var _local6;
var _local12;
var _local14;
_local17 = intxt.length;
_local14 = ((int(_local17 / 8) + 1) * 8) - _local17;
_local12 = "";
_local1 = 0;
while (_local1 <= _local14) {
_local12 = _local12 + chr(_local14);
_local1++;
}
intxt = intxt + _local12;
_local17 = intxt.length;
_local11 = int(_local17 / 8);
_local1 = 0;
while (_local1 < _local11) {
_local2 = 0;
while (_local2 <= 3) {
_local4[_local2] = intxt.charCodeAt((_local1 * 8) + _local2);
_local2++;
}
_local16 = (((_local4[0] << 24) | (_local4[1] << 16)) | (_local4[2] << 8)) | _local4[3];
_local2 = 0;
while (_local2 <= 3) {
_local4[_local2] = intxt.charCodeAt(((_local1 * 8) + _local2) + 4);
_local2++;
}
_local15 = (((_local4[0] << 24) | (_local4[1] << 16)) | (_local4[2] << 8)) | _local4[3];
_local3[_local1 * 2] = _local16;
_local3[(_local1 * 2) + 1] = _local15;
_local1++;
}
_local1 = 0;
while (_local1 < (_local11 * 2)) {
var _local10 = DoBlowEnc(_local3[_local1], _local3[_local1 + 1]);
_local3[_local1] = _local10[0];
_local3[_local1 + 1] = _local10[1];
_local1 = _local1 + 2;
}
_local13 = [];
_local1 = 0;
while (_local1 < _local11) {
_local9 = (_local3[_local1 * 2] & 4278190080) >>> 24;
_local8 = (_local3[_local1 * 2] & 16711680) >>> 16;
_local7 = (_local3[_local1 * 2] & 65280) >>> 8;
_local6 = _local3[_local1 * 2] & 255;
_local13.push(_local9, _local8, _local7, _local6);
_local9 = (_local3[(_local1 * 2) + 1] & 4278190080) >>> 24;
_local8 = (_local3[(_local1 * 2) + 1] & 16711680) >>> 16;
_local7 = (_local3[(_local1 * 2) + 1] & 65280) >>> 8;
_local6 = _local3[(_local1 * 2) + 1] & 255;
_local13.push(_local9, _local8, _local7, _local6);
_local1++;
}
return(com.candystand.ScoreSubmit.Base64.Encode64(_local13));
}
static function dec64str(intxt) {
var _local5;
var _local16;
var _local12;
var _local1;
var _local2;
var _local4 = [];
var _local3 = [];
var _local14;
var _local13;
var _local10;
var _local9;
var _local8;
var _local7;
var _local15;
var _local6;
_local6 = com.candystand.ScoreSubmit.Base64.Decode64(intxt);
_local16 = _local6.length;
_local12 = int(_local16 / 8);
_local1 = 0;
while (_local1 < _local12) {
_local2 = 0;
while (_local2 <= 3) {
_local4[_local2] = _local6[(_local1 * 8) + _local2];
_local2++;
}
_local14 = (((_local4[0] << 24) | (_local4[1] << 16)) | (_local4[2] << 8)) | _local4[3];
_local2 = 0;
while (_local2 <= 3) {
_local4[_local2] = _local6[((_local1 * 8) + _local2) + 4];
_local2++;
}
_local13 = (((_local4[0] << 24) | (_local4[1] << 16)) | (_local4[2] << 8)) | _local4[3];
_local3[_local1 * 2] = _local14;
_local3[(_local1 * 2) + 1] = _local13;
_local1++;
}
_local1 = 0;
while (_local1 < (_local12 * 2)) {
var _local11 = DoBlowDec(_local3[_local1], _local3[_local1 + 1]);
_local3[_local1] = _local11[0];
_local3[_local1 + 1] = _local11[1];
_local1 = _local1 + 2;
}
_local5 = "";
_local1 = 0;
while (_local1 < _local12) {
_local10 = (_local3[_local1 * 2] & 4278190080) >>> 24;
_local9 = (_local3[_local1 * 2] & 16711680) >>> 16;
_local8 = (_local3[_local1 * 2] & 65280) >>> 8;
_local7 = _local3[_local1 * 2] & 255;
_local5 = _local5 + String.fromCharCode(_local10, _local9, _local8, _local7);
_local10 = (_local3[(_local1 * 2) + 1] & 4278190080) >>> 24;
_local9 = (_local3[(_local1 * 2) + 1] & 16711680) >>> 16;
_local8 = (_local3[(_local1 * 2) + 1] & 65280) >>> 8;
_local7 = _local3[(_local1 * 2) + 1] & 255;
_local5 = _local5 + String.fromCharCode(_local10, _local9, _local8, _local7);
_local1++;
}
_local15 = _local5.slice(-1).charCodeAt(0);
if (_local15 > 8) {
_local15 = 0;
}
_local5 = _local5.substring(0, _local5.length - _local15);
return(_local5);
}
static function DoBlowEnc(dat1, dat2) {
var _local2;
var _local4;
var _local5 = [];
_local2 = 0;
while (_local2 <= 15) {
dat1 = dat1 ^ __blowfish.blf_P[_local2];
dat2 = dat2 ^ blf_F(dat1);
_local4 = dat1;
dat1 = dat2;
dat2 = _local4;
_local2++;
}
_local4 = dat1;
dat1 = dat2;
dat2 = _local4;
dat2 = dat2 ^ __blowfish.blf_P[16];
dat1 = dat1 ^ __blowfish.blf_P[17];
_local5[0] = dat1;
_local5[1] = dat2;
return(_local5);
}
static function DoBlowDec(dat1, dat2) {
var _local5 = [];
var _local1;
var _local4;
_local1 = 17;
while (_local1 >= 2) {
dat1 = dat1 ^ __blowfish.blf_P[_local1];
dat2 = dat2 ^ blf_F(dat1);
_local4 = dat1;
dat1 = dat2;
dat2 = _local4;
_local1 = _local1 - 1;
}
_local4 = dat1;
dat1 = dat2;
dat2 = _local4;
dat2 = dat2 ^ __blowfish.blf_P[1];
dat1 = dat1 ^ __blowfish.blf_P[0];
_local5[0] = dat1;
_local5[1] = dat2;
return(_local5);
}
static function blf_F(x) {
var _local6;
var _local5;
var _local4;
var _local3;
var _local1;
_local6 = (x & 4278190080) >>> 24;
_local5 = (x & 16711680) >>> 16;
_local4 = (x & 65280) >>> 8;
_local3 = x & 255;
_local1 = __blowfish.blf_S[0][_local6] + __blowfish.blf_S[1][_local5];
_local1 = _local1 ^ __blowfish.blf_S[2][_local4];
_local1 = _local1 + __blowfish.blf_S[3][_local3];
return(_local1);
}
}
Symbol 1139 MovieClip [__Packages.com.candystand.ScoreSubmit.Base64] Frame 0
class com.candystand.ScoreSubmit.Base64
{
function Base64 () {
}
static function Encode64(intxt) {
var _local5;
var _local6;
var _local8;
var _local4;
var _local1;
var _local2 = [];
var _local10;
var _local9;
var _local7 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
_local6 = intxt.length;
_local8 = int(_local6 / 3);
_local5 = "";
_local4 = 0;
while (_local4 < _local8) {
_local1 = 0;
while (_local1 <= 2) {
if (typeof(intxt) == "string") {
_local2[_local1] = intxt.charCodeAt((_local4 * 3) + _local1);
} else {
_local2[_local1] = intxt[(_local4 * 3) + _local1];
}
_local1++;
}
_local5 = _local5 + Encq(_local2, _local7);
_local4++;
}
_local10 = _local6 % 3;
if (_local10 == 1) {
if (typeof(intxt) == "string") {
_local2[0] = intxt.charCodeAt(_local6 - 1);
_local2[1] = 0;
_local2[2] = 0;
} else {
_local2[0] = intxt[_local6 - 1];
_local2[1] = 0;
_local2[2] = 0;
}
_local9 = Encq(_local2, _local7);
_local5 = (_local5 + _local9.slice(0, 2)) + "==";
}
if (_local10 == 2) {
if (typeof(intxt) == "string") {
_local2[0] = intxt.charCodeAt(_local6 - 2);
_local2[1] = intxt.charCodeAt(_local6 - 1);
_local2[2] = 0;
} else {
_local2[0] = intxt[_local6 - 2];
_local2[1] = intxt[_local6 - 1];
_local2[2] = 0;
}
_local9 = Encq(_local2, _local7);
_local5 = (_local5 + _local9.slice(0, 3)) + "=";
}
return(_local5);
}
static function Decode64(intxt) {
var _local11;
var _local3 = new Array();
var _local8 = new Array();
var _local10 = new Array();
var _local2;
var _local4;
var _local6;
var _local7;
var _local1 = new Array();
var _local5;
_local11 = "";
_local2 = 0;
_local4 = 0;
while (_local4 <= 255) {
_local8[_local4] = -1;
_local4++;
}
_local8.splice(43, 1, 62);
_local8.splice(47, 11, 63, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61);
_local8.splice(61, 1, 64);
_local8.splice(65, 26, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25);
_local8.splice(97, 26, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51);
_local6 = 0;
while (_local6 < intxt.length) {
_local7 = _local8[intxt.charCodeAt(_local6)];
if (_local7 >= 0) {
_local3[_local2] = _local7;
_local2++;
if (_local2 == 4) {
_local5 = Decq(_local3);
_local1.push(_local5[0]);
_local1.push(_local5[1]);
_local1.push(_local5[2]);
if (_local3[3] == 64) {
_local1.pop();
}
if (_local3[2] == 64) {
_local1.pop();
}
_local2 = 0;
}
}
_local6++;
}
return(_local1);
}
static function Encq(btab, etab) {
var _local1;
var _local2;
_local1 = "";
_local2 = (btab[0] >> 2) & 63;
_local1 = _local1 + etab.charAt(_local2);
_local2 = ((btab[0] & 3) << 4) | ((btab[1] >> 4) & 15);
_local1 = _local1 + etab.charAt(_local2);
_local2 = ((btab[1] & 15) << 2) | ((btab[2] >> 6) & 3);
_local1 = _local1 + etab.charAt(_local2);
_local2 = btab[2] & 63;
_local1 = _local1 + etab.charAt(_local2);
return(_local1);
}
static function Decq(btab) {
var _local3 = new Array();
var _local1;
var _local4 = "";
_local1 = (btab[0] << 2) | ((btab[1] >> 4) & 3);
_local3[0] = _local1;
_local1 = ((btab[1] & 15) << 4) | ((btab[2] >> 2) & 15);
_local3[1] = _local1;
_local1 = ((btab[2] & 3) << 6) | btab[3];
_local3[2] = _local1;
return(_local3);
}
}
Symbol 1140 MovieClip [__Packages.com.candystand.ScoreSubmit.MD5] Frame 0
class com.candystand.ScoreSubmit.MD5
{
function MD5 () {
}
static function hex_md5(s) {
return(binl2hex(core_md5(str2binl(s), s.length * __chrsz)));
}
static function b64_md5(s) {
return(binl2b64(core_md5(str2binl(s), s.length * __chrsz)));
}
static function str_md5(s) {
return(binl2str(core_md5(str2binl(s), s.length * __chrsz)));
}
static function hex_hmac_md5(key, data) {
return(binl2hex(core_hmac_md5(key, data)));
}
static function b64_hmac_md5(key, data) {
return(binl2b64(core_hmac_md5(key, data)));
}
static function str_hmac_md5(key, data) {
return(binl2str(core_hmac_md5(key, data)));
}
static function md5_vm_test() {
return(hex_md5("abc") == "900150983cd24fb0d6963f7d28e17f72");
}
static function core_md5(x, len) {
var _local10;
var _local9;
var _local8;
var _local7;
x[len >> 5] = x[len >> 5] | (128 << (len & 31));
x[(((len + 64) >>> 9) << 4) + 14] = len;
var _local4 = 1732584193 /* 0x67452301 */;
var _local3 = -271733879;
var _local2 = -1732584194;
var _local1 = 271733878 /* 0x10325476 */;
var _local11 = x.length;
var _local5 = 0;
while (_local5 < _local11) {
_local10 = _local4;
_local9 = _local3;
_local8 = _local2;
_local7 = _local1;
_local4 = md5_ff(_local4, _local3, _local2, _local1, x[_local5 + 0], 7, -680876936);
_local1 = md5_ff(_local1, _local4, _local3, _local2, x[_local5 + 1], 12, -389564586);
_local2 = md5_ff(_local2, _local1, _local4, _local3, x[_local5 + 2], 17, 606105819);
_local3 = md5_ff(_local3, _local2, _local1, _local4, x[_local5 + 3], 22, -1044525330);
_local4 = md5_ff(_local4, _local3, _local2, _local1, x[_local5 + 4], 7, -176418897);
_local1 = md5_ff(_local1, _local4, _local3, _local2, x[_local5 + 5], 12, 1200080426);
_local2 = md5_ff(_local2, _local1, _local4, _local3, x[_local5 + 6], 17, -1473231341);
_local3 = md5_ff(_local3, _local2, _local1, _local4, x[_local5 + 7], 22, -45705983);
_local4 = md5_ff(_local4, _local3, _local2, _local1, x[_local5 + 8], 7, 1770035416);
_local1 = md5_ff(_local1, _local4, _local3, _local2, x[_local5 + 9], 12, -1958414417);
_local2 = md5_ff(_local2, _local1, _local4, _local3, x[_local5 + 10], 17, -42063);
_local3 = md5_ff(_local3, _local2, _local1, _local4, x[_local5 + 11], 22, -1990404162);
_local4 = md5_ff(_local4, _local3, _local2, _local1, x[_local5 + 12], 7, 1804603682);
_local1 = md5_ff(_local1, _local4, _local3, _local2, x[_local5 + 13], 12, -40341101);
_local2 = md5_ff(_local2, _local1, _local4, _local3, x[_local5 + 14], 17, -1502002290);
_local3 = md5_ff(_local3, _local2, _local1, _local4, x[_local5 + 15], 22, 1236535329);
_local4 = md5_gg(_local4, _local3, _local2, _local1, x[_local5 + 1], 5, -165796510);
_local1 = md5_gg(_local1, _local4, _local3, _local2, x[_local5 + 6], 9, -1069501632);
_local2 = md5_gg(_local2, _local1, _local4, _local3, x[_local5 + 11], 14, 643717713);
_local3 = md5_gg(_local3, _local2, _local1, _local4, x[_local5 + 0], 20, -373897302);
_local4 = md5_gg(_local4, _local3, _local2, _local1, x[_local5 + 5], 5, -701558691);
_local1 = md5_gg(_local1, _local4, _local3, _local2, x[_local5 + 10], 9, 38016083);
_local2 = md5_gg(_local2, _local1, _local4, _local3, x[_local5 + 15], 14, -660478335);
_local3 = md5_gg(_local3, _local2, _local1, _local4, x[_local5 + 4], 20, -405537848);
_local4 = md5_gg(_local4, _local3, _local2, _local1, x[_local5 + 9], 5, 568446438);
_local1 = md5_gg(_local1, _local4, _local3, _local2, x[_local5 + 14], 9, -1019803690);
_local2 = md5_gg(_local2, _local1, _local4, _local3, x[_local5 + 3], 14, -187363961);
_local3 = md5_gg(_local3, _local2, _local1, _local4, x[_local5 + 8], 20, 1163531501);
_local4 = md5_gg(_local4, _local3, _local2, _local1, x[_local5 + 13], 5, -1444681467);
_local1 = md5_gg(_local1, _local4, _local3, _local2, x[_local5 + 2], 9, -51403784);
_local2 = md5_gg(_local2, _local1, _local4, _local3, x[_local5 + 7], 14, 1735328473);
_local3 = md5_gg(_local3, _local2, _local1, _local4, x[_local5 + 12], 20, -1926607734);
_local4 = md5_hh(_local4, _local3, _local2, _local1, x[_local5 + 5], 4, -378558);
_local1 = md5_hh(_local1, _local4, _local3, _local2, x[_local5 + 8], 11, -2022574463);
_local2 = md5_hh(_local2, _local1, _local4, _local3, x[_local5 + 11], 16, 1839030562);
_local3 = md5_hh(_local3, _local2, _local1, _local4, x[_local5 + 14], 23, -35309556);
_local4 = md5_hh(_local4, _local3, _local2, _local1, x[_local5 + 1], 4, -1530992060);
_local1 = md5_hh(_local1, _local4, _local3, _local2, x[_local5 + 4], 11, 1272893353);
_local2 = md5_hh(_local2, _local1, _local4, _local3, x[_local5 + 7], 16, -155497632);
_local3 = md5_hh(_local3, _local2, _local1, _local4, x[_local5 + 10], 23, -1094730640);
_local4 = md5_hh(_local4, _local3, _local2, _local1, x[_local5 + 13], 4, 681279174);
_local1 = md5_hh(_local1, _local4, _local3, _local2, x[_local5 + 0], 11, -358537222);
_local2 = md5_hh(_local2, _local1, _local4, _local3, x[_local5 + 3], 16, -722521979);
_local3 = md5_hh(_local3, _local2, _local1, _local4, x[_local5 + 6], 23, 76029189);
_local4 = md5_hh(_local4, _local3, _local2, _local1, x[_local5 + 9], 4, -640364487);
_local1 = md5_hh(_local1, _local4, _local3, _local2, x[_local5 + 12], 11, -421815835);
_local2 = md5_hh(_local2, _local1, _local4, _local3, x[_local5 + 15], 16, 530742520);
_local3 = md5_hh(_local3, _local2, _local1, _local4, x[_local5 + 2], 23, -995338651);
_local4 = md5_ii(_local4, _local3, _local2, _local1, x[_local5 + 0], 6, -198630844);
_local1 = md5_ii(_local1, _local4, _local3, _local2, x[_local5 + 7], 10, 1126891415);
_local2 = md5_ii(_local2, _local1, _local4, _local3, x[_local5 + 14], 15, -1416354905);
_local3 = md5_ii(_local3, _local2, _local1, _local4, x[_local5 + 5], 21, -57434055);
_local4 = md5_ii(_local4, _local3, _local2, _local1, x[_local5 + 12], 6, 1700485571);
_local1 = md5_ii(_local1, _local4, _local3, _local2, x[_local5 + 3], 10, -1894986606);
_local2 = md5_ii(_local2, _local1, _local4, _local3, x[_local5 + 10], 15, -1051523);
_local3 = md5_ii(_local3, _local2, _local1, _local4, x[_local5 + 1], 21, -2054922799);
_local4 = md5_ii(_local4, _local3, _local2, _local1, x[_local5 + 8], 6, 1873313359);
_local1 = md5_ii(_local1, _local4, _local3, _local2, x[_local5 + 15], 10, -30611744);
_local2 = md5_ii(_local2, _local1, _local4, _local3, x[_local5 + 6], 15, -1560198380);
_local3 = md5_ii(_local3, _local2, _local1, _local4, x[_local5 + 13], 21, 1309151649);
_local4 = md5_ii(_local4, _local3, _local2, _local1, x[_local5 + 4], 6, -145523070);
_local1 = md5_ii(_local1, _local4, _local3, _local2, x[_local5 + 11], 10, -1120210379);
_local2 = md5_ii(_local2, _local1, _local4, _local3, x[_local5 + 2], 15, 718787259);
_local3 = md5_ii(_local3, _local2, _local1, _local4, x[_local5 + 9], 21, -343485551);
_local4 = safe_add(_local4, _local10);
_local3 = safe_add(_local3, _local9);
_local2 = safe_add(_local2, _local8);
_local1 = safe_add(_local1, _local7);
_local5 = _local5 + 16;
}
var _local13 = Array(_local4, _local3, _local2, _local1);
return(_local13);
}
static function md5_cmn(q, a, b, x, s, t) {
var _local1 = safe_add(bit_rol(safe_add(safe_add(a, q), safe_add(x, t)), s), b);
return(_local1);
}
static function md5_ff(a, b, c, d, x, s, t) {
return(md5_cmn((b & c) | ((~b) & d), a, b, x, s, t));
}
static function md5_gg(a, b, c, d, x, s, t) {
return(md5_cmn((b & d) | (c & (~d)), a, b, x, s, t));
}
static function md5_hh(a, b, c, d, x, s, t) {
return(md5_cmn((b ^ c) ^ d, a, b, x, s, t));
}
static function md5_ii(a, b, c, d, x, s, t) {
return(md5_cmn(c ^ (b | (~d)), a, b, x, s, t));
}
static function core_hmac_md5(key, data) {
var _local2 = str2binl(key);
if (_local2.length > 16) {
_local2 = core_md5(_local2, key.length * __chrsz);
}
var _local3 = Array(16);
var _local4 = Array(16);
var _local1 = 0;
while (_local1 < 16) {
_local3[_local1] = _local2[_local1] ^ 909522486;
_local4[_local1] = _local2[_local1] ^ 1549556828;
_local1++;
}
var _local5 = core_md5(_local3.concat(str2binl(data)), 512 + (data.length * __chrsz));
return(core_md5(_local4.concat(_local5), 640));
}
static function safe_add(x, y) {
var _local1 = (x & 65535) + (y & 65535);
var _local2 = ((x >> 16) + (y >> 16)) + (_local1 >> 16);
return((_local2 << 16) | (_local1 & 65535));
}
static function bit_rol(num, cnt) {
return((num << cnt) | (num >>> (32 - cnt)));
}
static function str2binl(str) {
var _local2 = Array();
var _local3 = (1 << __chrsz) - 1;
var _local4 = str.length * __chrsz;
var _local1 = 0;
while (_local1 < _local4) {
_local2[_local1 >> 5] = _local2[_local1 >> 5] | ((str.charCodeAt(_local1 / __chrsz) & _local3) << (_local1 & 31));
_local1 = _local1 + __chrsz;
}
return(_local2);
}
static function binl2str(bin) {
var _local2 = "";
var _local3 = (1 << __chrsz) - 1;
var _local4 = bin.length * 32;
var _local1 = 0;
while (_local1 < _local4) {
_local2 = _local2 + String.fromCharCode((bin[_local1 >> 5] >>> (_local1 & 31)) & _local3);
_local1 = _local1 + __chrsz;
}
return(_local2);
}
static function binl2hex(binarray) {
var _local2 = (__hexcase ? "0123456789ABCDEF" : "0123456789abcdef");
var _local4 = "";
var _local5 = binarray.length * 4;
var _local1 = 0;
while (_local1 < _local5) {
_local4 = _local4 + (_local2.charAt((binarray[_local1 >> 2] >> (((_local1 & 3) * 8) + 4)) & 15) + _local2.charAt((binarray[_local1 >> 2] >> ((_local1 & 3) * 8)) & 15));
_local1++;
}
return(_local4);
}
static function binl2b64(binarray) {
var _local8 = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
var _local5 = "";
var _local6 = binarray.length * 4;
var _local7 = 4 * _local6;
var _local1 = 0;
while (_local1 < _local6) {
var _local4 = ((((binarray[_local1 >> 2] >> (8 * (_local1 & 3))) & 255) << 16) | (((binarray[(_local1 + 1) >> 2] >> (8 * ((_local1 + 1) & 3))) & 255) << 8)) | ((binarray[(_local1 + 2) >> 2] >> (8 * ((_local1 + 2) & 3))) & 255);
_local1 = _local1 + 3;
}
var _local2 = 0;
while (_local2 < 4) {
if (((_local1 * 8) + (_local2 * 6)) > _local7) {
_local5 = _local5 + __b64pad;
} else {
_local5 = _local5 + _local8.charAt((_local4 >> (6 * (3 - _local2))) & 63);
}
_local2++;
}
return(_local5);
}
static var __hexcase = 0;
static var __b64pad = "";
static var __chrsz = 8;
}
Symbol 658 MovieClip Frame 4
if (random(4) == 1) {
gotoAndPlay ("B");
}
Symbol 658 MovieClip Frame 13
if (random(4) == 1) {
gotoAndPlay ("A");
}
Symbol 661 MovieClip Frame 1
_parent._x = _parent._x - (((_parent.Speed + random(2)) - random(2)) / 8);
if (_parent._y > 120) {
_parent._y = 120;
}
if (_parent._x < -80) {
_parent.gotoAndPlay(1);
}
Symbol 661 MovieClip Frame 2
gotoAndPlay (1);
Symbol 661 MovieClip Frame 5
gotoAndPlay(4 + random(8));
Symbol 672 MovieClip Frame 1
Speed = random(3) + 1;
this._alpha = ((random(20) + random(30)) + random(20)) + 1;
this._xscale = random(20) + 80;
this._yscale = this._xscale;
this._y = random(150) - 10;
if (random(2) == 1) {
this._xscale = this._xscale * -1;
}
if (this._x > 0) {
this._x = random(600) - 50;
} else {
this._x = random(100) + 350;
}
gotoAndStop(random(9) + 2);
Symbol 685 Button
on (press) {
_root.deleteSave();
}
Symbol 705 MovieClip Frame 1
stop();
Symbol 705 MovieClip Frame 78
if (_root.veteranplayer) {
_root.nextLevel("00A");
} else {
_root.nextLevel("INA");
}
Instance of Symbol 705 MovieClip in Symbol 712 MovieClip Frame 1
onClipEvent (keyDown) {
if (Key.isDown(32) && (this._currentframe == 1)) {
this.play();
_root.door.start(0, 1);
}
}
Symbol 712 MovieClip Frame 97
stop();
Instance of Symbol 705 MovieClip in Symbol 712 MovieClip Frame 98
onClipEvent (keyDown) {
if (Key.isDown(32) && (this._currentframe == 1)) {
this.play();
_root.door.start(0, 1);
}
}
Symbol 718 MovieClip [background_g] Frame 1
n = 0;
i = 0;
while (i < 14) {
j = 0;
while (j < 11) {
this.attachMovie("bg" + (random(14) + 1), "tile" + n, n);
this["tile" + n]._x = i * 45;
this["tile" + n]._y = j * 45;
this["tile" + n]._alpha = 30;
n++;
if ((String(_root.leveldata).charAt(1) == "1") && (random(5) == 0)) {
this.attachMovie("bg20", "tile" + n, n);
this["tile" + n]._x = i * 45;
this["tile" + n]._y = j * 45;
this["tile" + n]._alpha = 20;
n++;
}
if ((String(_root.leveldata).charAt(2) == "1") && (random(3) == 0)) {
this.attachMovie("bg21", "tile" + n, n);
this["tile" + n]._x = i * 45;
this["tile" + n]._y = j * 45;
this["tile" + n]._alpha = 60;
n++;
}
j++;
}
i++;
}
this.attachMovie("bg_world" + _root.currentworld, "tile" + n, n);
Symbol 735 MovieClip Frame 1
_parent._y = _parent._y + 15;
_parent._y = _parent._y + 2;
Symbol 735 MovieClip Frame 2
_parent._y = _parent._y + 2;
Symbol 735 MovieClip Frame 3
_parent._y = _parent._y + 2;
Symbol 735 MovieClip Frame 4
_parent._y = _parent._y + 1;
Symbol 735 MovieClip Frame 5
_parent._y = _parent._y + 1;
Symbol 735 MovieClip Frame 6
_parent._y = _parent._y + 1;
Symbol 735 MovieClip Frame 7
_parent._y = _parent._y + 1;
Symbol 735 MovieClip Frame 8
_parent._y = _parent._y + 1;
Symbol 735 MovieClip Frame 9
_parent._y = _parent._y + 1;
Symbol 735 MovieClip Frame 10
_parent._y = _parent._y + 1;
Symbol 735 MovieClip Frame 15
_parent.gotoAndStop(3);
Symbol 743 MovieClip [bat_mc] Frame 1
stop();
Instance of Symbol 742 MovieClip in Symbol 743 MovieClip [bat_mc] Frame 3
onClipEvent (load) {
gotoAndPlay(random(10));
}
Symbol 750 MovieClip Frame 1
_parent._y = _parent._y + 15;
_parent._y = _parent._y + 2;
Symbol 750 MovieClip Frame 2
_parent._y = _parent._y + 2;
Symbol 750 MovieClip Frame 3
_parent._y = _parent._y + 2;
Symbol 750 MovieClip Frame 4
_parent._y = _parent._y + 1;
Symbol 750 MovieClip Frame 5
_parent._y = _parent._y + 1;
Symbol 750 MovieClip Frame 6
_parent._y = _parent._y + 1;
Symbol 750 MovieClip Frame 7
_parent._y = _parent._y + 1;
Symbol 750 MovieClip Frame 8
_parent._y = _parent._y + 1;
Symbol 750 MovieClip Frame 9
_parent._y = _parent._y + 1;
Symbol 750 MovieClip Frame 10
_parent._y = _parent._y + 1;
Symbol 750 MovieClip Frame 15
_parent.gotoAndStop(3);
Symbol 758 MovieClip [spikedbat_mc] Frame 1
stop();
Instance of Symbol 757 MovieClip in Symbol 758 MovieClip [spikedbat_mc] Frame 3
onClipEvent (load) {
gotoAndPlay(random(10));
}
Symbol 784 MovieClip Frame 3
if (((Math.abs(_parent._x - _root.hero._x) < 18) && (Math.abs(_parent._y - _root.hero._y) < 20)) && (_root.hero.alive)) {
_root.hero.alive = false;
if (_parent._x > _root.hero._x) {
_root.hero.xspd = -4;
} else {
_root.hero.xspd = 4;
}
_root.hero.jump = true;
_root.hero.yspd = -5;
}
_root.dogbark.start(0, 1);
_root.swoosh.start(0, 1);
Symbol 784 MovieClip Frame 9
_parent.gotoAndStop(1);
Symbol 785 MovieClip [dogmummy_mc] Frame 1
stop();
Symbol 812 MovieClip Frame 21
stop();
Symbol 819 MovieClip Frame 1
if (random(3) == 0) {
_root.playZombie_s();
}
_root.spring.start(0, 1);
Symbol 819 MovieClip Frame 9
if (_parent.dir == 0) {
_parent.gotoAndStop(4);
} else {
_parent.gotoAndStop(1);
}
Symbol 825 MovieClip [fatmummy_mc] Frame 1
stop();
Symbol 837 MovieClip Frame 1
_visible = false;
Symbol 858 MovieClip Frame 6
_root.spawnExplosion((_parent._x + random(8)) - 4, (_parent._y + random(15)) - 7.5);
_root.spawnSparkle((_parent._x + random(8)) - 4, ((_parent._y + random(15)) - 7.5) - 15);
Symbol 858 MovieClip Frame 9
_root.spawnSparkle((_parent._x + random(8)) - 4, ((_parent._y + random(15)) - 7.5) - 15);
gotoAndPlay (4);
Symbol 863 MovieClip Frame 2
stop();
Symbol 864 MovieClip [hero_mc] Frame 1
stop();
Symbol 890 MovieClip [hat_mc] Frame 1
this._y = this._y + 2;
if (this._y > 600) {
this.removeMovieClip();
}
Symbol 890 MovieClip [hat_mc] Frame 5
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 8
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 10
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 12
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 13
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 14
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 16
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 18
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 21
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 25
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 29
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 32
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 34
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 36
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 37
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 38
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 40
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 42
this._y = this._y + 2;
Symbol 890 MovieClip [hat_mc] Frame 45
this._y = this._y + 2;
if (this._y > 600) {
this.removeMovieClip();
}
Symbol 899 MovieClip [death_hud_mc] Frame 70
stop();
Symbol 911 Button
on (press) {
_root.getTicket();
}
Symbol 913 MovieClip Frame 1
_root.coincount = 0;
k = 0;
while (k < _root.coincollect_array.length) {
_root.coincount = _root.coincount + _root.coincollect_array[k];
k++;
}
_root.score = Math.ceil(((_root.coincount * 2) - (_root.stats_deaths / 5)) + (_root.idolcount * 10));
if (_root.score < 0) {
_root.score = 0;
}
scorelabel = String(_root.score);
if (scorelabel.length == 1) {
scoretext.text = "SCORE: 0000" + scorelabel;
} else if (scorelabel.length == 2) {
scoretext.text = "SCORE: 000" + scorelabel;
} else if (scorelabel.length == 3) {
scoretext.text = "SCORE: 00" + scorelabel;
} else if (scorelabel.length == 4) {
scoretext.text = "SCORE: 0" + scorelabel;
} else if (scorelabel.length == 5) {
scoretext.text = "SCORE: " + scorelabel;
}
Symbol 916 MovieClip Frame 90
stop();
this._visible = false;
Symbol 930 MovieClip [hud_mc] Frame 1
function showMe() {
if (_currentframe == 50) {
gotoAndPlay (1);
} else {
gotoAndPlay (8);
}
}
function showHint(_id) {
hint_mc._visible = true;
hint_mc.gotoAndPlay(60);
hint_mc.hint.text = _root["hint_" + _id];
}
if (!_root.veteranplayer) {
stop();
_root.veteranplayer = true;
} else {
intro._visible = false;
}
if ((_root.currentlevel == "CR") || (_root.currentlevel == "EX")) {
stop();
}
Instance of Symbol 913 MovieClip "watermark" in Symbol 930 MovieClip [hud_mc] Frame 1
onClipEvent (load) {
if ((_root.currentlevel == "00") && (_root.veteranplayer)) {
this.stop();
} else if (!_root.veteranplayer) {
this._visible = false;
this.stop();
} else {
this.gotoAndStop(2);
}
}
Symbol 930 MovieClip [hud_mc] Frame 44
if (_root.currentlevel == "00") {
stop();
}
Symbol 930 MovieClip [hud_mc] Frame 50
stop();
Symbol 957 MovieClip Frame 1
_root.playZombie_s();
Symbol 957 MovieClip Frame 5
if (((Math.abs(_parent._x - _root.hero._x) < 18) && (Math.abs(_parent._y - _root.hero._y) < 20)) && (_root.hero.alive)) {
_root.hero.alive = false;
if (_parent._x > _root.hero._x) {
_root.hero.xspd = -4;
} else {
_root.hero.xspd = 4;
}
_root.hero.jump = true;
_root.hero.yspd = -5;
}
Symbol 957 MovieClip Frame 17
_parent.gotoAndStop(1);
Symbol 964 MovieClip Frame 1
_root.playZombie_s();
Symbol 964 MovieClip Frame 3
if (_parent._currentframe == 4) {
_parent.gotoAndStop(1);
}
Symbol 964 MovieClip Frame 9
_root.spawnExplosion(_parent._x, _parent._y);
Symbol 964 MovieClip Frame 14
stop();
if (_parent.spawn) {
_root["enemy" + _parent.spawnid].gotoAndPlay(1);
}
_parent.removeMovieClip();
Symbol 965 MovieClip [mummy_mc] Frame 1
stop();
Instance of Symbol 946 MovieClip in Symbol 965 MovieClip [mummy_mc] Frame 1
onClipEvent (load) {
gotoAndPlay(random(10));
}
Symbol 967 MovieClip [redmummy_mc] Frame 1
stop();
Instance of Symbol 946 MovieClip in Symbol 967 MovieClip [redmummy_mc] Frame 1
onClipEvent (load) {
gotoAndPlay(random(10));
}
Symbol 983 MovieClip [sarc_mc] Frame 2
_root.spawnExplosion(this._x, this._y);
_root.doorsqueak.start(1, 1);
Symbol 983 MovieClip [sarc_mc] Frame 13
_root.spawnExplosion(this._x, this._y - 15);
Symbol 983 MovieClip [sarc_mc] Frame 15
this.xcoord = Math.floor(this._x / 15);
this.ycoord = Math.floor((this._y - 8) / 15);
if (this.dir == 0) {
if (random(2) == 0) {
this.sdir = 1;
} else {
this.sdir = -1;
}
} else {
this.sdir = this.dir;
}
_root.spawnMummy(this.ycoord - 1, this.xcoord, this.sdir, this.id);
Symbol 983 MovieClip [sarc_mc] Frame 29
gotoAndStop (1);
Symbol 992 MovieClip [scarab_mc] Frame 12
gotoAndPlay (1);
Symbol 1005 MovieClip [bubble_mc] Frame 1
gotoAndStop(random(2) + 1);
Symbol 1014 MovieClip [dustcloud_mc] Frame 15
this.removeMovieClip();
Symbol 1031 MovieClip [explosion_mc] Frame 16
this.removeMovieClip();
Symbol 1057 MovieClip [sludgesplash_mc] Frame 21
this.removeMovieClip();
Symbol 1074 MovieClip [sparkle_mc] Frame 1
if (random(2) == 0) {
this._xscale = -100;
this._x = this._x + 15;
}
if (random(2) == 0) {
this._yscale = -100;
this._y = this._y + 15;
}
Symbol 1074 MovieClip [sparkle_mc] Frame 17
this.removeMovieClip();
Symbol 1104 MovieClip Frame 1
stop();
Symbol 1132 MovieClip Frame 199
stop();
Instance of Symbol 1127 MovieClip in Symbol 1132 MovieClip Frame 199
onClipEvent (keyDown) {
if (Key.isDown(32)) {
_parent.play();
}
}
Symbol 1132 MovieClip Frame 287
_root.coincount = 0;
k = 0;
while (k < _root.coincollect_array.length) {
_root.coincount = _root.coincount + _root.coincollect_array[k];
k++;
}
_root.maxcoins = 0;
k = 1;
while (k <= 30) {
_root.maxcoins = _root.maxcoins + _root.coin_array[k];
if (_root.coin_array[k] == 0) {
_root.maxcoins = "???";
break;
}
k++;
}
col1.text = ((((((((("Stats \n \nTotal Kills: " + _root.stats_kills) + "\nTotal Deaths: ") + _root.stats_deaths) + "\nChests Opened: ") + _root.idolcount) + "/50 \nCoins Collected: ") + _root.coincount) + "/") + _root.maxcoins) + "\n \nCongratulations on beating the game. \nCan you collect all 50 idols? The last few are tricky but can be reached. You can now access the level editor at any time by pressing the E key. Have fun making your own levels; submit your best for possible inclusion in the next game. DISCLAIMER: The editor is not user-friendly but give it a shot anyways! (It's what we used)";
Symbol 1132 MovieClip Frame 360
stop();
Instance of Symbol 1127 MovieClip in Symbol 1132 MovieClip Frame 360
onClipEvent (keyDown) {
if (Key.isDown(32)) {
_parent.play();
}
}
Symbol 1132 MovieClip Frame 373
stop();
_root.nextLevel("00D");