document.write('<script type="text/javascript" charset="utf-8">');
document.write('function google_trans(){');
document.write('  var dir = document.otherlang.lang.value;');
document.write('  var url = "http://translate.google.com/translate?u="+escape(location.href)+"&ie=UTF8&sl=ja&tl="+dir;');
document.write('  window.open(url);');
document.write('}');
document.write('</script>');
document.write('<div id="otherlang_div">');
document.write('<form name="otherlang">');
document.write('<select name="lang">');
document.write('<option value="en" selected="selected">English</option>');
document.write('<option value="fr">French</option>');
document.write('<option value="de">German</option>');
document.write('<option value="it">Italian</option>');
document.write('<option value="ko">Korean</option>');
document.write('<option value="es">Spanish</option>');
document.write('</select> <input type="button" value="translate" onclick="google_trans()">');
document.write('</form></div>');
