function showcal(theURL) {
  window.open(theURL,'','scrollbars=yes,width=570,height=630');
}