function cbsrv_paie(productId)
	{
	var rndSess = Math.round(Math.random () * 1000000000000000) ;
	var url = 'https://secure.ad-valorem.fr/cgi-bin/cbsrv/cbsrv_paie?act=ini&frn=astralica&srv=' + productId + "&idc=" + rndSess + "&tra=" + rndSess ;
	window.location.href = url ;
      }
