// JavaScript Document
Event.observe(window, 'load', function () {
    new PopupWindow('popup');
});