var fDesc=new Array(); fDesc[0] = "TrueBlur gives your images a more realistic looking blur than has previously been possible. Due to the unique LensFIT technology TrueBlur offers the most realistic blur on the market. TrueBlur has been designed by the award winning team of imaging scientist at FixerLabs and uses EXIF information (where present) to generate an accurate model of the lens optics. Give the selection the final touch by adding 'noise' to ensure it blends seamlessly into the final image."; 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 = ''; } }