// JavaScript Document

function replaceAction(url)
{
	document.getElementById('checkoutForm').method = 'get';
	document.getElementById('checkoutForm').action = url;
}