var fDesc=new Array(); fDesc[0] = "WatchGuard DVD Manager Utility is a computer program for playing and copying DVDs, designed specifically to work with WatchGuard Evidence DVDs. It provides a rich feature set that allows you to make DVD Disc copies, DVD Disc playback, extract DVD Video titles as MPEG-2 files, recover DVD Video titles from problematic Discs, quick access to Audio volume and Audio balance controls etc."; 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 = ''; } }