﻿$(document).ready(function () {
    $(".MainContent, .SubContent").equalHeights();
    $(".MainContent").css("overflow", "visible");
});
