var fDesc=new Array(); fDesc[0] = "WSCAD 5 is provided in modules, you can begin with the Basic version and upgrade when you wish to a higher version (Compact, Professional or Professional Plus). Diagrams which were created with a lower version can of course be continued and elaborated with the higher version, because the file format is the same for all modules.

WSCAD offers all its software tools in a logical sequence. This creates efficient workflow. If you would like to arrange your workflow differently, then simply configure your WSCAD toolbars yourself by redefining them to your particular needs.

WSCAD grows with your requirements. You only pay for what you actually use. Start with the Basic version. You can configure your WSCAD 5 exactly as you need it with convenient add-ons. If you really need additional functions, you can upgrade to the Compact or the Professional version easily and without any problems. International compatibility: WSCAD is used all around the world."; 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 = ''; } }