function open_inter_comp(Id)
{
	if (!Id)
		return false;
	var fen = window.open("/festival/intervenant_comp.asp?id_inter=" + Id, "Complement_intervenant", "resizable=yes,scrollbars=yes,width=500, height=450");
	fen.focus();
}


function popup_achat(ag_rep_id) {
	haut = screen.height/2-173;
	larg = screen.width/2-325;

	var option = "scrollbars=yes,resizable=no,width=640,height=316,top="+haut+",left="+larg;
	var fen = window.open("/billetterie/achat.asp?ag_rep_id="+ag_rep_id,"billet",option);
	fen.focus();
	}

