Event.observe(window, 'load', windowOnLoad);

function windowOnLoad()
{
	new RedSquare.PopupBuilder('popup', 'popup', 'width=500,height=504,top=c,left=c,resizable=0,status=0,scrollbars=0');
}