var fDesc=new Array(); fDesc[0] = "A-PDF Flash SlideShow Publisher is a slideshow publishing tool which provides you an easy way to add dynamic slideshows and photo galleries to your web site. You can use it to send your holiday wishes, upload to websites with SWF, XML and HTML as output formats. No flash or program skills are required."; 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 = ''; } }