var fDesc=new Array(); fDesc[0] = "PSS WIN-PRO programming software for PSS control systemsFull version: For project generation (failsafe and standard functions, documentation, commissioning, diagnostics)Service version: For service functions such as program download, starting and stopping the PSS control system and diagnosticsOperating system: Windows 2000 and XPProcessor: Min. Pentium III 700 MHz, recommended: Pentium IV 2 GHzHard drive with 700 MByte of available disk spaceMin. 500 MByte RAMGraphics card min. 1024x768 pixels, 65 536 coloursMin. 4x CD-ROM User interface: German, English, French, SpanishProgramming languages: IL, LD, FBD (selectable)Order guidelines: Please order the demo version plus one of the licences for the full version or one of the licences for the service version."; 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 = ''; } }