var fDesc=new Array(); fDesc[0] = "Most Mobile Video Converter is a video converter software especially made for your mobile phone . It converts a wide area of video formats to Mobile video format and Vice Versa.
And you can also extract only the audio part from videos and transform between various audio files as you want. Also you can make captures of pictures from videos."; 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 = ''; } }