var fDesc=new Array();
fDesc[0] = "Odin Blu-ray DVD to Windows Mobile Ripper is a Blu-ray ripper application. It can quickly convert blu-ray dvd movies to windows mobile device including Nokia phones, general mobile phones, BlackBerry phones, Pocket PC, Palm etc. It has a high output quality. It also can rip music from blu-ray disc to your windows mobile phone.
It allows you to trim and convert each chapter/title of your blu-ray DVD movie, adjust video brightness and contrast, select subtitle, choose audio track and adjust audio volume.";
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 = '';
}
}