
function popupCalendar() {
  window.open('http://www.unitynorth.org/cgi-bin/Calendar/calendar.pl?calendar=default&style=List','Calendar','toolbar=yes,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=700,height=650,left=10,top=10')
  //window.open(win,'Calendar','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=550,height=650,screenX=150,screenY=50,top=50,left=150')
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
