var win = new Window({ className: 'alphacube', 
                                title: 'Une erreur c'est produite contacter l'administrateur', 
                                width:800, 
                                height:600, 
                                minimizable: false,
                                url: '404.html', 
                                showEffectOptions: {duration:1.5},
                                centerleft: 200, 
                                top: 220});
win.showCenter(true,10);
win.setDestroyOnClose();