
function calendarpopup(){
  window.open("calendar.html", "", "toolbar=no,location=no,directories=no,status=no,resizable=no, scrollbars=no, left=0, top=0, width=400, height=330");
}

