var fDesc=new Array(); fDesc[0] = "DDP TOOLS is known as a world-wide standard file format for identifying and describing the collections of data that will be recorded into a CD disc to help manufacturers have a consistent and complete description of the input media for use in glass mastering of CD.

DDP TOOLS can directly import and playback the DDP file on a Windows PC and make it possible to reduce the error of the TOC directly edit the TOC information."; 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 = ''; } }