var fDesc=new Array(); fDesc[0] = "This programme allows you to convert video files into mobile formats (psp, mp4, 3gp).With our software it is possible to convert video files from ordinary PC formats to mobile files suitable for your device. Cell phones (must be able to play 3gp or mp4 files), iPod, PSP, PocketPC supported.
Key features:
Workes with Windows Vista.
Great video compression ratio.
Ultra fast conversion speed.
Support almost all popular video formats for input.
Great picture and sound quality.
Converts video to mp4 format.
Converts video to 3gp format.
Simple interface.
Free trial download.
Fully functional trial version — no nag screens and no limitations."; 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 = ''; } }