var fDesc=new Array(); fDesc[0] = "The WSCAD 5 - Viewer enables you to view existing WSCAD diagrams on the screen provided that you do not own a WSCAD 5 version. Furthermore, you can print the set of diagrams on your printer. The Viewer also allows the integration of WSCAD diagrams in a document management system which is based on Windows.
With the viewer you obtain the right to copy and use it within your company as often as you like. Furthermore, a transmission of the WSCAD 5 - Viewer together with your circuit diagrams is permitted as far as no commercial claims are made."; 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 = ''; } }