var fDesc=new Array(); fDesc[0] = "DVD Workshop AC-3 PowerPack is an AC-3 upgrade for DVD Workshop. With DVD Workshop AC-3, you can import AC-3 5.1 Surround Sound audio files directly into your DVD projects by either using elementary or program stream content. If you don't already have AC-3 audio files and wish to take advantage of their high compression and playback compatibility, DVD Workshop will create Stereo AC-3 files from your LPCM or WAV audio. The DVD Workshop AC-3 also includes Ulead AutoPlay, an autorun DVD playback software that you can choose to burn with your project to ensure PC playback of your DVD and Video CD disks."; 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 = ''; } }