function OnClick(id)
{
    window.open('/citycalendar/SingleEventDisplay_new.aspx?event_id=' + id,'cal','width=550,height=400,left=470,top=300,resizable=1,scrollbars=1')
}
