var fDesc=new Array(); fDesc[0] = "LightScribe Diagnostic Utility - is a windows utility that will scan your computer and fix many common installation problems and conflicts. We suggest you run this utility first when encountering problems with your LightScribe installation. Since this utility performs system level operations, if your Windows user account does not have Administrator privileges, you will need to be logged on as Administrator, or have the Administrator password available(for Vista)."; 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 = ''; } }