document.write('<select id="WLT_Tgt" onchange="WLT_SetTgt(this);" style="padding:0;height:17px;font-size:11px;vertical-align:middle;">');
document.write('<option id="WLT_ProdName" value="">Translator</option>');
document.write('<option id="WLT_Tgt_nl" value="nl">Deze pagina vertalen</option>');
document.write('<option id="WLT_Tgt_fr" value="fr">Traduire cette page</option>');
document.write('<option id="WLT_Tgt_de" value="de">Diese Seite übersetzen</option>');
document.write('<option id="WLT_Tgt_it" value="it">Traduci questa pagina</option>');
document.write('<option id="WLT_Tgt_pt" value="pt">Traduzir esta página</option>');
document.write('<option id="WLT_Tgt_es" value="es">Traducir esta página</option>');
document.write('</select>');
document.write('<a id="WLT_Link" target="_blank" href="http://www.windowslivetranslator.com/BV.aspx?ref=AddIn&a='+encodeURIComponent(document.location.href)+'">');
document.write('<img src="/Corporate/assets/img/btn_go.gif" border="0" alt="Translate this page" style="vertical-align:middle;" /></a>');
function WLT_SetTgt(elemWLTTgt)
{
	var elemWLTLink=document.getElementById('WLT_Link');
	elemWLTLink.href=elemWLTLink.href.substring(0, elemWLTLink.href.indexOf('?ref=AddIn')+10)+
		'&lp=en_'+elemWLTTgt.value+'&a='+encodeURIComponent(document.location.href);
}