
function FotoSwitch(ImageNavn)
{
var x=document.images
x[7].src= ImageNavn
}

