var fDesc=new Array(); fDesc[0] = "Diamond Puzzle is a brand new exciting mind breaker. This game requires some wit but is by no means one of those boring slow moving puzzles. Actually here you can choose your own style of play. It has two different modes to suit those who like to take their time and think ten moves ahead and those who like to fight against the time. The gameplay is about as addictive as it can get and the innovative 3D graphics will keep your mind set on playing this one on and on."; 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 = ''; } }