﻿function goto_details(id) {
    var page = 'massdoteventdetail.aspx?id=';
    window.location.href = page + id;
}