function swapBTN(lng,nom,etat,format){
	document["btn_"+nom].src = '/images/'+lng+'/btn_'+nom+'_'+etat+'.'+format;
}