function authorize(panierId, productId)
{
	var url = 'http://wha.juritravail.com/pos_init?action=authorize&wha_desc2=current&pid=' + productId + "&idpanier=" + panierId;
	window.location.href = url;
}


function authorize_abo(panierId, aboId)
{
        var url = 'http://wha.juritravail.com/pos_bundle?action=authorizeOffer&wha_desc2=current&oid=' + aboId + '&idpanier=' + panierId;
	window.location.href = url;
}


