var fDesc=new Array(); fDesc[0] = "Picture Collage Maker is a powerful and easy-to-use program for creating photo collages and digital scrapbooks from your digital photos to share with friends and family.
- 130+ gorgeous templates for many occasions help you create photo collages, scrapbooks, posters, invitations, calendars, and greeting cards, etc.
- Edit and personalize photo collage with tons of professional effects: clipart, frames , mask and more.
- Print directly, save as image file, set as wallpaper, and share via email."; 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 = ''; } }