var fDesc=new Array(); fDesc[0] = "PhotoSelector helps you to sort pictures, delete the less fortunate shots or compare photos taken with different settings using the EXIF info stored in jpg. PhotoSelector will help you to pick, resize, attach and spread files in a number of emails. It offers a quick and easy method (one-click mainly) to select and rotate (if your camera does not write the correct EXIF for Orientation) your digital photos."; 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 = ''; } }