function translate() { var posisi = document.f_googletranslator.tl.selectedIndex; var tl_value = document.f_googletranslator.tl.options[posisi].value; document.f_googletranslator.u.value = window.location.href; var google_url = 'http://translate.google.com/translate?u=' + document.f_googletranslator.u.value + '&hl=en&ie=UTF-8&sl=auto&tl=' + tl_value ; //document.f_googletranslator.submit(); window.location.href = google_url; return true; } document.write('
');