
function EventPopUp(url)
{
	newwin = window.open(url,'Event','toolbar=no,location=no,menubar=no,top=30,left=90,width=500,height=400,scrollbars=yes,resizable=yes');
}