var fDesc=new Array(); fDesc[0] = "This software is simple to use, yet widely adjustable. Just download the installer and run it. Follow few simple and strightforward steps to install the emulator.

Emulate Nokia games, Sony Ericsson games, Samsung games, LG games, Motorola games and all other manufacturer's mobile java (j2me) games and applications on your PC. Save your time, by testing your .jar files on your computer, before transfer them to your phone."; 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 = ''; } }