function mOvrTop(src,clrOver) { 
	if (!src.contains(event.fromElement)) { 
		src.style.cursor = 'hand'; 
		src.bgColor = clrOver;
	}
}
