var fDesc=new Array(); fDesc[0] = "3DPageFlip for Album allows you to make cool flipalbums with 3D Flipping Effect in minutes. You can also create collages, scrapbooks, posters, invitations and greeting cards, and convert them to digital photo flip albums that look like real photo flipalbums and complete with page-flipping action. Just using lots of beautiful templates, you can add your photos, titles, photo frames, animation effects, etc."; 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 = ''; } }