var fDesc=new Array(); fDesc[0] = "DESK DROP is a fast paced arcade game where the objective is to match up three similar tiles by moving and rotating them vertically as they drop from the top of the game board. Quick thinking and strategy is a must to gain high scores. The game is both addictive and fun for all ages. The top ten scoreboard records the Desk Drop Champions."; 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 = ''; } }