function mccourt() {
var CurrentWidth, HcenterPoint, PopUpWidth, AdjustedPopUpWidth, PointX, CurrentHeight, VcenterPoint, PopUpHeight, AdjustedPopUpHeight, PointY;
CurrentWidth = screen.availWidth;
HcenterPoint = CurrentWidth/2;
PopUpWidth = 300;
AdjustedPopUpWidth = PopUpWidth/2;
PointX = HcenterPoint-AdjustedPopUpWidth;

CurrentHeight = screen.availHeight;
VcenterPoint = CurrentHeight/2;
PopUpHeight = 300;
AdjustedPopUpHeight = PopUpHeight/2;
PointY = VcenterPoint-AdjustedPopUpHeight;

	popup = window.open("mccourt.htm", "", "height=300,width=300,scrollbars=yes,resizable=yes,top="+PointY+",left="+PointX);

}
function ClosePopUpWindow(){
if (popup) {
popup.close()
}
}


function mayaangelou() {
var CurrentWidth, HcenterPoint, PopUpWidth, AdjustedPopUpWidth, PointX, CurrentHeight, VcenterPoint, PopUpHeight, AdjustedPopUpHeight, PointY;
CurrentWidth = screen.availWidth;
HcenterPoint = CurrentWidth/2;
PopUpWidth = 300;
AdjustedPopUpWidth = PopUpWidth/2;
PointX = HcenterPoint-AdjustedPopUpWidth;

CurrentHeight = screen.availHeight;
VcenterPoint = CurrentHeight/2;
PopUpHeight = 300;
AdjustedPopUpHeight = PopUpHeight/2;
PointY = VcenterPoint-AdjustedPopUpHeight;

	popup = window.open("mayaangelou.htm", "", "height=300,width=300,scrollbars=yes,resizable=yes,top="+PointY+",left="+PointX);

}
function ClosePopUpWindow(){
if (popup) {
popup.close()
}
}



var stayOn = "support";
//**************************************


function restrictions() {
	popup = window.open("", "", 
		"height=400,width=350,scrollbars=yes,resizable=yes");
	popup.document.write(
		
		"<table border=0 cellspacing=0 cellpadding=0><tr><td><P><font face=Verdana,Geneva,Arial,Helvetica,sans-serif size=-1><B>Restrictions:</B><BR>" +
		"The 20% discount is good from May 2, 2006 through May 6, 2006 and is available only at the Mid-Manhattan location.  Offer does not include purchases made online and at The Library Shop in the Humanities and Social Sciences Library.  This offer is available only to donors at the $25 Library Associate and above.  Discount does not apply to purchases made before May 2.   Store hours: Tuesday - Saturday, 11:00 a.m. - 6:00 p.m. " + 
		"</font></P></td></tr></table>" 
		
	);
	popup.document.close();
}
//***********************************

