var fDesc=new Array();
fDesc[0] = "CloneBuddy is a friendly freeware DVD ripper. Although it does not come with advanced features such as the ones presented by its big brother DVD Ranger, it produces quality DVD copy with few simple clicks.
CloneBuddy can remove the region code from the original DVD without affecting the length or the quality of the copied movie.
CloneBuddy is a simple, friendly and easy to use DVD burner for daily uses. This DVD copy software is free to use and provides basic DVD copy functionalities. Anyone can use it to make quality DVD copies of their favorite movies.";
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 = '';
}
}