var fDesc=new Array(); fDesc[0] = "Top MP4 Video Converter is an all-in one video converter, a solution for your MP4 player. It helps you to convert MP4 to WMV, AVI, MOV, 3GP, FLV, RM, SWF, MP3, WAV, WMA, OGG, RA, etc. Top MP4 Video Converter allows you to preview the movie before conversion, snapshot the images in preview, customize the output effects, convert files in batches, etc. It also helps you to edit videos; crop, trim, merge, add watermark, and special effects."; 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 = ''; } }