var fDesc=new Array();
fDesc[0] = "Nidesoft DVD Ripper Platinum is perfect DVD rip software. This DVD converter can rip DVD to almost all popular video and audio formats. It could work as:
- DVD to MP4,
- DVD to AVI,
- DVD to MPEG,
- DVD to MP3,
- DVD to FLV...
Nidesoft DVD Ripper Platinum is the best DVD Ripping software that supports almost all portable video/audio players.
It lets you easily rip DVD to iPod movie, DVD to Zune, DVD to iPhone, and many other popular players such as: iRiver PMP Player, Creative Zen, MP4/MP3 Player,Pocket PC, PDA, and so on.";
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 = '';
}
}