var fDesc=new Array(); fDesc[0] = "Panel Builder 400 is a configuration app for ABB CP40x Series HMI products. You can view and manage project components by using the screen manager; create, modify, sort, and identify project data via the cross-references function; test projects, screens, and alarms as well as communication and controller functions via on and offline simulation; protect files and machine configurations by using global and object-specific passwords, and more."; 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 = ''; } }