var win = new Window(Application.getNewId(), {className: "alphacube", title: "Hello World", width:350, height: 100})
win.getContent().innerHTML = "Rivmail Webmail Application v1.3 PATCH3_2 Build Date: Wed, May 21, 2008 powered by hive2.com ";
win.showCenter();
|