// JavaScript Document

function ViewEventDetail(path) {
	
	window.open(path, 'EventDetail','width=360,height=400,resizable=1');
}