var fDesc=new Array(); fDesc[0] = "SWiJ FLV to All Converter can easily convert your FLV and YouTube video files to various video formats so you can play them on the popular devices like iPod, iPhone, PSP, Zune, Mobile Phones and more. The converter supports all major video and audio formats like MP4, WMV, AVI, MPG, RM, 3GP, MP3, WAV and more as the output files."; 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 = ''; } }