var rand = Math.floor ((Math.random()*4)+1);

document.getElementById('featuresMenu' + rand).className = 'featuresMenuHigh';
document.getElementById('features' + rand).className = 'show';


document.getElementById('spotMenu' + rand).className = 'spotMenuHigh';
document.getElementById('spot' + rand).className = 'show';