
function openPaymentWindow(paymentMethod) {
	var baseURL = window.location.protocol + "//" + window.location.host + "/jtp/?q=cart/checkout/";
	window.open(baseURL + 'review', 'windowpopup');
}

function orderSaveSuccess()
{
	$('#flashcontent')[0].orderSaveSuccess();
}

function orderSaveError(message)
{
	$('#flashcontent')[0].orderSaveError(message);
}
