	event_width=350;
	event_height=400;

	function EventBoxWindows(openurl) {
		window.open(openurl, 'boxes','width='+event_width+',height='+event_height+',marginwidth=0,marginheight=0,resizable=1,scrollbars=0');
	}

