﻿if(location.pathname && location.pathname.toLowerCase().indexOf('bvframe.aspx') == -1){
document.write('&nbsp;&nbsp;');
document.write('<select id="MST_Tgt" onchange="MST_SetTgt(this);" style="vertical-align: middle">');
document.write('<option id="MST_ProdName" value="es">Traducir esta página</option>');
document.write('<option id="MST_Tgt_de" value="de" >Diese Seite übersetzen</option>');
document.write('<option id="MST_Tgt_ar" value="ar" >ترجمة هذه الصفحة</option>');
document.write('<option id="MST_Tgt_cs" value="cs" >Přeložit tuto stránku</option>');
document.write('<option id="MST_Tgt_zh-CHS" value="zh-CHS" >翻译此页</option>');
document.write('<option id="MST_Tgt_zh-CHT" value="zh-CHT" >翻譯此網頁</option>');
document.write('<option id="MST_Tgt_ko" value="ko" >번역 보기</option>');
document.write('<option id="MST_Tgt_da" value="da" >Translate this page</option>');
document.write('<option id="MST_Tgt_es" value="es" selected="selected">Traducir esta página</option>');
document.write('<option id="MST_Tgt_fr" value="fr" >Traduire cette page</option>');
document.write('<option id="MST_Tgt_el" value="el" >Μετάφραση αυτής της σελίδας</option>');
document.write('<option id="MST_Tgt_he" value="he" >תרגם דף זה</option>');
document.write('<option id="MST_Tgt_nl" value="nl" >Deze pagina vertalen</option>');
document.write('<option id="MST_Tgt_en" value="en" >Translate this page</option>');
document.write('<option id="MST_Tgt_it" value="it" >Traduci questa pagina</option>');
document.write('<option id="MST_Tgt_ja" value="ja" >このページを翻訳します</option>');
document.write('<option id="MST_Tgt_pl" value="pl" >Przetłumacz tę stronę</option>');
document.write('<option id="MST_Tgt_pt" value="pt" >Traduzir esta página</option>');
document.write('<option id="MST_Tgt_ru" value="ru" >Перевести эту страницу</option>');
document.write('<option id="MST_Tgt_sv" value="sv" >Översätt den här sidan</option>');
document.write('<option id="MST_Tgt_th" value="th" >แปลเพจนี้</option>');
document.write('</select>');
document.write('<a id="MST_Link" target="_blank" href="http://www.microsofttranslator.com/BV.aspx?ref=AddIn&lp=it_es&a='+encodeURIComponent(document.location.href)+'">');
document.write('<img src="http://www.microsofttranslator.com/static/112336/img/Go.gif" alt="Traducir esta página" style="vertical-align: middle" /></a>');
function MST_SetTgt(eMSTTgt)
{
	var eMSTLink=document.getElementById('MST_Link');
	eMSTLink.href=eMSTLink.href.substring(0, eMSTLink.href.indexOf('?ref=AddIn')+10)+
		'&lp=it_'+eMSTTgt.value+'&a='+encodeURIComponent(document.location.href);
}
}
