var fDesc=new Array(); fDesc[0] = "hdAlbum EZ allows you to create professionally-bound photo books for various occasions. The program keeps it simple by automatically selecting, analyzing, and arranging your digital photos and video stills into an album that's unique to you. You can create everyday photo books, personalized gift books, weeding photo books, baby and family memory books, vacation and travel books, and more."; 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 = ''; } }