
function openCardApp() {
	cardAppWindow = window.open('https://www2.nypl.org/home/branch/brlibsapp.cfm','branchCardApp','scrollbars=1,resizable=1');
}

function openCardAppSP() {
	cardAppSPWindow = window.open('https://www2.nypl.org/home/branch/brlibsapp_sp.cfm','branchCardAppSP','scrollbars=1,resizable=1');
}
// Use this function for testing purposes
function openCardAppTest() {
	cardAppWindow = window.open('https://www2.nypl.org/home/branch/brlibsapp_test.cfm','branchCardApp','scrollbars=1,resizable=1');
}
