var fDesc=new Array(); fDesc[0] = "UFO Sokoban 3D is a 3-dimensional version of the classic logic game. The goal of the game is to push all the boxes into the specified positions. Over 52 levels available. Enjoy 3D graphic effects and wonderful music. Unleash the power of your video accelerator and bring the stunning graphics to your computer. This game is one of the best logic strategy games. Good fun for all the family."; 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 = ''; } }