var fDesc=new Array(); fDesc[0] = "MFME is a fruit machine emulator software. MFME is an easy to use application, simple to run once you know how. With this emulator you can run a huge variety of fruit machine games exactly the same as the fruit machines that you will find in your local pub, club, bingo hall, casino and arcade."; 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 = ''; } }