var fDesc=new Array(); fDesc[0] = "Tintii contains a set of filters and color effects that you can can apply to your photos. You can easily use the set of sliders to desaturate colors. It is also available as a Photoshop plugin. The Photoshop plugin supports Adobe Photoshop version 7 and later, and Photoshop Elements version 5 and later."; 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 = ''; } }