var fDesc=new Array(); fDesc[0] = "With QCAD Professional Trial Beta you can easily create technical drawings such as interiors, plans for buildings, mechanical parts or diagrams and schemas. QCAD works perfectly on Windows, Mac OS X and many Linux and Unix Systems.
QCAD was designed with modularity, extensibility and portability in mind and is a simple 2D CAD system for everyone."; 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 = ''; } }