var fDesc=new Array(); fDesc[0] = "Wincad is a powerful 2D/3D CAD program that is distributed Freeware (free) from STS for professional use, complete with a library of more than 200 symbols frequently used in the architectural drawing, electric installments and in the creation of Safety projects (L. 626 and D.L. 494)."; 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 = ''; } }