var fDesc=new Array(); fDesc[0] = "ACCON-S7-Backup is a comfortable and easy to handle software for back upping and restoring S7 programs. ACCON-S7-Backup directly uses S7 projects of the SIMATIC Manager without converting so that existing projects can easily be continued to use immediately. There is a multitude of ways of communication to communicate with the S7 PLCs."; 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 = ''; } }