var fDesc=new Array();
fDesc[0] = "PC MP4 Converter allows you to convert between MP4, AVI, DIVX, MPEG4, 3GP, AAC, AC3, AVI, MP3, MPE, MPE, MPE, and more video and audio files.
The program provides a 'Video Effects Creator' build-in tool where you can add many video effects (Flip, Borders, Crop, Blur, and more) to your destination video files.
Also the program features: Video Joiner, Video Splitter, Camera Capture, Video Player, Linein Recorder, Burn Audio CD and Categories List.";
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 = '';
}
}