// JavaScript Document  
function popup_projets() {
    window.open('http://www.cari.fr/fondation-cari/projets.php','projets', 'resizable=no, location=no, width=750, height=500, menubar=no, status=no, scrollbars=no, menubar=no');
    }	
	
	function popup_offre(poste_id) {
    window.open('../offres-emploi-carrieres/offres_print.php?poste_id='+poste_id+'','offre', 'resizable=no, location=no, width=550, height=500, menubar=yes, status=no, scrollbars=yes, menubar=yes');
    }
	
	
	function popup_postule_offre (poste_id, ville_id, contact_id) {
	window.open('../offres-emploi-carrieres/offres-postuler.php?poste_id='+poste_id+'&ville_id='+ville_id+'&contact_id='+contact_id+'','postuler', 'resizable=no, location=no, width=950, height=700, menubar=yes, status=no, scrollbars=yes, menubar=yes');
    }
	
	function  popup_postule_sp() {
	window.open('../offres-emploi-carrieres/offres-postuler_sp.php','postuler_sp', 'resizable=no, location=no, width=950, height=700, menubar=yes, status=no, scrollbars=yes, menubar=yes');
    }
	