function bande_annonce_efface(Action)
{

	if ( Action == "EFFACER")
	{
		document.getElementById('bande_annonce').style.visibility	= 'hidden';
	}
	else
	{
//		var Lien	= '../Prospect/TraiteProspect.php?_Option=FICHE_PROSPECT_CREER';	// OK sur site, KO en local
		var Lien	= './Prospect/TraiteProspect.php?_Option=FICHE_PROSPECT_CREER';		// OK sur site et local
		window.open( Lien, 'Fiche_Prospect', 'status=no, width=960px, height=720px, directories=no, toolbar=no, location=no, menubar=no, scrollbars=yes, resizable=yes');
	}
}


function Masquer_bloc_identification()
{
		window.opener.document.getElementById("bloc_identification").className	= "bloc_identification_invisible";
}

//function Masquer_bloc_identification_local()
//{
//		window.document.getElementById("bloc_identification").className	= "bloc_identification_invisible";
//}


