var q;
function showEmploi(id, lang) {
	var hMax = 620;
	if (screen.availHeight != undefined) hMax = Math.min(680,screen.availHeight-42);
	var lien = (lang == "fr") ? path+"html/fr/emploiInfo.php?e="+id : path+"html/en/employmentsInfo.php?e="+id ;
	q = window.open(lien,"newWin","width=890,height="+hMax+",top=0,left=0,scrollbars=1,resizable=1");
/*	try {
		if (q.focus != undefined) {
			q.focus();
		} else {
			throw lien;
		} 
	} catch(e){
		document.location.href = lien;
		switch (lang) {
			case "en":
				alert("Your browser is set to block pop-up windows.\nClick on the “Back” button to come back to the site’s content.");
				break;
			default:
			case "fr":
				alert("Votre fureteur a refusé l'ouverture d'une fenêtre.\nVeuillez cliquer sur le bouton «Précédent» pour revenir au contenu du site.");
				break;
		}
	}*/
}

function showCVForm() {
	$("#postulate").toggle("medium");
	return false;
}
