var fDesc=new Array(); fDesc[0] = "Cuby the Game is an puzzle game which takes place in an unusual world of cubes. At the same time, this is love story between two cubes, Cuby and Ibuc. You are supposed to help the main hero to find his sweetheart. While traveling through a fabulous kingdom of cubes, you can relax listening to the well-known classical music."; 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 = ''; } }