$(document).ready(function () {
$(".AnimaMenuVertical .menu-vertical UL.root > LI.static:last").css("border-bottom-color", "#fff");
$('.AnimaMenuVertical .menu-vertical UL.root > LI.static').has('ul').css('background', 'url("/Style Library/Anima/VerticalMenuArrowDw.png") no-repeat right 10px');
$('.TestataNews a[href*="RootFolder=*"]').each(function(){
                  $(this).removeAttr("href");
                  $(this).removeAttr("onClick");
 });

});


function Print()
{
	window.print();
}

