dummyruhezone=new Image()
dummyruhezone.src="images/ruhezone.jpg" //Startbild Stellplatz


ruhezone01=new Image()
ruhezone01.src= "images/ruhezone01.jpg"

ruhezone02=new Image()
ruhezone02.src= "images/ruhezone02.jpg"

ruhezone03=new Image()
ruhezone03.src= "images/ruhezone03.jpg"

ruhezone04=new Image()
ruhezone04.src= "images/ruhezone04.jpg"


function wechselruhezone(obj)
{
document.getElementById("ruhezone").src=obj.src
}

