var fDesc=new Array(); fDesc[0] = "Enhanced Laser Printing is an intelligent, modular, scalable and very efficient Output Management System. One of the main objectives of ELP is the easy usage and the very short training period.ELP offers different possibilities to enhance and modify the printer data stream without interfering with existing processes. One of the main objectives of ELP is the easy usage and the very short training period."; 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 = ''; } }