var fDesc=new Array(); fDesc[0] = "Solid WMV to MP4 Video Converter is a great tool that enables you to convert WMV video format to MP4 format so you can play them on your iPod, iPhone and Apple TV.
The program can also converts other videos to MP4, such as AVI to MP4, FLV to MP4, MKV to MP4, and much more."; 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 = ''; } }