/* Copyright (C) 2007 - 2010 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

var modZooItem={};modZooItem.matchHeight=function(d,e){var b=0;$$(d).each(function(a){var c;if(a.offsetHeight)c=a.offsetHeight;else if(a.style.pixelHeight)c=a.style.pixelHeight;b=Math.max(b,c)});if(e!=undefined)b=Math.max(b,e);$$(d).each(function(a){var c=a.getStyle("padding-top").toInt()+a.getStyle("padding-bottom").toInt()+a.getStyle("border-top-width").toInt()+a.getStyle("border-bottom-width").toInt();a.setStyle(window.ie6?"height":"min-height",b-c+"px")})};

