var fDesc=new Array(); fDesc[0] = "mGalaxy is a frontend to arcade, game consoles and PC emulators. You can use it to work with a lot of emulators, covering all arcade and console systems. The games cab be played using keyboard or gamepad. It can save favorite, top 10 played, and last 10 played lists."; 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 = ''; } }