var fDesc=new Array(); fDesc[0] = "Forever Artisan enables you to create and print beautiful photo books, calendars and more. It provides the ability to refine every element of the photo projects using it's powerful array of photo-editing tools, brushes, overlays, filters, stamps.

It provides design templates for every occasion - birthdays, holidays, weddings and more. You can make your photo projects and scrapbooks perfect with digital art, including themes, backgrounds, and embellishments, all created by industry-leading designers."; 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 = ''; } }