if (document.getSelection) {txt=document.getSelection()} else if (document.selection) {txt=document.selection.createRange().text;}