var newwindow;
function paypal(url)
{
	newwindow=window.open('','paypal','width=800,height=400,top=56,left=250,toolbar=1,menubar=1,location=1,status=1,scrollbars=1,resizable=1');
	if (window.focus) {newwindow.focus()}
}

