//Javascriptage
function MM_openBrWindow(theURL, winName, features) {
window.open(theURL, winName, features);
}

function JoesF(_img) {
document.getElementById('home').src='images/Home/'+_img;
}

function Cherry(_img) {
document.getElementById('Cherry').src='images/Home/'+_img;
}

function CherryOut(_img) {
document.getElementById('Cherry').src='images/Home/'+_img;
}