// Id: bildval.js
// Javascript väljer bild

function goto_bild(object)
{
    window.location.href = object.options[object.selectedIndex].value;
}