function loadImage1(bild) 
{
var bigimage = document.getElementById("main_bild");
with(bigimage) {
src =bild ;
}
}
