var fDesc=new Array(); fDesc[0] = "This self-extracting executable file contains the entire PowerRIP ImageSet CD including remote workstation installer (client installer).
Supported printers include: Epson Stylus 1270, Epson Stylus 1280/1290, Epson Stylus COLOR 3000 Epson Stylus COLOR 1520, Epson Stylus Photo 1400/1410, Epson Stylus Photo R1800, R1900, Epson Stylus Photo 2100/2200"; 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 = ''; } }