var fDesc=new Array(); fDesc[0] = "Love of a Lifetime Sampler is a digital scrapbooking solution that provides a comprehensive powerful set of creative tools no other scrapbook software can offer. With its intuitive workspace and enhanced time-saving features, this application is perfect for a beginner to create a complete album in minutes, or to empower the design pro to build a scrapbook album masterpiece."; 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 = ''; } }