function clickette(myUrl)
{
	Dialog.alert({url: myUrl, options: {method: "get"}}, {className: "alphacube", width:650, okLabel: "Fermer"});
}