// JavaScript Document
function menuItem(id,img)
{
	//alert('ddd');
	document.getElementById(id).src='developpement-iphone/'+img;
}
