var fDesc=new Array(); fDesc[0] = "You can create great looking web photo albums from your digital photos and upload them on your own website with SWGSoft's freeware web photo album - powerful and simple tool to make your own stylish web albums.
With new version of AAA Web Album you can create absolutely unique web albums with your custom design or integrate photo albums generated by AAA Web Album with your website design with absolute ease."; 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 = ''; } }