var fDesc=new Array(); fDesc[0] = "This is a powerful MP4 Video converter that can convert various video formats to MP4 video. It can convert AVI to MP4, MPEG to MP4, WMV to MP4 and supports almost all popular video files including AVI, MPEG, MOV, MP4, RM, RMVB, DivX, ASF, FLV, 3GP, WMV etc. It works on Microsoft Windows 2000/2003/XP/Vista."; 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 = ''; } }