var fDesc=new Array(); fDesc[0] = "SkyAlbum Photo Gallery Builder is an easy-to-use free program that helps you create stunning flash web photo galleries with a few mouse clicks and then upload them to the SkyAlbum free web space. The program provides you with dozens of professional Flash web photo gallery themes, free web space to upload your photo gallery, and allows you to burn your Flash Slideshow to DVD or CD."; 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 = ''; } }