var fDesc=new Array(); fDesc[0] = "Convert Jpeg Gif Wmf Png to Flash is a handy and powerful conversion utility that will help you convert image files to Flash video (.SWF & .FLV). The tool supports converting a wide range of image files including JPEG, GIF, TIF, WMF, and PNG files formats in batch. The processing speed is fast and thus saves your precious time."; 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 = ''; } }