var fDesc=new Array(); fDesc[0] = "Super Mario Bros Random is a unique game where really you don't know what happend in all stages, blocks are falling, backrgound clouds will change do dangerous electric enemy, bonuses like mushrooms will make you troubles by increasing our size to big Mario and blocking our characters in many places. Just try it out to find the answer for the question - what the heck is with this game."; 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 = ''; } }