function jeffect(baseUrl){
    $('#main').corner();
    $('#footer-widget-area').corner();
    $('.menu-item').corner();
    $('.menu-item a').corner();
    $('#footer_language_list').corner("bottom");
    $('#socialIcond').corner("bottom");

    $('#menu-home #menu-item-39').hover(fun1Over(this, baseUrl), fun1Out(this, baseUrl));
    $('#menu-home #menu-item-38').hover(fun2Over(this, baseUrl), fun2Out(this, baseUrl));
    $('#menu-home #menu-item-36').hover(fun3Over(this, baseUrl), fun3Out(this, baseUrl));
    $('#menu-home #menu-item-35').hover(fun4Over(this, baseUrl), fun4Out(this, baseUrl));
    $('#menu-homebr #menu-item-353').hover(fun1Over(this, baseUrl), fun1Out(this, baseUrl));
    $('#menu-homebr #menu-item-352').hover(fun2Over(this, baseUrl), fun2Out(this, baseUrl));
    $('#menu-homebr #menu-item-351').hover(fun3Over(this, baseUrl), fun3Out(this, baseUrl));
    $('#menu-homebr #menu-item-350').hover(fun4Over(this, baseUrl), fun4Out(this, baseUrl));

    

  /*
    #menu-home #menu-item-39, #menu-home #menu-item-18{ background-image: url("images/brasile_paracuru_villaggio_out.jpg"); }
    #menu-home #menu-item-38, #menu-home #menu-item-17{ background-image: url("images/brasile_paracuru_booking_out.jpg"); }
    #menu-home #menu-item-37, #menu-home #menu-item-16{ background-image: url("images/brasile_paracuru_services_out.jpg"); }
    #menu-home #menu-item-36, #menu-home #menu-item-15{ background-image: url("images/brasile_paracuru_out.jpg"); }

    $("a", this).stop().animate({height:'80px'},{queue:false, duration:300});
	    $(this).stop().animate({height:'141px', top: '-3px'},{queue:false, duration:300});    
	    $(".menu-item-overtitle", this).show("slow");
	}, function(){  
	    $(".menu-item-overtitle", this).hide(400);
	    $("a", this).stop().animate({height:'35px'},{queue:false, duration:300});
	    $(this).stop().animate({height:'135px', top: '0px'},{queue:false, duration:300});    
	});  
  */
}

    function fun1Over(obj, baseUrl){  
	$(obj).css("background-image", "url('" + baseUrl + "/images/brasile_paracuru_villaggio.jpg')");
    }

    function fun1Out(obj, baseUrl){
	$(obj).css("background-image", "url('" + baseUrl + "/images/brasile_paracuru_villaggio_out.jpg')");
    }

    function fun2Over(obj, baseUrl){  
	$(obj).css("background-image", "url('" + baseUrl + "/images/brasile_paracuru_booking.jpg')");
    }

    function fun2Out(obj, baseUrl){
	$(obj).css("background-image", "url('" + baseUrl + "/images/brasile_paracuru_booking_out.jpg')");
    }

    function fun3Over(obj, baseUrl){  
	$(obj).css("background-image", "url('" + baseUrl + "/images/brasile_paracuru_services.jpg')");
    }

    function fun3Out(obj, baseUrl){
	$(obj).css("background-image", "url('" + baseUrl + "/images/brasile_paracuru_services_out.jpg')");
    }

    function fun4Over(obj, baseUrl){  
	$(obj).css("background-image", "url('" + baseUrl + "/images/brasile_paracuru.jpg')");
    }

    function fun4Out(obj, baseUrl){
	$(obj).css("background-image", "url('" + baseUrl + "/images/brasile_paracuru_out.jpg')");
    }

