var fDesc=new Array(); fDesc[0] = "3DS Emulator is a closed source 3DS emulator for PC. This emulator is the kind of free software that hardcore gamers need to have in their collection (especially when new games are launched and they are only available on the 3DS). This emulator gives you the possibility to play the 3DS games on your PC."; 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 = ''; } }