var RecaptchaOptions = {theme : 'white'};
function bldg(str) {
  t=(screen.height/2)-(484/2)-50;
  l=(screen.width/2)-(750/2)-5;
  pop=window.open("/map/?building="+str,"window", 
    "status=no,width=750,height=484,left="+l+",top="+t+",directories=no,location=no,menubar=no,resizable=no,titlebar=no,toolbar=no")
  if (window.focus) {pop.focus();}
  return false;
}

function get_event(str) {
  t=(screen.height/2)-(532/2)-50;
  l=(screen.width/2)-(750/2)-5;
  pop=window.open(str, 
    "status=no,width=750,height=537,left="+l+",top="+t+",directories=no,location=no,menubar=no,resizable=no,titlebar=no,toolbar=no")
  if (window.focus) {pop.focus();}
  return false;
}