var fDesc=new Array(); fDesc[0] = "DreamCollage Studio is a powerful, feature-rich, but highly convenient and customizable digital photo collage software

that will efficiently change your digital photos into art. DreamCollage Studiolets you create amazing photo collage, creative

scrapbooking layouts with a few clicks. With DreamCollage Studio you can turns ordinarydigital photos and texts into personalized photo collage either quickly and easily. DreamCollage Studio edit photo collage with resources such as photo frames, mask effects, cliparts, stylized props and texts."; 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 = ''; } }