var blocoAtivo = "";
var ativaMenu = function() {
	$("#ls-boxes").superfish( {
		pathClass : 'current',
		delay : 1000,
		animation : {
			opacity : 'show',
			height : 'show'
		},
		speed : 'fast',
		autoArrows : false,
		dropShadows : false
	});	
}

function resize() {

	if (jQuery.browser.msie) {
		w = document.documentElement.offsetWidth;
	} else {
		w = window.innerWidth;
	}

	if (w == "1680" || w == "1659") {
		$("#nextBtn").css('margin-right', '298px');
		$("#prevBtn").css('margin-left', '296px');
	} else if (w == "1024" || w == "1003") {
		$("#nextBtn").css('margin-right', '-30px');
		$("#prevBtn").css('margin-left', '-33px');
	}
}

function abreJanela(url, w, h) {
	window.open(url, 'newJan','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+ w + ',height=' + h);
}

function addFavorite(title, url) {

	if (window.sidebar) { // Mozilla Firefox Bookmark
		window.sidebar.addPanel(title, url, "");
	} else if (window.external) { // IE Favorite
		window.external.AddFavorite(url, title);
	} else if (window.opera && window.print) { // Opera Hotlist
		return true;
	}
}
