function highlightAllWords(words, action) { // display/hide links to switch higlight on/off // if(action == '') { // hide on-link // document.getElementById('hl_on').style.display = 'none'; // document.getElementById('hl_off').style.display = 'inline'; // } // else if(action == 'hide') { // document.getElementById('hl_on').style.display = 'inline'; // document.getElementById('hl_off').style.display = 'none'; // } words_arr = words.split(" "); for (w=0;w