function CopyToClipboard() {  CopiedTxt = document.selection.createRange();    CopiedTxt.execCommand("Copy");}
