function changeColor(color) {
    var img = document.getElementById("bike");
    img.src = "/img/products/vx-1_"+color+".jpg";
    return false;
}