function trans_german()
{
trurl=location.href; 
window.location='http://uk.babelfish.yahoo.com/translate_url?doit=done&fr=bf-badge&trurl='+trurl+'&lp=en_de';
}

function trans_spanish()
{
trurl=location.href; 
window.location='http://uk.babelfish.yahoo.com/translate_url?doit=done&fr=bf-badge&trurl='+trurl+'&lp=en_es';
}

function trans_japanese()
{
trurl=location.href; 
window.location='http://uk.babelfish.yahoo.com/translate_url?doit=done&fr=bf-badge&trurl='+trurl+'&lp=en_ja';
}