var fDesc=new Array(); fDesc[0] = "With this Alfanet PC-Software Program it is possible to control, readout, set or load log data from the
connected ALFANET - units by the PC. This is only possible by connecting te PC to a ALFANET PCINTERFACE
(With display (2e-gen.) of without display (1ste-gen.) The program for the communication from the PC to the Interface works with MS Windows 95/98/2000. The program remembers where the panels are located, so when you start the program again, the panels are on the same spot as where they were when the program was closed. If you have panels which are reducible (such as MC controllers) you have to position the normal and the
reduced picture on the right spot. There is only one panel active, to activate a panel mouse click in it. The frame of the active panel turns yellow to indicate the active panel. Only the active panel can be operated."; 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 = ''; } }