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