function goEventCal(){
	  var popWidth = (screen.width*2) / 3;
	  var popHeight = (screen.height*3) / 4;
 window.open("/calendarix/calendar.php", "EventCal", "resizable=yes,toolbar=no, scrollbars=yes, menubar=no, status=yes, titlebar=no, height="+popHeight+", width="+popWidth+", top=20 left=20");
}