Cufon.replace("h1,h2");
Cufon.replace("#main-menu .mm", { hover: true });
$(window).load(function() {
    $('#slider').nivoSlider();
});


function checkimage(href){
    $('.photo-list a').each(function () { this.className = ''});
    $('.product-image').each(function () { this.src=href.href.replace('uploads', 'big')});    
    
    href.className="current";
    return false;
}
