
/* FONCTION DE REROUTAGE VERS UNE DES HOMES DE SECTION DU SITE */
function reroutage()
{
	window.location="/index2.asp";
}


/* FONCTION D'OUVERTURE DE L'A380 NAVIGATOR */
function openNavigator() {
	owa380W = screen.availWidth - 5;
	owa380H = screen.availHeight;
	owa380 = window.open('http://www.airbus.com/A380/Default1.aspx','a380navigator','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, left=0, top=0, width='+owa380W+', height='+owa380H);
	if (window.focus) owa380.focus();
}