var fDesc=new Array(); fDesc[0] = "Construction Simulator 2014 is a program that gives you the chance to carry out single-handedly all the necessary steps in the construction of various types of buildings. You can take a look at the construction plans and check out the various tasks to be tackled on the different construction sites."; 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 = ''; } }