function pop_annonce(url) {
	//TCKID = ( typeof(NumAffilie) != 'undefined' && NumAffilie != '') ? NumAffilie : '4347';
	strURL = url; //"http://perso.mixad.com/pa/annonce/annonce_detail.asp?NUM=" + mynum + "&provenance=consultation&TCKID=AFF" + TCKID;
	strName = "detail_annonce";
	strConfig = "location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,height=600,width=750,status=no";
	windowPopupAnnonce = window.open(strURL,strName,strConfig);
	windowPopupAnnonce.focus();
}

function  pop_reseau(strURL)
{
	strName = "reseau_annonces";
	strConfig = "location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,height=600,width=750,status=no";
	
	windowPopupReseau = window.open(strURL,strName,strConfig);
	windowPopupReseau.focus();
}
