function openWin(new_url) {
	openWindow=window.open(new_url, 'donateWin',
		'location=yes,status=yes,resizable=yes,scrollbars=yes,width=700,height=500');
	openWindow.focus();
}