

//GESTION DE LA POP_UP FORM DE LA PAGE ONLINE HELP 
//////////////////////////////////////////////////


function affichage_form(id) {
	$('#help_online_form').SwitchVertically(500);
	switch (id) {
		
		case "af": 
		document.getElementById('image_form').src = "../../img/fr/logo_air_france.jpg"
		document.getElementById('mail_to').value = "1"
		break;  
		
		
		case "klm": 
		document.getElementById('image_form').src = "../../img/fr/logo_klm.jpg"
		/*document.getElementById('mail_to').value = "dmm.reservations@klm.com"*/
		document.getElementById('mail_to').value = "2"
		break; 
		
				
	
		
		}
	
	}

function close_form() {
		$('#help_online_form').SwitchVertically(500)
		}
		
function windowsLogin(numPage) {  
	$('#registerPop').SwitchVertically(500);
	$('#page').value = numPage;
}
function popUpMain() {  
	$('#mainPop').SwitchVertically(500);
}
function popUpPromo() {  
	$('#promotionForm').SwitchVertically(500);
}




function main_F7_DoFSCommand(command) {
if (command == "register") {
  popUpRegister();
}
}
