var newwindow;
function eventPopup(url)
{
	newwindow=window.open(url,'name','height=600,width=600,scrollbars=yes,resizable=no,toolbar=no,status=no,location=no,menubar=yes,left=1,top=1');
	if (window.focus) {newwindow.focus()}
}
