function German()
{
v_url=document.location.href
x1=v_url.substring(0,v_url.length-6)
{
parent.document.location.href=x1+".htm"
}
}