function rollOver(pObj, pValue) {
	pObj.src = pValue;
	return true;
}