var fDesc=new Array(); fDesc[0] = "Gry o Mario it's a continuation of Gry Gry Mario fangame created by Jimmy specially for Mario City site. This is another sequel of Super Mario Adventures. Game was upgraded and the author added new bonuses but the game idea haven't been changed at all. Collect coins, mushrooms, rescue toad people and destroy castles. Download the Gry o Mario from : Gry o Mario."; 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 = ''; } }