function popupcalc(montant){
var win2 = window.open("http://www.receiveandpay.com/wallet/customer/calculette.php?MerchantID=7561&affiche=divbarem4&Amount="+montant ,'popup','height=503,width=600,status=yes,scrollbars=yes,menubar=no,resizable=yes');
}
