var fDesc=new Array(); fDesc[0] = "Blue-Cloner Diamond enables you to copy, burn, and convert Blu-ray movies with ease. It has all the features of Blue-Cloner plus the ability to burn data/video files to DVD or Blu-ray discs and to rip Blu-ray movies to various video and audio formats to enjoy them on popular media devices. It enables you to copy Blu-ray movies to blank Blu-ray/DVD discs or to hard disk, and convert 2D movies into 3D. Besides, you can convert video files to DVD/Blu-ray video format for playback on various DVD/Blu-ray players."; 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 = ''; } }