var fDesc=new Array(); fDesc[0] = "Altdo MOV to AVI WMV DVD Converter&Burner is a powerful application for MOV format files conversion. It can quickly and safely convert your MOV files to another format, and burn them to D-VD discs It can convert any MOV files to A-VI, DIVX, XVID, VCD, SVCD, DVD, MPE-G-1, MPEG-2, WMV format etc. It provides a professional and nobby interface. It is a professional MOV Converter."; 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 = ''; } }