/*
 * block.js // Block Museum
 * Mike Smathers // Oct. 13, 2005
 */
 
// Usage: <a onclick="return open_PP('URL');" href="URL">Link</a>
function open_PP(url) {
	window.open(url,'details','width=600,height=400,scrollbars=yes,resizable=yes').focus();
	return false;
}

// Usage: <a onclick="return mailing_list();" href="URL">Link</a>
function mailing_list() {
	window.open('http://www.patronmail.com/pmailweb/PatronSetup?oid=670','patron_signup','height=500,width=640,scrollBars=1,resizable=0').focus();
	return false;
}