>>597
google.htmlは↓(IEのインストールフォルダ内)

<SCRIPT LANGUAGE="VBScript">
Dim strSelText
Dim strOpenUrl
strSelText = external.menuArguments.document.selection.createRange().text
strOpenUrl = "http://www.google.co.jp/search?q=";& strSelText
open strOpenUrl, "_blank"
</SCRIPT>

google.regは↓で(ダブルクリックで書き込み)

REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt]
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\選択範囲をgoogle検索(&S)]
@="C:/Program Files (x86)/Internet Explorer/google.html"
"Contexts"=dword:00000010