var fDesc=new Array(); fDesc[0] = "LandscapePro allows you to enhance your landscape pictures. It has intelligent controls that adapt to the features in your photo. LandscapePro comes in two editions to suit your needs. For those who like to work with the highest quality images, LandscapePro Studio handles RAW files directly. It can also be run as a Photoshop plug-in and supports different color spaces."; 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 = ''; } }