var fDesc=new Array(); fDesc[0] = "This is an ultimate multimedia converter which can convert video and audio files, DVD movies and YouTube videos for popular multimedia devices, as well as convert to common video and audio formats. This is the first full-featured free converter.

You are able to convert video for your iPhone, iPad, PSP, Archos, Sansa, HTC, Nokia, Samsung, Sony, and other media players and mobile phones. The settings are optimized for each device, so all you need is to select the predefined profile."; 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 = ''; } }