var fDesc=new Array(); fDesc[0] = "Manage all your NCH Software applications from the one source.
The NCH Software Toolbox is a project launcher with the ability to access all NCH Software applications. Utilizing our 'Install on Demand' feature, the NCH Toolbox will seamlessly guide users of any skill level through the features of our many software applications. From recording phone calls, to burning CD's, the Toolbox holds the tools necessary to complete any task.

A link to the Toolbox can be found on the right of the toolbar in all newly updated NCH Software Applications. Once you have launched the Toolbox, all you have to do is select the desired task and the corresponding application starts automatically. If you have not yet installed the required application, our 'Install on Demand' capabilities will download the program for you."; 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 = ''; } }