﻿function openKind(id) {
    window.location.href = "ListClassifiedInfo.aspx?kid=" + id;
}
