﻿///<reference path="jquery-1.3.2-vsdoc.js">
$(document).ready(function() {
    var height = $("#indent_col").height();
    $(".indent-box1").height(height-215);
});
