function set_image_bg(image)
{
    document.getElementById("product_info").style.backgroundImage = "#ffffff";
}
