var fDesc=new Array();
fDesc[0] = "Full Video Converter 9 is an easy to use program that lets you edit and convert video, audio, and animated images. This Total Video Converter is the best video converter software to convert between HD videos: H.264/MPEG-4 AVC, AVCHD (*.m2ts, *.mts), MKV, HD WMV, MPEG2/MPEG-4 TS HD. It can convert videos from HD to SD, convert various general video formats: AVI, MPEG-4, WMV, DivX, H.264/AVC, and extract audio and pictures from videos. Even create a video from pictures further with flexible merging/clipping/editing/splitting features.
High-Definition (HD) video encoding and decoding like AVCHD to AVI makes it possible to get stunning High-Definition videos for HD video players. Full Video Converter can turn any video/music file to be played on iPad, iPod, iPhone, Apple TV, Google Android phones, PSP, PS3, NDS, Wii, BlackBerry phone, iRiver, Creative Zen and other multimedia devices.";
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 = '';
}
}