function submutSpyForm()
{
	
	
	if(document.getElementById('spyPay0').checked || document.getElementById('spyPay1').checked)
	{
		document.getElementById('spyform').action = 'https://www.paypal.com/cgi-bin/webscr';
	}
	else if(document.getElementById('spyPay2').checked)
	{
		document.getElementById('spyform').action = 'ideal.php';
	}
}
