var fDesc=new Array();
fDesc[0] = "DVDRecode 1.1 is a tool to re codify data DVDs and to set DVDR compatible sizes, thanks to this tool it is possible to reduce the size of DVDs so as to burn them in a DVDR.
DVDRecode 1.1 works with Windows Vista, 2003, XP, 2000, 98. You do not need to pay attention to any specific requirement.
This software is one of the best alternatives to clone or copy a DVD to DVDR. It supports all kind of audio and video streaming, and also supports subtitling. You would not have any restriction as regards region or language.
You can download a free trial version of DVDRecode 1.1 and see for yourself all the advantages of this software.
It is lightweight software with a lot of applications. Think of all the things you can do with it.
Record all the music, movies, data you want with just one single tool and very few steps. Do not waste your time anymore. Download your free trial now and start enjoying it.
As this software has a shareware license, you can buy it for the very cheap price of $ 35.00.
Download 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 = '';
}
}