var fDesc=new Array(); fDesc[0] = "2D 3D PUZZLE is a fun logic and 3D action puzzle game. It's a fast brainteaser. It has beautiful pictures, unique background music and sound, more difficult levels with less time. This game is very easy to operate but a great challenge to your brain and your mouse skills, to make new high score and beat your friend! Fun for the whole family, encourages fast logical thinking, enhances problem-solving skills.
WARNING: VERY ADDICTIVE!"; 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 = ''; } }