
function viewEvent(id)
{
	var win = window.open("ViewEvent.php?event_id="+id, "_blank", "width=500,height=500,scrollbars=yes,resizable=yes,status=yes");
	win.focus();
}
