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