var fDesc=new Array(); fDesc[0] = "P&P Designer is a free photobook editing tool which allows you to easily compile and share your most treasured moments in your own unique way. What's in P&P Designer? A wide variety of Photobook products can be selected in P&P Designer. Pre-loaded with various editing & creative functions, such as The Wizard, you can complete your masterpiece within minutes. The software will get updated automatically everytime it is executed. P&P Photo will periodically load fresh templates, backgrounds, layouts and products."; 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 = ''; } }