var fDesc=new Array(); fDesc[0] = "Quench your puzzle solving addiction with BLOX Forever. Treat yourself to 100 levels with all new graphics, sounds, and music. Place similar colored gem blox together to remove them from the board. Remove all gem blox to solve the puzzle and get to the next level. To move and remove blox, click a blox, hold down the mouse button, and drag to the left or the right. Blox cannot be moved upwards.. Place similar blox together to remove them."; 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 = ''; } }