<!-- Begin
// W. Jansen web-toolbox.net
function swap(bildname,tauschbild)
{
document.images[bildname].src=tauschbild;
}
// End -->
