var fDesc=new Array(); fDesc[0] = "Interface for adjusting plotter parameters for the 600Ae, 600AeX, 28Ae, Stylist Ae, Studio A, 200 System, 300 System, 350HF System, 100 System, SmarTrac I/S, SmarTrac Contour, and CrystalPress.
Copy the file to the PC connected to the plotter and run it by double-clicking it. Follow the on screen directions to complete the installation. The equipment User Guide has directions for using the Control Center."; 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 = ''; } }