﻿// JScript File
function ShowCategory(Id) {
    document.location.href = "eventslist.aspx?CatId=" + Id;
 }
