function changeContenthome() {
document.getElementById('bottomleft').style.backgroundImage="url(bagfly3.jpg)";
document.getElementById('bottomleft').style.backgroundPosition = "top left";
document.getElementById('bottomright').style.background ='#3d4047';
document.getElementById('topright').style.backgroundImage="url(interior_bw.gif)";
document.getElementById('topright').style.backgroundPosition = "top left";
document.getElementById('topright').innerHTML="";
document.getElementById('topleft').style.background ='#ffcc00';
document.getElementById('bottomright').innerHTML="";
}


function changeContentabout() {
document.getElementById('topright').style.backgroundImage="url(contactTR.jpg)";
document.getElementById('bottomleft').style.backgroundImage="url(bagfly7.jpg)";
document.getElementById('bottomleft').style.backgroundPosition = "top right";
document.getElementById('bottomright').style.background ='#99cc00';
document.getElementById('bottomright').innerHTML="";
document.getElementById('topleft').style.background ='#ff6600';
document.getElementById('topright').innerHTML="";
}


function changeContentinspirations() {
document.getElementById('topright').style.background ='#ffcc00';
document.getElementById('topright').innerHTML="";
document.getElementById('bottomleft').style.backgroundImage="url(bagfly6.jpg)";
document.getElementById('bottomleft').style.backgroundPosition = "top left";
document.getElementById('bottomright').style.background ='#ff6600';
document.getElementById('bottomright').innerHTML="";
document.getElementById('topleft').style.background ='#3d4047';
}

function changeContentcontact() {
document.getElementById('topright').style.backgroundImage="url(vivien.jpg)";
document.getElementById('topright').style.backgroundPosition = "top left";
document.getElementById('topright').innerHTML="";
document.getElementById('bottomleft').style.backgroundImage="url(bagfly4.jpg)";
document.getElementById('bottomleft').style.backgroundPosition = "bottom left";
document.getElementById('bottomright').style.background ='#3d4047';
document.getElementById('bottomright').innerHTML="";
document.getElementById('topleft').style.background ='#ffcc00';
}

function changeContentshop() {
document.getElementById('topright').innerHTML="";
document.getElementById('bottomright').innerHTML="";
document.getElementById('topright').style.background ='#ff6600';
document.getElementById('bottomright').style.background ='#ffcc00';
document.getElementById('topleft').style.background ='#99cc00';
document.getElementById('bottomleft').style.backgroundImage="url(bagfly2.jpg)";
document.getElementById('bottomleft').style.backgroundPosition = "top left";
document.getElementById('bottomright').innerHTML="";
}
function changeContentopen() {
document.getElementById('topright').innerHTML="";
document.getElementById('bottomright').innerHTML="";
document.getElementById('topright').style.background ='#ff6600';
document.getElementById('bottomright').style.background ='#ffcc00';
document.getElementById('topleft').style.background ='#99cc00';
document.getElementById('bottomleft').style.backgroundImage="url(bagfly2.jpg)";
document.getElementById('bottomleft').style.backgroundPosition = "top left";
}

