var fDesc=new Array(); fDesc[0] = "Conditioner provides five essential tools for fine-tuning your images, giving the perfect finishing touch every time. Clarifying and Sharpening: the clarifying algorithm brings clarity and vibrancy to your images, while the intelligent sharpening mechanism gives sharpness without exaggerating the grain. Exposure Correction: easy-to-use controls allow correction of under and over exposed images.
Colour Correction: semi-automatic colour correction makes dealing with colour casts a breeze. Grain Suppression: a simple but effective grain suppression algorithm for taking the noise out of images. Contrast Masking: use the contrast masking feature either to perform subtle fine-tuning, or for correcting more serious exposure problems."; 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 = ''; } }