
/* Event popup */
function launchevent(e) {
	var options = "toolbar=no,status=no,location=no,menubar=no,resizable=0,"
				+ "height=600,width=430,scrollbars=yes";
	window.open(e, 'event', options);
}
