<!--
function loadImage(Bild,Name)
{
  if (document.images)
    document[Name].src = Bild;
}
//-->


