var fDesc=new Array();
fDesc[0] = "AVCWare Blu-ray Ripper supports 3D Blu-ray video discs, capable of converting 3D Blu-ray video to different other 3D formats, supports 3D conversion: ordinary BD video can be converted into 3D video. AVCWare Blu-ray Ripper is the perfect tool for ripping Blu-ray movies to various video formats for playback on your Apple TV, Xbox, or mobile digital media devices. The software lets you convert blu-ray videos to High-Definition as well as Standard-Definition video files.
AVCWare Blu-ray Ripper offers a wide range of optimal ripping solutions for iPod, iPhone, Apple TV, PSP, Xbox, Zune, Wii, and other multimedia devices, enabling you to play your Blu-ray movies anywhere and anytime. Edit your Blu-ray M2TS videos by clipping, cropping, editing frame effect, adjusting subtitles, adding watermarks and much more to fully customize your videos.";
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 = '';
}
}