function changeMenuImg(img_neu, id)
{
	var img = 'images/button/'+img_neu+'.jpg';
	$(id).src = img;
}
