var fDesc=new Array(); fDesc[0] = "VectorWorks Viewer - allows you to view and print VectorWorks files.

With its intuitive interface and exclusive SmartCursor, you can easily create precise 2D designs that suit your unique style and graphic standards. In addition to free-form 3D Surface and Wireframe modeling tools, VectorWorks offers true Boolean operations. You can sweep or extrude existing 2D objects, or model directly in 3D and so 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 = ''; } }