Event.observe(window, 'load', function() {
  Azuki.Helpers.Forms.disable_on_submit();
  new Azuki.Windowing.Lightbox('popup');

  try {
    $$('input[type="text"]').first().activate();
  } catch (exception) {
  }
});
