function mouseEvent(objTarget, strImage) {
	objTarget.style.backgroundImage = "URL(" + strImage + ")";
}