var fDesc=new Array(); fDesc[0] = "Fast WMV/MOV to AVI/FLV/MPEG/MP4 Converter is a technical solution for converting WMV to AVI, WMV to FLV, WMV to MPEG, WMV to MP4, MOV to AVI, MOV to FLV, MOV to MPEG and MOV to MP4. It's a conversion tool which is applicable for both the inexperienced uses and the professionals. Straightforward and accessible interface allows everyone to operate this converter with ease. No technical knowledge is required to use this tool."; 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 = ''; } }