standard000 = new Image();
standard000.src = "p_kmita_installation.jpg";
hover000 = new Image();
hover000.src = "p_kmita_install_ausschnitt.jpg";

function bildwechsel(Index,Bildobjekt)
{
   	window.document.images[Index].src = Bildobjekt.src;
}
