$(document).ready(
	function()
	{
		$("#s").click(function(e){
			if ($("#s").val() == "Rechercher")
				$("#s").val("");
		});

		$("#s").blur(function(e){
			if ($("#s").val() == "")
				$("#s").val("Rechercher");
		});
	}
);

  function popupActu()
  {
  	url = "<%= serveur %>/popupActu.asp";
	popup = window.open(url,"popupActu","width=400, height=336, top=100, left=100, scrollbars=yes");
	popup.focus();
  }

  function flash(tag) {
  	document.write(tag);
  }
  
  function popupNosBureaux()
  {
	url = "http://fc1.1bis.com/matmut";
	xt_med('C','','Bottin','S');

	popup = window.open(url,"popupNosBureaux","width=837, height=720, top=20, left=40, scrollbars=yes");
	popup.focus();			
  }