
/*function frteste() {
	if (document.location.pathname == top.document.location.pathname) {
		top.document.location.href = 'ndex.htm';
	}
}*/


function inicia_s() {
	for (ref = 0; ref < aba.length; ref++) {
		if (aba_s[ref][1]) {
			acao = "visible";
		} else {
			acao = "hidden";
		}
	document.getElementById(aba_s[ref][0]).style.visibility = acao;
	}
	document.onmouseup = fechatudo;
}

function mouseover_s(menu) {
	for (ref = 0; ref < aba_s.length; ref++) {
		document.getElementById(aba_s[ref][0]).style.visibility = "hidden";
	}
	document.getElementById(aba_s[menu][0]).style.visibility = "visible";
	aba[menu][2] = 1;
}

function clique_s(menu) {
	for (ref = 0; ref < aba_s.length; ref++) {
		document.getElementById(aba_s[ref][0]).style.visibility = "hidden";
	}
	if (aba_s[menu][2]) {
		document.getElementById(aba_s[menu][0]).style.visibility = "hidden";
		aba_s[menu][2] = 0;
	} else {
		document.getElementById(aba_s[menu][0]).style.visibility = "visible";
		aba_s[menu][2] = 1;
	}
}


function fechatudo_s() {
	for (ref = 0; ref < aba_s.length; ref++) {
		document.getElementById(aba_s[ref][0]).style.visibility = "hidden";
	}
}

function pop_s(menuName,mostra) {
		if (mostra) {
		document.getElementById(menuName).style.visibility = "visible";
		} else {
		document.getElementById(menuName).style.visibility = "hidden";
	}
}

ts=0;

function tempo_s() {
	ts=setTimeout("fechatudo_s()", 200);
}

function para_s() {
	clearTimeout(ts);
}
