// JavaScript Document
function swap(bildname,tauschbild)
{
document.images[bildname].src=tauschbild;
}
