var fDesc=new Array();
fDesc[0] = "AVI to Video Converter is powerful, perfect and popular video converter application, which can convert avi video file to all popular video formats such as WMV, MPEG, MOV, AVI, ASF, iPod, PSP, 3GP, MP4, Zune video format and audio format. Very user-friendly interface. All conversion processes are very easy and fast with high quality. You can use the AVI to Video converter to set the output parameters which helps you get whatever quality you want. The AVI to Video converter provides a powerful way to convert AVI to MPEG, AVI to ASF, AVI to WMV, etc. It supports multithreading and batch conversion. Download the AVI to Video Converter for free and experience the powerful functions now!";
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 = '';
}
}