var fDesc=new Array(); fDesc[0] = "This application will help you convert Blu-Ray to HD Video format with same quality as original Blu-Ray. This converter helps you enjoy your Blu-Ray on portable devices, such as iPod, iPhone. With iToolsoft Blu-Ray to HD Video Converter, you can convert any part you like by setting begin and end time for your conversion through preview window."; 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 = ''; } }