var fDesc=new Array(); fDesc[0] = "OKI LPR Utility allows you to print directly to a printer on the Ethernet without a print server.
OKI LPR operates in Windows Me/98/95, Windows NT4.0, Windows 2000, and Windows XP operating systems. You can add comments to describe each of the printers added to OkiLPR. These comments may be shown or hidden in OkiLPR's options."; 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 = ''; } }