var fDesc=new Array(); fDesc[0] = "AlbumCreator is an unique application to generate professional looking FLASH and HTML image galleries. It combines an incredible amount of customization, intuitive interface, instant sharing (by E-mail or FTP), possibility to enhance your photos, and more. And on the top of that we give you a great chance to be truly creative — to create stunning photo albums with an exclusive design."; 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 = ''; } }