function swapBTN(nom,path,lng,etat,format){
	document[nom].src = path+'images/'+lng+'/'+nom+'_'+etat+'.'+format;
}

function swapThumb(nom,path,etat){
	document[nom].src = path+'images/'+nom+'_'+etat+'.jpg';
}

function verifierDispo(lng){
	vMois = document.dispo_form_m.mois.options[document.dispo_form_m.mois.selectedIndex].value;
	vAnnee = document.dispo_form_a.annee.options[document.dispo_form_a.annee.selectedIndex].value
	window.location = 'http://www.chateaulesbeaulne.com/'+lng+'/chalets/calendrier.php?current_date='+vAnnee+'-'+vMois+'-01';
}

function cinqAns(){
	d = new Date();
	aa = d.getYear();
	n = 5;
	for(i=0; i<n; i++){
		document.write('<option value=\"'+eval(aa+i)+'\">'+eval(aa+i)+'</option>');
	}
}
