﻿function traitement(menuID, image)
			{
				document.getElementById(menuID).src ="image/"+image
			}
			

