﻿/*
 *		Le Provencal Beach - Buttons Effects Accueil
 *									
 *		Copyright Alliance cube 2009
 */


function OverBtn(id) {
	if(id == 1) {
		document.getElementById('btn_01').src = "img/boutons/index-accueil-01-over.png";
	}
	if(id == 2) {
		document.getElementById('btn_02').src = "img/boutons/index-accueil-02-over.png";
	}
	if(id == 3) {
		document.getElementById('btn_03').src = "img/boutons/index-accueil-03-over.png";
	}
	if(id == 4) {
		document.getElementById('btn_04').src = "img/boutons/index-accueil-04-over.png";
	}
	if(id == 5) {
		document.getElementById('btn_05').src = "img/boutons/index-accueil-05-over.png";
	}
	if(id == 6) {
		document.getElementById('btn_06').src = "img/boutons/index-accueil-06-over.png";
	}
	if(id == 7) {
		document.getElementById('btn_07').src = "img/boutons/index-accueil-07-over.png";
	}
}

function OutBtn(id) {
	if(id == 1) {
		document.getElementById('btn_01').src = "img/boutons/index-accueil-01.png";
	}
	if(id == 2) {
		document.getElementById('btn_02').src = "img/boutons/index-accueil-02.png";
	}
	if(id == 3) {
		document.getElementById('btn_03').src = "img/boutons/index-accueil-03.png";
	}
	if(id == 4) {
		document.getElementById('btn_04').src = "img/boutons/index-accueil-04.png";
	}
	if(id == 5) {
		document.getElementById('btn_05').src = "img/boutons/index-accueil-05.png";
	}
	if(id == 6) {
		document.getElementById('btn_06').src = "img/boutons/index-accueil-06.png";
	}
	if(id == 7) {
		document.getElementById('btn_07').src = "img/boutons/index-accueil-07.png";
	}
}