var fDesc=new Array(); fDesc[0] = "3D Flash Slideshow Maker is a software tool for create and design 3D animated flash slideshows from photos which can be save to SWF flash/webpage and public on web!. With this tool you'll be creating stunning slideshows with background music, 3D flash effects, aminated text and more. This is the perfect tool for anyone with a digital camera who enjoys sharing their photos. It outputs 3D slide shows and albums as the Macromedia flash file format (SWF, version 9 above), which is the most compatible animation format for Internet applications. It use external image files to reduce BandFlow. No flash knowledge needed, and no programming skills required. You can simply select your pictures, apply your favorite effects to them, and even add some music to accompany your show: within one minute, an amazing flash slideshow is well done."; 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 = ''; } }