var fDesc=new Array();
fDesc[0] = "Altdo RM/RMVB to AVI WMV DVD Converter&Burner is a powerful application for RM/RMVB format files conversion. It can quickly and safely convert your RM/RMVB files to another format, and burn them to DVD discs. It can convert any RM/RMVB files to AVI, DIVX, XVID, VCD, SVCD, DVD, MPEG-1, MPEG-2, WMV format etc. It provides a professional and nobby interface. It is a professional RM/-RM-VB Converter.
The trial version will imprint a watermark on the resulting video.
OS: Windows ME/2000/XP/2003 Server/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 = '';
}
}