function openPayPalPopup()
{
	var payPalWindow = window.open('https://www.paypal.com/cgi-bin/webscr?cmd=xpt/popup/OLCWhatIsPayPal-outside','olcwhatispaypal', config='width=400, height=500, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no');
	payPalWindow.focus();
	return false;
}