function viewEvent(url) {	 
	eventwindow = window.open(url, 'event', 'width=550,height=460,scrollbars=yes,resizable=yes,location=yes');
	if (window.focus) {eventwindow.focus()};
	return false;
}
