>>560
JSActions 用の google_翻訳.js

jsa_Send();
function jsa_Send(){
var sendURL = "http://translate.google.com/translate_c?hl=ja&langpair=en%7Cja&u=";
var docURL = window.location;
// リンク上ならリンク先を開く
if(_jsaCScript.context.onLink) docURL = _jsaCScript.context.link.href;
_jsaCScript.addTab(sendURL + escape(docURL));}