document.getElementById('iDEALLink').target = '_blank';

document.getElementById('PayPalLink').target = '_blank';
document.getElementById('PayPalLink').onclick = function ()
{
	window.open(
		'https://www.paypal.com/nl/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside',
		'olcwhatispaypal',
		'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350'
	);
	return false;
}
