var fDesc=new Array(); fDesc[0] = "Web Photo Pro is the excellent utility for anyone who wants to arrange and manage all their digital images on the web, quickly and effortlessly. Arrange all your favorite images by creating web albums in just few minutes. The tool provides FTP facility for quick upload of single album or all the albums. Create amazing, eye catching static photo albums and upload them on the web. You can systematize albums, photo galleries, photo workspaces; automatically arrange images in multiple thumbnail sizes; resize images in different sizes, compress and modify them as per your choice, with Web Photo Pro. It includes built in customizable skin, quick photo search option, various preferences, EXIF data handling and much more. With many advances features, the software allows you to select skin style and color scheme, copy built in skins to the desk, format gallery pages, image pages and album pages, add a creative common license to photos, give a title, write description, add tags, date, use RSS and photo RSS settings, and so on."; 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 = ''; } }