var fDesc=new Array(); fDesc[0] = "Convert Image to Swf is a conversion tool for converting image files including Jpg, Bmp, Gif, Tif, Wmf, Emf, Psd and Png into Swf video files. It supports batch converting multiple images files at once. The converter is easy to use and is great for displaying your images on websites. The conversion processing speed is rather fast. The utility tool is very useful for providing dynamic content on a web site. It supports adding the entire folder to convert."; 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 = ''; } }