var fDesc=new Array(); fDesc[0] = "PPSee is a wonderful tool for the novice photographers who love to share their images and photographs in creative way to their friends and beloved ones. The tool is probably best in the industry, being free and really loaded with different functionalities. It allows user to view image in the Image viewer along with facility to rename a long list in series, rotate image on logical grounds, and add description in simple text format to your image and many more like slide show. PPSee also has unique facility to add template base gallery to your photos which allows creating different kind galleries. For blogging and adding your galleries to the internet it also provides template with XHTML readiness. It also provided best options for commercial and high end users. Users can also create their own templates to be used with PPSee. PPSee makes easy to upload it to number of online tools as well as to your web pages. It also allows developers to communicate to different program interfaces using API. With PPSee, user can also save the templates created/modified and use them when ever it’s needed."; 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 = ''; } }