var fDesc=new Array(); fDesc[0] = "T-Seps is an automated color separation plug-in for Adobe Photoshop. T-Seps is easy to use. Simply click a button and watch it create high-end channel separations in Photoshop. Take a few minutes to do minor tweaks and final adjustments and print film. The job proofs on the monitor the way it will print with dot-gain applied so there is no guessing"; 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 = ''; } }