var fDesc=new Array(); fDesc[0] = "MELSOFT Navigator is a program that features a shared label database that automatically updates across all supported platforms. This system allows for top-down engineering, parallel development, and seamless communications. You can drastically reduce labor and increase programming productivity by focusing on the application, not the communication details and manually labeling and re-assigning every device when a change is made."; 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 = ''; } }