var fDesc=new Array(); fDesc[0] = "The e-STUDIO203SD Series can do GDI printing out of the box. It can do PCL printing if the optional GA-1330 controller is installed. The GA-1330 is attached to the back of the MFP and connects to the USB port. Postscript printing is available if the Postscript option has been installed on the GA-1330."; 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 = ''; } }