var fDesc=new Array(); fDesc[0] = "This great new Print Creations application makes it easy to create and print your own personalized photo books. The easiest application to create a professional photo book, within no more than 3 steps. Abundant professionally-designed templates and themes, as well as the easy-to-use workflow, enabling users to create one-of-a-kind photo books featuring their own digital pictures in minutes."; 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 = ''; } }