var fDesc=new Array(); fDesc[0] = "Site3D is a fully featured software product for the engineering design of road systems and housing developments. You can quickly and accurately design whole sites including roads, junctions, roundabouts, footways, surface interfacing, contours, volumes, drainage, housing and more. Comprehensive facilities include tools for road placement in horizontal and vertical, automated junctions and roundabouts, varying carriageway width, spiral curve transitions, super-elevation, interface grading, earthworks, ponds, and drainage."; 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 = ''; } }