var fDesc=new Array(); fDesc[0] = "MobileVideo For 3GP is a free video conversion application developed by keronsoft. It allows you to convert your regular PC video files (avi, mpeg, etc) into the proper video format that your mobile device/cell phone understands.

MobileVideo For 3GP provides an easy and completed way to convert all of the popular video formats to 3GP Video such as converting AVI to 3GP, MPEG to 3GP, WMV to 3GP. No program supports so comprehensive video files including AVI, MPEG, WMV, MOV, MP4, RM, RMVB, DivX, ASF, VOB, 3GP, etc. In addition, MobileVideo For 3GP provides a powerful way to convert popular audio files including WAV, WMA, MP2, AC3, RA, M4A, OGG, AAC etc. to 3GP supported MP3 formats. All conversion processes are very fast and easy to handle."; 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 = ''; } }