var fDesc=new Array(); fDesc[0] = "Xilisoft Foto to Flash is a flash slideshow maker which can create dynamic flash slideshows from a dozen of photos in formats of jpg, jpeg, png, gif, bmp, tiff, xbm, xpm to SWF, XML and HTML output formats. To create personalized flash, you are enabled to add background music, make a choice from many given flash templates, adjust the orientation and display sequence of the imported photos etc. With Xilisoft Photo to Flash, your photo collections can be turned to a dynamic and vivid flash show."; 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 = ''; } }