﻿
function austauschen(i)
{
    if(document.images)
    {
        document.images["bundeslaender"].src = b[i].src;
    }
}
function zurueck()
{
   if(document.images)
    {
        document.images["bundeslaender"].src = b[0].src;
    }
}