function AddLinkToDiscover(){var _1=encodeURI(window.document.location.href);var _2=encodeURI(window.document.title);var _3=encodeURIComponent(discoverGetSelText());var _4="http://discover.theiet.org/window_standalone.jsp?title="+_2+"&url="+_1+"&from=link&notes="+_3;window.open(_4,"","scrollbars,resizable=yes,width=750,height=570,left=200,top=100,status=yes,toolbar=yes,menubar=yes,location=yes");return false;}function discoverGetSelText(){var _5="";if(window.getSelection){_5=window.getSelection();}else{if(document.getSelection){_5=document.getSelection();}else{if(document.selection){_5=document.selection.createRange().text;}else{return "";}}}return _5;}