function OpenInfoPage(id)
{
var infoPage = window.open("/calendar/eventinfo/"+id+"/","trackdayseventinfo","width=385,height=400,location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes");
infoPage.focus();
}

function OpenInfoPage2(id)
{
var infoPage = window.open("/calendar/eventinfo2/"+id+"/","trackdayseventinfo","width=385,height=400,location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes");
infoPage.focus();
}

      
