﻿
	function OpenPopupInscription(url)
	{
		window.showModalDialog(url, "", "dialogHeight:500px;dialogWidth:720px;scroll:1");
	}
	
	function noRight(returnUrl)
	{
		document.location.href= Root + "Profil/Connexion.aspx?returnUrl=" + returnUrl;
	}
	
	function OpenPopupWindow(url, windowName, width, height)
	{
		window.open(url, windowName, "width=" + width + ",height=" + height + ",menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no");
	}

	function OpenPopupDossier(url)
	{
		window.open(url,'dossier','toolbar=no,width=720,height=500,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,copyhistory=yes,resizable=yes,left=10,top=25,screenX=10,screenY=25');
	}
	function popupemploi(strUrl) {
		var strUrl = Root + "emploi/affichage.aspx?idFicDoc=" + strUrl;
		w=open(strUrl,'popupemploi','width=700,height=500,scrollbars=yes,left=10,top=10,screenX=10,screenY=10,resizable=yes');	
	}