event = event || window.event;if (event.stopPropagation) {event.stopPropagation();} else {event.cancelBubble = true;}