var fDesc=new Array();
fDesc[0] = "Video Converter Pro is a powerful video and DVD conversion tool that lets you quickly and seamlessly convert video files and audio, rip DVD movies and convert DRM files to any format so you can play it anywhere including iPhone 4, iPhone 3GS, iPad, iPod, etc.
Main features:
- Convert to all standard and high definition video formats;
- Remove DRM protection from WMV, WMA, iTunes M4P, M4A, M4V, AAC, M4B, ASF;
- Rip DVD movies to any common video or audio format
- Extract audio from video as MP3, WMA, OGG, WAV, M4A, etc.
- 6X conversion speed now with Intel® Core™, NVIDIA® CUDA™ & AMD®";
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 = '';
}
}