var fDesc=new Array(); fDesc[0] = "Nidesoft FLV to AVI Converter is a video converter tool which can convert FLV video to AVI format. At the same time, tfin program converts flash FLV files to MP3 format, in order to get the sound out of a video clip. With the help of this application, you could easily convert your favorite movie of flv format to many other video and audio or to play on your portable devices like iPod, Zune, iPhone, etc."; 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 = ''; } }