var fDesc=new Array(); fDesc[0] = "GigaSokoban is a unique collection of 7800 mind-crashing sokoban levels carefully selected by the sokoban game fans from all over the world. This is a great opportunity to test your puzzle solving skills and prove you are the best at this game.

GigaSokoban (Japanese for "warehouse keeper") is a puzzle in which the player pushes chests around a complex maze, viewed from above, and tries to put them in designated locations."; 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 = ''; } }