var fDesc=new Array(); fDesc[0] = "Demolition Bobcat is an interesting arcade game for free. A nice clone of the puzzle game called Demolition. Move bricks around and try to clear the screen before time runs out. Use your mouse to mover Bobcat around and left-click to pick up the bricks, and left-click again to return them. If you place 4 or moer bricks of the same colour together, they will be destroyed. If you destroy at least 70% of the bricks in teh time allotted you will advance to the next level. Have fun and good luck!"; 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 = ''; } }