
function openPopupEvent(url) {
	win = window.open(url, "event", "width=380,height=351,left=320,top=200,scrollbars");
	win.focus();
}
