var fDesc=new Array(); fDesc[0] = "ColorChecker Passport is a 'capture to edit' color solution for any photographer looking for more accurate, consistent color, and creative flexibility. And when you combine ColorChecker Passport with Adobe® Imaging solutions, you'll gain even greater benefits. ColorChecker Passport combines three photographic targets into one pocket size protective, self-standing case that adjusts to any scene. Together with the included camera calibration software, you get the ultimate in functionality, flexibility, and portability."; 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 = ''; } }