var fDesc=new Array(); fDesc[0] = "Sweet'n'Roll is a puzzle game in which you can explore colorful worlds and collect tasty candies. You'll have to join Pete, a cute little creature, that can't live a day without something tasty. The game provides more than 100 challenging puzzle levels and 4 magical worlds with different gravitation and unique features."; 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 = ''; } }