function eventsPop(){	var theWindow =window.open('calendar/index.html','CalendarOfEvents','width=825,height=620,toolbar=yes,menubar=no,statusbar=no,scrollbar=yes');}//not to be uploaded in finalfunction eventsPopTwo(){	var theWindow =window.open('calendar/index_2.html','CalendarOfEvents','width=725,height=620,toolbar=yes,menubar=no,statusbar=no,scrollbar=yes');}function about(url){	var theWindow =window.open(url,'about','width=698,height=344,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes');	theWindow.originator = window;	}//function info(url){//	window.open(url,'info','width=550,height=413,toolbar=no,menubar=yes,scrollbars=yes,resizable=no');//	}	function display(){	var theWindow =window.open('../symposium/map.html','width=500,height=363,toolbar=yes,menubar=yes,scrollbars=yes');	}	function eventsPop(){	var theWindow =window.open('calendar/index.html','CalendarOfEvents','width=825,height=620,toolbar=yes,menubar=no,statusbar=no,scrollbar=yes');}//not to be uploaded in finalfunction classes(url){	var theWindow =window.open(url,'CalendarOfEvents','width=450,height=525,toolbar=no,menubar=yes,statusbar=no,scrollbars=yes,resizable=yes');	theWindow.focus ();}function reg (url){	var theWindow = window;	while (theWindow.opener != null)	{		var theOpener = theWindow.opener;		theWindow.close ();		theWindow = theOpener;	}	theWindow.location = url;}	function schedule (url){	var theOptions = 'width=500,height=660,toolbar=no,menubar=yes,statusbar=no,scrollbar=yes,resizable=yes';	var theWindow =window.open(url,'Registration',theOptions);}function reg2(){	var theWindow =window.open('cc_Reg_2.html','Registration','width=450,height=500,toolbar=yes,menubar=no,statusbar=no,scrollbar=yes');}	function changePages(doggyBiscuitsURL, navDisplayURL){	parent.doggyBiscuits.location = doggyBiscuitsURL; parent.navDisplay.location = navDisplayURL;}function doPopup (aUrl, aTitle, aWidth, aHeight){	if (aWidth == 0)	{		aWidth = 500;	}		if (aHeight == 0)	{		aHeight = 500;	}		if (aTitle == null || aTitle.length == 0)	{		aTitle = "popup";	}	//	if (navigator.appName.indexOf ("Microsoft") != -1)//	{//		aHeight *= 1.2;//	}		if (window.name != aTitle)	{		var theOptions ='width=' + aWidth + ',height=' + aHeight + ',toolbar=no,menubar=no,statusbar=no,scrollbars=yes,resizable=yes'; 		var theWindow = window.open (aUrl, aTitle, theOptions);		theWindow.resizeTo (aWidth, aHeight);		theWindow.focus ();	}	else	{		window.resizeTo (aWidth, aHeight);		window.location = aUrl;		window.focus ();	}}