$(document).ready(function() {
    $('.top-menu li').click(function(){
       location.replace($('a', this).attr('href')); 
    });

    Cufon.replace(".head-phone",{
				textShadow: '0px -1px #000000'
			});
    $('.image-in-border-catalog').load(function(){
        if($('.catalog-image').height()<662){
            $('.border-catalog-left').height($('.catalog-image').height()/2);
            $('.border-catalog-right').height($('.catalog-image').height()/2);
        }
        $('.border').width($('.image-in-border').width()+8)
    });
    
});

