var fDesc=new Array(); fDesc[0] = "This application make it easier to create a game list for mobile emulators like Wario's Jewels, an WP7 GameBoy emulator.Specifically, the application to create an XML file containing information about the games available on the emulator, and two directories containing the Roma and the covers of the games. The XML file and the two directories must be then positioned on a file server any on the internet (without authentication)."; 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 = ''; } }