var fDesc=new Array();
fDesc[0] = "DoremiSoft released a free AVI to MP4 Converter recently!
Doremisoft Free AVI to MP4 Converter a quickly media converter that can convert AVI to MP4 format. As a free AVI to MP4 Converter, it is very easy to use and has super fast converting speed.
The freeware can also be used as a video player when conversion. With it, you can enjoy your favorite videos on the portable video device anywhere and anytime.
Have a try, you'll probably like this program for its ease of use and flexibility. What's more, it is so easy to use that whether you are a professional or a beginner, you can use it without any problems! You can enjoy lifetime FREE technical support and FREE upgrade. Just try it 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 = '';
}
}