var fDesc=new Array(); fDesc[0] = "Easy Image Share lets you quickly arrange photos and images, add a caption, rotate them if necessary, then when you are ready it will resize the images and package them all into a single PDF document which you can then easily email to people, or share via a USB drive or something. The goal here was total ease of use as well as speed. Easy Image Share is not a replacment for a graphic program, but rather a nice simple tool to let you share your photos and images fast and easy."; 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 = ''; } }