//open window on calendar of events
function openw(url)
{
  window.open(url, "", "menubar=yes,resizable=yes,toolbar=yes,location=no,scrollbars=yes,width=650,height=610,left=100,top=50,alwaysRaised=true");
}