dummysonstiges=new Image()
dummysonstiges.src="images/sonstiges.jpg" //Startbild sonstiges


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

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

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

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

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

function wechselsonstiges(obj)
{
document.getElementById("sonstiges").src=obj.src
}

