function swapImageLogic(event) {

	setEventTargets(event);
	
	if (eTarget.nodeName == 'IMG') {
	
		if (!eTarget.className) {
			swapImage(eTarget, 'mouseover', event.type, true, '_normal.', '_over.');
		}	
	}
}
