function equalHeight(a){tallest=0;a.each(function(){thisHeight=$(this).height();if(thisHeight>tallest){tallest=thisHeight}});a.height(tallest)}$(document).ready(function(){equalHeight($(".productModule .content"));equalHeight($(".menucell dl"));equalHeight($(".subPageTitleThumb .whitebox .content"))});
