// v.1.0.2
// By Modworks Inc.
function adjustHeight(b,d){d||(d=$(b).size());$(b).each(function(c){if(c%d==0){for(var e=0,a=0;a<d;a++)if($.browser.msie){if(e<$(b).eq(c+a).outerHeight())e=$(b).eq(c+a).outerHeight()}else if(e<$(b).eq(c+a).height())e=$(b).eq(c+a).height();for(a=0;a<d;a++)$(b).eq(c+a).height(e)}})};

