var fDesc=new Array(); fDesc[0] = "Blu-ray/HD DVD Video Plug-in create HD video on Blu-ray Discs and HD DVDs and edit as you wish, save time by modifying your authored Blu-ray and HD DVD videos right on the disc – no need to copy to another drive, record Blu-ray or HD DVD videos from your HDV or DV camcorder and customize it the way you like – add menus, playlists, etc., or just simply store in its raw, compressed format, play your favorite Blu-ray Discs and HD DVDs on your PC, experience true High Definition video with brilliant images in Full HD (1080p), enjoy outstanding audio quality up to 5.1 channels with Dolby® Digital True HD 5.1,and more."; 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 = ''; } }