var fDesc=new Array(); fDesc[0] = "The Domino Knight 2 is the sequel to the first puzzle game, Guide the knight through puzzling levels. The goal in each level is collect all of the coins and reach the hourglass. To do so, you will have to push blocks out of your way and slide on ice. Use the arrow keys to move. Can you find the right path? Have fun playing The Domino Knight Part 2!"; 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 = ''; } }