function openWin(adresse,l,h) {
	newwin=window.open (adresse, 'newwin', 'scrollbars=yes,resizable=yes,status=yes,location=no,width='+l+',height='+h);
}

function Paiement() {
	document.basket.action="https://www.secure-alcesdev.com/ssl/groomparis/paiement.php";
	document.basket.submit();

}	