var newwindow;
function donation(url)
{
	newwindow=window.open(url,'name','height=590,width=525,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');
	if (window.focus) {newwindow.focus()}
}
