create overlay instance var myOverlay = new glow.widgets.Overlay("#helloOverlay", { modal: true }); //display overlay myOverlay.show(); The first parameter of the constructor idetifies the content ...