var fDesc=new Array(); fDesc[0] = "Save time by selecting only the profiles you need.
Profile Download Client allows you to quickly and easily download profiles for your printer and media. Follow the steps below to search for and download media profiles. Search by typing into one or more of the search fields. Search by Media Brand,Media Type, Ink Type, Resolution, Ink Set, and Dot Pattern. Then click Search"; 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 = ''; } }