var fDesc=new Array(); fDesc[0] = "It allows you to connect & drive nearly every plotter on your computer. It doesn't matter if you are running windows 2000, XP, NT4 or if you are still using windows 98. But ProCutZ+ Pro is doing much more for you than that. For those of you who are working in sign making using their plotter also for vinyl cutting ProCutZ+ has an automatic high tech knife offset compensation already included to make sure, your cutouts are precise and of best quality."; 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 = ''; } }