var fDesc=new Array(); fDesc[0] = "All FLV to Video Converter is to convert web videos known as Flash video (FLV) to popular videos for free video enjoying and sharing on your tech toys like iPod, iPhone, PSP, Apple TV, Zune, Xbox, Zen, DVD and 3G mobiles! It converts FLV to AVI, FLV to WMV, FLV to MPEG, FLV to 3GP, FLV to MP3, FLV to MP4, FLV to MOV, FLV to DVD, and so on!"; 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 = ''; } }