var fDesc=new Array(); fDesc[0] = "InkQuest is an Adobe Illustrator addon that lets you control your printing output and costs. It lets you swap ink channels of all embedded vector and raster artwork in Illustrator as a Filter or live Effect. InkQuest displays a “temperature map” of your artwork based on ink coverage, clearly highlighting areas which require correction. Pre-sets allows you to quickly examine composite or individual channels for one or more target devices."; 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 = ''; } }