var fDesc=new Array(); fDesc[0] = "These enable the skilled user to enhance and improve the results of the automatic scan and correct operations. Correction List.The program displays a 'Correction List' that shows the location of individual click corrections. Colour Coded. Wave Corrector predicts which clicks will be the most difficult to correct (usually loud repeating clicks caused by scratches) and highlights them in the correction list. Severe clicks are shown in red, moderate ones in yellow. Display Individual Correction. Each correction is displayed in the main window overlaid on the uncorrected wave."; 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 = ''; } }