var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to convert multiple PNGs to SWF video files. Simply drag and drop the PNG file/s or folder/s you want include in the SWF and click 'Start' to begin the conversion. There are two options: assign one PNG to one SWF file or join multiple PNG files into one SWF for a video slideshow. For the SWF video slideshow, there is an option to set the number of seconds of pause between each PNG. This software will save you a great deal of time by batch-converting your many PNG files into the popular SWF format."; 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 = ''; } }