var fDesc=new Array(); fDesc[0] = "PhotoFrame 4.6 Professional Edition is the easiest and fastest way to add an authentic darkroom touch with a film edge or to create beautiful albums or scrapbook pages. It includes all the tools you need to find the perfect design elements, add them to your image and control details like size, color and opacity. You can even stack multiple elements to create your own designs and save them to be used inside of Photoshop, Lightroom or Aperture."; 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 = ''; } }