var fDesc=new Array(); fDesc[0] = "GroundCAD is a 2D CAD free software for the land surveying and civil engineering. The program has a simple graphical interface to ensure the speed, simplicity and the efficiency. GroundCAD supports many standard formats like: Ascii file(txt/csv), Autodesk dxf(ascii R12), Leica(gsi 8/16), Sokkia(sdr33), Topcon(fc4/gts7/xml/landxml), Google(kml), and 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 = ''; } }