﻿/*
 *		Le Provencal Beach - Buttons Effects Language
 *									
 *		Copyright Alliance cube 2009
 */


function OverBtnLang(id) {
	if(id == 1) {
		document.getElementById('fr').src = "img/drapeaux-fr-on.png";
	}
	if(id == 2) {
		document.getElementById('en').src = "img/drapeaux-en-on.png";
	}
}

function OutBtnLang(id) {
	if(id == 1) {
		document.getElementById('fr').src = "img/drapeaux-fr-of.png";
	}
	if(id == 2) {
		document.getElementById('en').src = "img/drapeaux-en-of.png";
	}
}