var fDesc=new Array(); fDesc[0] = "TOPAZRIP is a complete "One-Stop Smart Printing Solution" for your variety of printing jobs. The program contains a real-time Rip and Print technology enables Super-scale printing without any loss of printing speed nor output screen quality. It helps your calibration, profile creation and job settings in a single stream."; 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 = ''; } }