function majform_fr()
{
	if (window.location.host.indexOf("valid")>=0)
		{
			document.searchForm.action="http://rechercher.valid.sante.gouv.fr/rechercher-inter/recherche_baignade_fr.jsp";

		} else {
	if (window.location.host.indexOf("integ")>=0)
		{
			document.searchForm.action="http://interintra1.linux.integ.ac.intranet.sante.gouv.fr/rechercher-inter/recherche_baignade_fr.jsp";
		} else {
			document.searchForm.action="http://rechercher.sante.gouv.fr/rechercher-inter/recherche_baignade_fr.jsp";
		}
	}
	document.searchForm.submit();

};
function majform_en()
{
	if (window.location.host.indexOf("valid")>=0)
		{
			document.searchForm.action="http://rechercher.valid.sante.gouv.fr/rechercher-inter/recherche_baignade_en.jsp";

		} else {
	if (window.location.host.indexOf("integ")>=0)
		{
			document.searchForm.action="http://interintra1.linux.integ.ac.intranet.sante.gouv.fr/rechercher-inter/recherche_baignade_en.jsp";
		} else {
			document.searchForm.action="http://rechercher.sante.gouv.fr/rechercher-inter/recherche_baignade_en.jsp";
		}
	}
	document.searchForm.submit();

};
function majform_de()
{
	if (window.location.host.indexOf("valid")>=0)
		{
			document.searchForm.action="http://rechercher.valid.sante.gouv.fr/rechercher-inter/recherche_baignade_de.jsp";

		} else {
	if (window.location.host.indexOf("integ")>=0)
		{
			document.searchForm.action="http://interintra1.linux.integ.ac.intranet.sante.gouv.fr/rechercher-inter/recherche_baignade_de.jsp";
		} else {
			document.searchForm.action="http://rechercher.sante.gouv.fr/rechercher-inter/recherche_baignade_de.jsp";
		}
	}
	document.searchForm.submit();

};
