var fDesc=new Array(); fDesc[0] = "In this game, you have a fairly simple task to put the boxes into place. To complicate matters, only one drawer can be moved. Each level is a challenging puzzle with only one solution. Finding this solution is the task. Fans of interesting puzzles will find 40 difficult levels. It won't be an easy task!
-Pixel graphics
-Lazy gameplay
-40 levels
-Interesting gameplay

In this game, you have a fairly simple task to put the boxes into place. To complicate matters, only one drawer can be moved. Each level is a challenging puzzle with only one solution. Finding this solution is the task. Fans of interesting puzzles will find 40 difficult levels. It won't be an easy task!
-Pixel graphics
-Lazy gameplay
-40 levels
-Interesting gameplay"; 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 = ''; } }