

function swap_image( bild )
{
    if (document.images) {
        document['showroom_bigimage'].src = "/uploads/images/showroom/sida14/" + bild;
    }
}

