var fDesc=new Array(); fDesc[0] = "Oki DIPUS Utility Suite is a free application designed to work with the ML5791eco printer from Okidata.The program includes 4 applications that provide you access to the printer settings from your computer in order to change the button settings, menu settings and also view the current status of the printer."; 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 = ''; } }