function imageSwap (image) {
document.getElementById('index-feature').innerHTML='<img width="390" height="390" src="' + image + '" alt="Hydr8 Board Sports" />';
}

function imageSwapProduct (image) {
document.getElementById('maincategorythumb').innerHTML='<img width="390" height="390" src="' + image + '" alt="Hydr8 Board Sports" />';
}

