var fDesc=new Array();
fDesc[0] = "All-in-one powerful free video converter software.High Definition Video Converter This video converter allows you to decode and encode high definition videos like MPEG2/MPEG-4 TS HD, HD WMV, FLV,MKV, AVCHD (*.m2ts, *.mts), H.264/MPEG-4 AVC, HD ASF, HD VOB, HD WMV, HD MPEG4, HD MPEG2 TS, HD MPEG2, and HD AVI. It allows you to convert MPEG, AVI, WMV, H.264/AVC, MP4, MOV, FLV, 3GP, RM, DivX, XviD and more video settings without a fuss
Convert all most popular video files to HD MP4 formats
Support batch conversion
Very easy to use";
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 = '';
}
}