var win = new Window(Application.getNewId(), {className: "alphacube", title: "Hello World", width:350, height: 100})
win.getContent().innerHTML = "Hivemail Webmail Application v.3 Patch3 Build Date: Fri, May 16, 2008 © hive2.com ";
win.showCenter();
|