var fDesc=new Array(); fDesc[0] = "UC-win/Road is state-of-the-art 3D urban visualization and transport modeling software. Users can manipulate dynamic 3D space, import and edit CAD data, build and texture simple block models, automatically build roads, tunnels & bridges, view multiple design alternatives in real-time, both offline and online, as well as being able to visualize and edit intelligent traffic in ways previously not possible & much more."; 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 = ''; } }