function humboldtpop()
{
popup = window.open('humboldt.htm','humboldt',"width=360,height=448,screenX=100,left=100,screenY=50,top=50,resizable=no,scrollbars=no,locationbar=no,menubar=no");
popup.resizeTo(362,448);
popup.focus();
}

