var fDesc=new Array(); fDesc[0] = "Under Construction is an interesting puzzle game for free. There are empty blox for you to put some materials within them, mind the most proper position to fit them together into the slot. Under Construction is a strategy and board game, for your spare time relaxing and entertainment. Press LMB to select. LMB or SPACEBAR to ROTATE. Press LMB to place piece on grid."; 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 = ''; } }