var fDesc=new Array(); fDesc[0] = "ImgBurn is the best and most compatible program for burning DVD-Videos. It is free and is continually evolving. As of version 2, DVD-Videos can be burnt to DVD without a separate tool to create a disk image first. So to complement this, "ImgBurn DVD-Video Shell Ext" is a Windows Shell Extension which gives you a context menu item to launch ImgBurn and burn your VIDEO_TS folders. Obviously you need ImgBurn installed."; 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 = ''; } }