// JavaScript Document
var oldevent;
function events(url)
	{
	oldevent = window.open(url, 'oldevent', 'width=622, height=600, location=no, status=no, resizable=no, scrollbars=yes');
	oldevent.focus();
	}