var fDesc=new Array(); fDesc[0] = "Submerge in the beautiful underwater world while playing your favorite type of the game. Excellent graphics, easy game play makes this puzzle one of the most addictive games made. You'll be challenged by grids from 3x3 to 16x16 and develop 3 skill levels of the game Novice, Expert and Master."; 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 = ''; } }