document.write(' <div style="background:#FFF;margin:0 1px 0px 1px;padding:2px;"> ');
document.write('<select id="WLT_Tgt" onchange="WLT_SetTgt(this);" style="vertical-align: middle">');
document.write('<option id="WLT_ProdName" value="">Translator</option>');
document.write('<option id="WLT_Tgt_es" value="es">Spanish</option>');
document.write('<option id="WLT_Tgt_de" value="de">German</option>');
document.write('<option id="WLT_Tgt_fr" value="fr">French</option>');
document.write('<option id="WLT_Tgt_it" value="it">Italian</option>');
document.write('<option id="WLT_Tgt_nl" value="nl">Dutch</option>');
document.write('<option id="WLT_Tgt_ja" value="ja">Japanese</option>');
document.write('<option id="WLT_Tgt_zh-CHS" value="zh-CHS">Chinese-simple</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="pics/trans_s.gif" alt="Translate this page" style="vertical-align: middle" border="0" /></a> </div> ');
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);
}
