
function notetabComment(num)
{
   var ntcomments = new Array();

   ntcomments[0] = "Disk search and replace is a wonderful thing. With it you can do search and replace without having to load the files in the editor. This can really come in handy if you want to make a change to a large number of files. You can search for and replace large chunks of text in a thousand files in two blinks of an eye."

   alert(ntcomments[num]);
}

