function eventsPop(){
	window.open('calendar/index.html','CalendarOfEvents','width=825,height=620,toolbar=yes,menubar=no,statusbar=no,scrollbar=yes,resizable=no');
}
//not to be uploaded in final
function eventsPopTwo(){
	window.open('calendar/index_2.html','CalendarOfEvents','width=725,height=620,toolbar=yes,menubar=no,statusbar=no,scrollbar=yes,resizable=no');
}

function info(url){
	window.open(url,'info','width=698,height=344,toolbar=no,menubar=yes,scrollbars=yes,resizable=no');
	}
//function info(url){
//	window.open(url,'info','width=550,height=413,toolbar=no,menubar=yes,scrollbars=yes,resizable=no');
//	}	
function display(){
	window.open('../symposium/map.html','width=500,height=363,toolbar=yes,menubar=yes,scrollbars=yes,resizable=no');
	}
