jQuery(document).ready(function()
{

	$cat_it = jQuery(".great_catalog_item").size();
	jQuery("div#great_catalog_new_goods").show();
	for(i=0; i < $cat_it; i++)
	{
		$h = jQuery("div#great_catalog div.great_catalog_item_anons").eq(i).height();
		jQuery("div#great_catalog div.great_catalog_item_foto").eq(i).attr("style", "height:" +$h+ "px;");
		}
	jQuery("div#great_catalog_new_goods").hide();
		
	
		
});
