var fDesc=new Array(); fDesc[0] = "Creating scrapbook pages from your digital photos is fun and exciting. Scrapbook Design Studio has everything you need to make excellent and inspiring scrapbook pages quickly. This programs offers many pre–designed templates that you can use or alter them to suit your style. It also has embedded photo editing tools to fine-tune your photos or apply dazzling effects."; 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 = ''; } }