function hlOn (sName, sImg) {
	document[sName].src = sImg;
}