function showAlert(text) {
	Dialog.alert(text, {className: "alphacube", width:400, height:150, okLabel: "Fermer", ok:function(win) {return true;}}); 
}