

function verify(form){ 
if (form.b1.value=='3546' || form.b1.value=='3339' || form.b1.value=='2339') {
	 window.open ('dontdelete.htm','protected_Page','toolbar=no,location=no,resizable=yes,copyhistory=no,hotkeys=no,scrollbars=yes,width=640,height=480')
	}else{
alert("Patron not found in system. Please visit the circulation desk at any ELIN library.");
}


	
}
