var fDesc=new Array(); fDesc[0] = "Preserve precious memories with version 5.0 of America's #1 best-selling scrapbook software. Scrapbook Factory Deluxe 5.0 offers the ultimate collection of 6,500+ exclusive templates as well as 75,000+ beautiful graphics and 6,000+ photorealistic embellishments sure to capture the excitement of any occasion. You'll also be able to create spectacular CD Photo Scrapbooks you can watch on TV, and as an added bonus, personalized photo calendars!"; 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 = ''; } }