var fDesc=new Array(); fDesc[0] = "If you have a digital camera and you want to share your pictures online, this amazing software will help you convert your images into a web gallery. With Web Album Maker, you can easily design your page layout and adjust image properties and thumbnail effects. With clicks, Web Album Maker creates HTML photo albums, JPEG thumbnails, and CSS for your online photo albums. It can create thumbnails of your photos and display them in index pages in HTML. It can also produce slide shows of your photos for easy navigation. Some people like online photo-sharing services such as Flickr or PBase, some prefer to create their own albums on their own sites. Web Album Maker is a unique software tool to help build online photo albums which meet all these users' requirements. Computer users who are looking for a powerful, simple utility to create their own web photo albums may find this one of the best choices available. Web Album Maker is a powerful and easy-to-use tool to create picture galleries from digital photos and pictures."; 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 = ''; } }