var fDesc=new Array();
fDesc[0] = "Mp4HtcHD – new easy video transcoding tool for the HTC Touch HD.
MP4HtcHD features are:
- Support for avi, mp4, wmv, mkv, mpg, m2v, mov, vob, flv
- Direct ripping from DVD.
- Adjust bitrate to resolution output video (from 250 to 800)
- Lets crop to our HD ratio aspect (5/3), and change the input video aspect ratio";
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 = '';
}
}