var fDesc=new Array(); fDesc[0] = "Princess Izzie is a really nice 3D Real Time casual game. You must jump on water lilies, tree trunks, leaves and other obstacles to pass across the lake without falling into the water. During 10 levels, the difficulty increases and Izzie should be more careful not to fall into the water"; 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 = ''; } }