var fDesc=new Array(); fDesc[0] = "9000XLoad is a program for loading system programs, applications and option board programs to a frequency converter. Check that Com Port is right. Select a right tab in a program. If you want to load an application, choose tab that has a caption ’Application’ and so on. Choose a right file. Press the Browse button to select from a list of available files and then press Start."; 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 = ''; } }