// Yet another inane piece of popup code to further undermine the
// principles of the web.

function popup (URL, height, width) {

    window.open(URL, "popup", "resizable,height=" + height +
		",width=" + width + ",menubar=yes,scrollbars=yes");

}
