var fDesc=new Array(); fDesc[0] = "TilEd 2002 is an advanced, feature-rich tile editor with a modern state-of-the-art and easy to use GUI, who supports all sorts of tile formats: Snes, Nes, Mega Drive, Master System, Gameboy/GB Color/GB Advance, Virtua Boy, Game Gear, Neo Geo Pocket and Wonderswan, many of them even with several different tile modes. Also, it can load the color palettes in the save states from many popular emulators: Zsnes, Nesticle, No$Gmb, Boycott and Cygne. I'm sure you'll like it! ^_^
TilEd 2002 is programmed in Visual Basic 6 (unlike the old TilEd which used an old version of VB). VB 6 doesn't use the slow P-Code anymore, it compiles to native machine code, so it's much faster now - not slow at all anymore.
Mr. Click (the creator of the original TilEd) is busy absolving military services, so he handed over the code to me, Tenchi."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }