Event.observe(window, 'load',
      function() { new Control.Modal('modal_calendar_link',{
			iframe: true,
			width: 525,
			height: 520
		}); }
    ); 
