// JavaScript Document

	function AjsMapMv(RegId)
		{
		document.getElementById('ImgMap').src = "http://www.sc-conception.com/IMG/REG/"+RegId+".png";
		return true;
		}
		
	function AjsVerif()
		{
		document.getElementById('ImgMap').src = "http://www.sc-conception.com/IMG/REG/"+RegId+".png";
		return true;
		}

	function AjsBanniere()
		{
		if(document.getElementById('ImgBanniere').src == "http://www.sc-conception.com/IMG/000a.png")
			{
			document.getElementById('ImgBanniere').src = "http://www.sc-conception.com/IMG/000b.png";
			}
		else
			{
			document.getElementById('ImgBanniere').src = "http://www.sc-conception.com/IMG/000a.png";
			}
		}
