voici mon code:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
var win = new Window("contact",{ className:"bluelighting", title: "Votre contacts", top:0, right:100, width:300, height:150,  resizable: false, draggable: false, minimizable: false, maximizable: false, destroyOnClose: true });
curieusement les top right left bottom n'ont aucune incidence ???

ça fonctionne pourtant bien pour les :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
Dialog.alert( "Test of alert panel", {top: 100, width:300, height:100, okLabel: "close"} );