
function chImg(n,p){
	document[n].src="/foto/"+p;
}

function chBg(e,bg){
	e.style.background = '#'+bg;
}

