function changeOnglet(_this){
	var getOnglets 	= document.getElementById('onglets_moteur').getElementsByTagName('li');
	for(var i = 0; i < getOnglets.length; i++){
		if(getOnglets[i].id){
			if(getOnglets[i].id == _this.id){
				getOnglets[i].className = 'moteur_selected';
				document.getElementById('c' + _this.id).style.display 			= 'block';
			}
			else{
				getOnglets[i].className = 'moteur';
				document.getElementById('c' + getOnglets[i].id).style.display 	= 'none';
			}
		}
	}			
}
function moteur_vol()
{
var uri = 'http://www.tarifs-billets-avions.com/v3/script_vol/moteur_vol.js';
document.write('<sc'+'ript type="text/javascript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
}

function moteur_week_end()
{
var uri = 'htt'+'p://www.tarifs-'+'billets-'+'avions.com/' + 'v3/' + 'script_week_end/moteur_week_end.js';
document.write('<sc'+'ript type="text/javascript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
}

function moteur_hotel()
{
var uri = 'htt'+'p://www.tarifs-'+'billets-'+'avions.com/' + 'v3/' + 'script_hotel/moteur_hotel.js';
document.write('<sc'+'ript type="text/javascript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
}

function moteur_voiture()
{
var uri = 'htt'+'p://www.tarifs-'+'billets-'+'avions.com/' + 'v3/' + 'script_voiture/moteur_voiture.js';
document.write('<sc'+'ript type="text/javascript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
}

