$(document).ready(function(){
	$("#header #menu-principal li:last").css("background-image", "none");
	$(".footer:last").css("border-right", "none");
	
	$("a.highslide").each(function() {
		this.onclick = function() {
			return hs.expand(this);
		};
	});	
});
