function changeIMG(idIMG,file)
{
	document.getElementById(idIMG).src=file;
}


