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