var fDesc=new Array();
fDesc[0] = "Digital Media Converter is the most stable and comprehensive multi-format video converter available. Now, you can effectively organize and convert your media files into AVI, 3GP, QuickTime MOV, FLV, DV-AVI, MPEG-1, MPEG-2 (NTSC, PAL), WMV, WAV, MP3, Ogg Vorbis (OGG) and WMA file formats. Its easy-to-use graphical interface allows you to effortlessly convert video files for FREE!
You can transform your video or audio files into a special streaming format to play on a web site. Convert thousands of files using the program's "Batch Conversion" feature by selecting a group of files or entire folders and convert them all in one run.";
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 = '';
}
}