var fDesc=new Array(); fDesc[0] = "A classic Puzzle game originating in Japan meets a futuristic space-exploration theme!
0-G Sokoban is an interesting puzzle game, where you have to move red cubes into their designated area by pushing forward. This sounds easy, but you have to pass over obstacles in your way.
Games features:
- Enjoy 125 levels of addictive brain teasers in this fun Puzzle game.
- Test your logic and figure out how to move the cubes to their designated area.
- Use the Undo or Restart buttons if you get in a bind.
Try it now and see how you manage the cubes!"; 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 = ''; } }