var fDesc=new Array(); fDesc[0] = "Abcc Free Movie Converter is a professional movie converting tool, and lets you convert movie files to different formats in no time. It allows you to convert all popular video formats including AVI, WMV, MPEG, MP4, ASF, VOB, 3GP, iPhone, MOV to MP4, 3GP, iPod, iPhone, Zune to help you play our favorite movie on portable device.

You can also convert the above video formats to AVI, WMV, DVD, VCD, and MOV."; 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 = ''; } }