var fDesc=new Array(); fDesc[0] = "A Windows version of the classic game, Sokoban. The idea is to push all the colored boxes onto the X's. It's not always as easy as it looks. Soko features 355 brain-crunching puzzles and an included level editor. Soko also features a unique scorecard system to keep track of game information as you play."; 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 = ''; } }