Venda.namespace("Platform.EqualHeight");Venda.Platform.EqualHeight=function(){};Venda.Platform.EqualHeight.jq=jQuery;Venda.Platform.EqualHeight.init=function(b){var c=b.length;Venda.Platform.EqualHeight.jq(document).ready(function(){for(var a=0;a<c;a++)Venda.Platform.EqualHeight.set(b[a])})};
Venda.Platform.EqualHeight.set=function(b){var c=0;Venda.Platform.EqualHeight.jq(b).each(function(){var a=Venda.Platform.EqualHeight.jq(this).height();a>=c&&(c=a)});Venda.Platform.EqualHeight.jq(b).css((Venda.Platform.EqualHeight.jq.browser.msie&&Venda.Platform.EqualHeight.jq.browser.version<7?"":"min-")+"height",c+"px")};

