var fDesc=new Array(); fDesc[0] = "PhotoTools Professional Edition is the fastest and easiest way to add a professional look to your photos in Photoshop. Built jointly by working professional photographers and the photographers at onOne Software, you get over 300 professional-grade photographic effects, all wrapped up in an easy-to-use Photoshop plug-in making this the fastest and easiest way to make your photos stand out from the crowd."; 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 = ''; } }