//wechseln
function wechsel(a,bild) 
{ 
window.document.images[a].src=bild; 
}


//no error
onerror = stopError;
function stopError()
{
return true;
}

