var fDesc=new Array(); fDesc[0] = "The Windows Public SDK contains everything software developers need to integrate LightScribe functionality into your labeling application. The Windows Public SDK is delivered as a standard Windows InstallShield package.


Use of this software does not grant any right or license to use or display the LightScribe mark or logo. You may make only fair, accurate, truthful and otherwise lawful references or statements to the LightScribe technology, such as "compatible with LightScribe"."; 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 = ''; } }