function mise_a_jour_navigateur(){
    if ( navigator.userAgent.indexOf('MSIE 6') != -1 || navigator.userAgent.indexOf('MSIE 7') != -1){
        AfficherPopup('Navigateur)';
	}else{
       
	}
		
}

window.onload = function() {
	mise_a_jour_navigateur();
}


