/***************************************************************************
* # COPYRIGHT SC-CONCEPTION.COM                   	                     # *
* # Site Internet : global-energy-informatique.fr / .eu / .com           # *
***************************************************************************/

	function AjsImgSelect(Img, Url)
		{
		document.getElementById(Img).src = Url;
		}

	function AjsMenu(i)
		{
		for(var n=1; n<=6; n++)
			{
			document.getElementById('TtdMenu'+n).src = "IMG/img002.png";
			document.getElementById('DivMenuM'+n).style.background = "url(IMG/img003.png)";
			document.getElementById('ImgMenuD'+n).src = "IMG/img004.png";
			}
		if(i!=0)
			{
			document.getElementById('ImgMenuG'+i).src = "IMG/img002s.png";
			document.getElementById('DivMenuM'+i).style.background = "url(IMG/img003s.png)";
			document.getElementById('ImgMenuD'+i).src = "IMG/img004s.png";
			}
		}