function over_button( bild )
{
    if (document.images) {
        document['swapimage'].src = "/images/front/" + bild;
    }
}

function out_button()
{
    if (document.images) {
        document['swapimage'].src = "/images/front/XDs_shop.jpg";
    }
}
