var fDesc=new Array(); fDesc[0] = "Race against the clock as you madly direct the falling multi-colored triangles as they rebound of the side of the board. You must try to control the placement of the falling triangles into a yellow pyramid grid at the bottom. Fill any of the eight diagonals starting from the bottom row with the same color of triangles and you will have achieved a "DIAGGLE" to clear the board. Reach the Top Ten Scores by creating as many diaggles as you can. Warning... 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 = ''; } }