var fDesc=new Array();
fDesc[0] = "Tutu FLV to WMV Converter is a conversion tool that can convert Flash FLV video files to WMV video files. You can watch Youtube videos and any flv videos on Windows Media Player. With an easy-to-use interface, it provides an easy and complete way to convert FLV videos in the format of WMV, FLAV FLV to WMV.
When convert video between different video scales, it comes up a problem of how to deal with the video size. Tutu FLV to WMV Converter offer a solution for converting WMV video with different video scale, from wide screen 16:9 to normal screen 4:3 or from 4:3 to 16:9.";
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 = '';
}
}