﻿function cpopup(id){
  var w=window.open('calendarevent.aspx?id='+id,'calendarevent','width=322 height=322');
  w.focus();
}

