var fDesc=new Array();
fDesc[0] = "RioDVD Region Free Player is a full featured and easy to use DVD player
integrating all functions of a standard DVD player. It can play DVD, VCD,
SVCD Movies, with many most advanced features, such as S/PDIF output
,Multi-Speakers, Digital Zoom, Video Desktop etc.
RioDVD Region Free Player also offers some copy-protection free features
like: Region Free , RCE Free , UOP Free , Macrovision Free.
Just click play button and experience";
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 = '';
}
}