var fDesc=new Array(); fDesc[0] = "Slideshow Designer is a very creative and imaginative multimedia presentation software which creates impressive and professional quality slideshows. The software comes with a host of templates, cliparts and sound options to add to your slide show. Its easy to use design and simple step-based process builds the slide show in just a few minutes. Design, Save and Publish your slideshow or share with your friends over the internet and make your memorable moments last a lifetime with Slideshow Designer."; 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 = ''; } }