var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to convert multiple GIF files to SWF videos. Simply drag and drop the GIFs you want put in the SWF and click the 'Start Converting' button to begin. There are two options: assign one GIF to one SWF file or insert multiple GIF files into a SWF video. For the SWF video option, there is textbox where you can input the number of seconds to pause between each GIF. This software will save you a great deal of time by batch-converting your many GIF 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 = ''; } }