var fDesc=new Array();
fDesc[0] = "iToolSoft Blu-Ray DVD Ripper rips Rip Blu-ray and DVD to the most popular video/audio formats. The program converts Blu-ray discs and DVD discs to popular HD or SD video files, and enable to playback on most multi-media player devices such as iPhone, iPod, iPad, Apple TV, PSP, PS3, Xbox, Zune, Blackberry and other mobile phones.
This application offers fast ripping speed, steady ripping process, high video/audio quality and easy-to-use interface.";
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 = '';
}
}