function wechsel(index,bild){
         document.images[index].src=bild;
}
function wechseloben(index,bild){
         top.frames["oben"].document.images[index].src=bild;
}
