var fDesc=new Array(); fDesc[0] = "Excellent and easy-to-use program which helps you convert video to FLV files. With this professional conversion tool, you can convert video to FLV format. The program supports various video formats and it can convert AVI to FLV, WMV to FLV, MPEG to FLV, MP4 to FLV, iPhone to FLV, 3GP to FLV. Download this video to FLV converter software for free and convert your video files to FLV format to enjoy your favorite videos with your friends and family!"; 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 = ''; } }