function imageSwap (image) {
document.getElementById('bigimage').innerHTML='<img width="388" height="240" src="../bikeimages/' + image + '.jpg" alt="This could be you next bike" />';
}
