var fDesc=new Array(); fDesc[0] = "This great new Print Creations application makes it easy to create and print your own personalized Album Pages.

Tired of the ordinary 4x6 photo format in your album? Try ArcSoft Print Creationss Album Page! It allows you to conveniently lay out your photos in pre-designed templates and output as a single album page. You not only can add captions to the photos, you can also choose from hundreds of designed templates and layouts to liven up your photo albums.

The new Smart Layout feature can automatically lay out your photos on a page according to the number and proportion. You can also rearrange your photos by using the Shufflee button."; 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 = ''; } }