var fDesc=new Array(); fDesc[0] = "This software now works under Windows 95, 98, 2000 and XP. You have to download the below file, and unzip the file using Winzip or an other unzip tool, then run the Setup program from the folder DISK1 and follow the instructions.
This version of NORD CON allows parameterisation of the frequency inverters SK 200E (e.g. SK 205E, SK 215E, etc.) SK 300E, SK 500E (e.g. SK 500E, SK 510E, SK 515E, etc.), SK 700E, vector and vector mc and parameterisation of SK 200E customer units (CU4, TU4).
New functions:
Simultaneous display and editing of multiple parameter sets
New, user-friendly user interface
Comparison of parameter sets
Extended macro generator
The entire scope of functions can be used under Windows 2000, XP, Vista and 7."; 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 = ''; } }