
function verif_frame_haut(frame_haut)
{
	if (parent.window.navig_haut.location.pathname!='/bcs/navigation_haut.html')
	{
		//alert('change frame haut');
		parent.window.navig_haut.location=(frame_haut);
	}
}

