var fDesc=new Array(); fDesc[0] = "CSDP+ for Windows is the new generation for the former CSDP for Windows application.

The most important feature in CSDP+ is the capability to work with highway sectional templates having two different project levels at left and right side of the route’s center line. In the past, an application software was developed under DOS operating system named as "CSDP Highway 3.00" for the same purpose. All the capabilities and features of that application along with many more are added in “CSDP+ for Windows” application."; 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 = ''; } }