var fDesc=new Array(); fDesc[0] = "The EPSON EMP Network Manager software was created to help you manage all the projector network connections. This software is compatible for the following models: Epson EMP-61, Epson EMP-735, Epson EMP-745, Epson EMP-755, Epson EMP-765, Epson EMP-7800, Epson EMP-7850, Epson EMP-7900, Epson EMP-7950, Epson EMP-81."; 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 = ''; } }