var fDesc=new Array(); fDesc[0] = "SAZ 2000 – Visualization, Remote Operation and Configuration Software. The software is intended for service of devices produced by Computers & Control.
SAZ 2000 is assigned for all computers equipped with Windows 2000/XP/Vista software. SAZ 2000 software is installed either on standalone computers or on computers working within network. It is simple and easy-to-operate program."; 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 = ''; } }