function getLink(url){
	openStoreWin1(url);
}
function openStoreWin1(URL) {
aWindow=window.open("https://www.paypal.com/cgi-bin/webscr?add=1&business=mbritton@empowermenttemple.org&no_note=1&currency_code=USD&lc=US" + URL,"paypal","toolbar=no,width=650,height=400,status=no,scrollbars=yes,resizable=yes,menubar=no");
aWindow.focus();
}
function openPPWin(URL) {
aWindow=window.open("" + URL,"paypal","toolbar=no,width=650,height=400,status=no,scrollbars=yes,resizable=yes,menubar=no");
aWindow.focus();
}