function tauschen(obj,img){
if (document.images)
{
obj.src=img
}
}