var fDesc=new Array(); fDesc[0] = "AimOne ASF Converter is a powerful and easy-to-use converter, which enables you to convert ASF to AVI, WMV, MP4, PSP MP4, DVD, FLV, IPOD, MPEG-1/2, MPEG-4/H.264 video formats with high quality. It supports adding watermarks or subtitles to the videos. The converter is user-friendly thus everyone can use it to conduct ASF conversion without any guides."; 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 = ''; } }