var fDesc=new Array(); fDesc[0] = "Take up hammer and trowel and slip into the role of a real construction worker. “Construction Simulator 2012” gives you the chance to carry out single-handedly all the necessary steps in the construction of various types of buildings. Use the mini excavator to dig the foundation ditch of a small garage or erect the concrete walls of the new local elementary school with your crane. Get behind the wheel of a bulldozer and compact the soil of a new parking lot or transport pallets of roofing tiles with your forklift.
Have you always dreamed of steering a telescopic crane or a flatbed truck? “Construction Simulator 2012” features a huge fleet of authentic vehicles. Use a wheel loader to lay pipes or transport supplies to your construction site on board of your truck. The realistic implementation of the vehicles’ controls and movements will delight you! Enjoy the detailed 3D reproduction and animation of environment, characters and vehicles."; 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 = ''; } }