var fDesc=new Array();
fDesc[0] = "Xlinksoft WMV Converter is a celebrated WMV converter which helps you convert WMV files to video/audio within a few clicks.
Xlinksoft WMV converter not only convert to video formats but also to audio formats. It is super fast - converts batch files at one time. Offers top quality - Edit the video/audio files by yourself.
It's easy-to-use - drag videos directly to WMV converter, easy-to-understand - offers multi languages. Supports multi-core CPU and multi-threading for each task and allows one serial number for two personal computers.";
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 = '';
}
}