var sprache;

///////////////////////////////////////////////////////////
function setSprache(s){
top.frames.MAINNAV.sprache=s;}

///////////////////////////////////////////////////////////

function spracheEinstellen(welche){

if(welche == "e"){
alert("This Site will be translated automatically. Please appreciate, that this might cause some strange and funny mistakes!");
document.location.href="navigation_e.html";}
else
if(welche == "f"){
alert("Cet emplacement sera traduit automatiquement. ApprŽciez svp, ce ceci pourrait causer quelques erreurs Žtranges et dr™les!");
document.location.href="navigation_f.html";}
else
if(welche == "d"){
document.location.href="navigation_d.html";}

setSprache(welche);

}
///////////////////////////////////////////////////////////

function spracheLaden(){

if((top.frames.MAINNAV.sprache=="e")||(parent.frames.MAINNAV.sprache=="e")){
//alert(document.URL+" ins Englische uebersetzen");
document.location.href="http://de.babelfish.yahoo.com/translate_url_load?lp=de_en&trurl="+document.URL;
}
if((top.frames.MAINNAV.sprache=="f")||(parent.frames.MAINNAV.sprache=="f")){
//alert(document.URL+" ins Franzoesische uebersetzen");
document.location.href="http://de.babelfish.yahoo.com/translate_url_load?lp=de_fr&trurl="+document.URL;}
}

///////////////////////////////////////////////////////////

function checkLanguage(){
if (top.frames.MAINNAV.sprache="e"){document.location.href="subheader_e.html";}
}
