var fDesc=new Array();
fDesc[0] = "CloneDVD Studio Free WMV Converter is an easy to use yet reliable video converting solution allowing users to free convert common video files to WMV format. Also, it is a 100% free and clean program without any adware, malware, spyware and virus, etc.
Designed with intuitive interface, this perfect WMV converter freeware offers users great convenience; since batch conversion was supported, to convert more than two video at a time is also available. Being fully customer-oriented, this free WMV converter enables user to customize all video and audio parameters to make fantastic WMV movies.
Features:
1.Support to convert regular video formats to WMV easily and quickly
2.Powerful built-in video editor to clip, edit and make stylish WMV movies
3.Intuitive interface brings users convenience and helps to save more time
4.Strong compatibility to work well with Windows7/8/XP/Vista";
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 = '';
}
}