function changeNav(id,img){ 
	document.getElementById(id).setAttribute('src',img);
} 
