<!-- Hide script from old browsers
function bildgross_de(bild , hoehe , breite)
{
    var NewWin   = null;
    var height   = hoehe + 70;
    var width    = breite + 70;
    var settings = 'height='+height+',width='+width+',scrollbars=auto,resizable,top=10,left=10';
	
    NewWin=window.open("","Zoom",settings);
    NewWin.document.write ("<html><head><title>Vergr&ouml;sserung - "+bild+"</title></head>");
    NewWin.document.write ("<body bgcolor='#000000'>");
    NewWin.document.write ("<p align=center>");
    NewWin.document.write ("<img src='../images/"+bild+"' height='"+hoehe+"' width='"+breite+"' name='"+bild+"'>");
    NewWin.document.write ("</p>");
    NewWin.document.write ("<center><form><input type='button' value='Fenster schliessen' onClick='self.close()'>");
    NewWin.document.write ("</form></center></body></html>");
    NewWin.document.write ("</body></html>");
    NewWin.document.close();

    return false;
}
function bildgross_en(bild , hoehe , breite)
{
    var NewWin   = null;
    var height   = hoehe + 70;
    var width    = breite + 70;
    var settings = 'height='+height+',width='+width+',scrollbars=auto,resizable,top=10,left=10';
	
    NewWin=window.open("","Zoom",settings);
    NewWin.document.write ("<html><head><title>Enlargement - "+bild+"</title></head>");
    NewWin.document.write ("<body bgcolor='#000000'>");
    NewWin.document.write ("<p align=center>");
    NewWin.document.write ("<img src='../images/"+bild+"' height='"+hoehe+"' width='"+breite+"' name='"+bild+"'>");
    NewWin.document.write ("</p>");
    NewWin.document.write ("<center><form><input type='button' value='Close window' onClick='self.close()'>");
    NewWin.document.write ("</form></center></body></html>");
    NewWin.document.write ("</body></html>");
    NewWin.document.close();

    return false;
}
function bildgross_url_de(bild , hoehe , breite, url)
{
    var NewWin   = null;
    var height   = hoehe + 100;
    var width    = breite + 100;
    var settings = 'height='+height+',width='+width+',scrollbars=auto,resizable,top=10,left=10';
	
    NewWin=window.open("","Zoom",settings);
    NewWin.document.write ("<html><head><title>Vergr&ouml;sserung - "+bild+"</title></head>");
    NewWin.document.write ("<body bgcolor='#000000'>");
    NewWin.document.write ("<p align=center>");
    NewWin.document.write ("<img src='../images/"+bild+"' height='"+hoehe+"' width='"+breite+"' name='"+bild+"'>");
    NewWin.document.write ("</p>");
    NewWin.document.write ("<p align='center'><font face='Arial' size='3'><a href='http://"+url+"' target='_blank'>");
    NewWin.document.write ("<b>"+url+"</b></a></font></p>");
    NewWin.document.write ("<center><form><input type='button' value='Fenster schliessen' onClick='self.close()'>");
    NewWin.document.write ("</form></center></body></html>");
    NewWin.document.write ("</body></html>");
    NewWin.document.close();

    return false;
}
function bildgross_url_en(bild , hoehe , breite, url)
{
    var NewWin   = null;
    var height   = hoehe + 100;
    var width    = breite + 100;
    var settings = 'height='+height+',width='+width+',scrollbars=auto,resizable,top=10,left=10';
	
    NewWin=window.open("","Zoom",settings);
    NewWin.document.write ("<html><head><title>Enlargement - "+bild+"</title></head>");
    NewWin.document.write ("<body bgcolor='#000000'>");
    NewWin.document.write ("<p align=center>");
    NewWin.document.write ("<img src='../images/"+bild+"' height='"+hoehe+"' width='"+breite+"' name='"+bild+"'>");
    NewWin.document.write ("</p>");
    NewWin.document.write ("<p align='center'><font face='Arial' size='3'><a href='http://"+url+"' target='_blank'>");
    NewWin.document.write ("<b>"+url+"</b></a></font></p>");
    NewWin.document.write ("<center><form><input type='button' value='Close window' onClick='self.close()'>");
    NewWin.document.write ("</form></center></body></html>");
    NewWin.document.write ("</body></html>");
    NewWin.document.close();

    return false;
}
function bildgross2_de(bild , hoehe , breite)
{
    var NewWin   = null;
    var height   = hoehe + 70;
    var width    = breite + 70;
    var settings = 'height='+height+',width='+width+',scrollbars=auto,resizable,top=10,left=10';
	
    NewWin=window.open("","Zoom",settings);
    NewWin.document.write ("<html><head><title>Vergr&ouml;sserung - "+bild+"</title></head>");
    NewWin.document.write ("<body bgcolor='#000000'>");
    NewWin.document.write ("<p align=center>");
    NewWin.document.write ("<img src='../images/"+bild+"' height='"+hoehe+"' width='"+breite+"' name='"+bild+"'>");
    NewWin.document.write ("</p>");
    NewWin.document.write ("<center><form><input type='button' value='Fenster schliessen' onClick='self.close()'>");
    NewWin.document.write ("</form></center></body></html>");
    NewWin.document.write ("</body></html>");
    NewWin.document.close();

    return false;
}
function bildgross2_en(bild , hoehe , breite)
{
    var NewWin   = null;
    var height   = hoehe + 70;
    var width    = breite + 70;
    var settings = 'height='+height+',width='+width+',scrollbars=auto,resizable,top=10,left=10';
	
    NewWin=window.open("","Zoom",settings);
    NewWin.document.write ("<html><head><title>Enlargement - "+bild+"</title></head>");
    NewWin.document.write ("<body bgcolor='#000000'>");
    NewWin.document.write ("<p align=center>");
    NewWin.document.write ("<img src='../images/"+bild+"' height='"+hoehe+"' width='"+breite+"' name='"+bild+"'>");
    NewWin.document.write ("</p>");
    NewWin.document.write ("<center><form><input type='button' value='Close window' onClick='self.close()'>");
    NewWin.document.write ("</form></center></body></html>");
    NewWin.document.write ("</body></html>");
    NewWin.document.close();

    return false;
}
function sprach_wechsel()
{
    var site_banner = null;
    var site_inhalt = null;
    var site_haupt  = null;
    var site_teil1  = null;
    var site_lang   = null;
    var site_teil2  = null;

    site_banner = top['Banner'].document.location.href;
    site_inhalt = top['Inhalt'].document.location.href;
    site_haupt  = top['Haupt'].document.location.href;
    site_www    = site_haupt.substr(7, 3);

    if (site_www == 'www')
    {
        site_teil1 = site_haupt.substr(0, 29);
        site_lang  = site_haupt.substr(29, 2);
        site_teil2 = site_haupt.substr(31, 30);
    }
    else
    {
        site_teil1 = site_haupt.substr(0, 25);
        site_lang  = site_haupt.substr(25, 2);
        site_teil2 = site_haupt.substr(27, 30);
    }

    if (site_lang == 'de')
         { site_lang = 'en'; }
    else { site_lang = 'de'; }
	
    top['Banner'].document.location.href = site_teil1+site_lang+'/banner.htm';
    top['Inhalt'].document.location.href = site_teil1+site_lang+'/navigation.htm';
    top['Haupt'].document.location.href = site_teil1+site_lang+site_teil2;


    return false;
}
//-->