var fDesc=new Array(); fDesc[0] = "CheapestSoft Mobile Video Converter is a conversion tool that enables you to convert tons of audio and video files into files that are compatible with the most popular mobile devices, including iPhone, Zune Player, BlackBerry, cell phones, iPod and so on. Using this application you will be able to extract any video or song to your portable devices so that you can take them with you and play them whenever and wherever you are. Some of the video and audio formats this program supports are: RM, AVI, ASF, Mp3, IFO, RMVB, WAV, AAC, AVC, OGG, MPG, MPEG, Mp4 and FLV. An advantage of this application is that it allows you to convert files from one format into another with a very fast conversion speed. CheapestSoft Mobile Video Converter allows you to convert several files into a specific format all at once without losing any quality during the process. On the program's main window you will see some instructions that will let you know how to get your files converted. The program also supports sound normalization"; 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 = ''; } }