var lStrIdLayerAberto2N;
var lStrIdLayerAberto3N;

lStrIdLayerAberto2N = '';
lStrIdLayerAberto3N = '';

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MenuSecao(nome,codigo,nivel)
{
	var obj;
	var div;
	var top;
	if (nivel == "subsecao")
	{
		obj = eval("window.document.getElementById('"+ nome +"').offsetLeft");
		div = eval("window.document.getElementById('DSE"+ codigo +"')");//eval("document.all.DSE" + codigo);
		lStrIdLayerAberto2N = 'DSE'+ codigo;
	}else{
		top = eval("window.document.getElementById('"+nome+"').offsetTop") + eval("window.document.getElementById('subsecao" + codigo + "').offsetTop")-1;
		obj = (eval("window.document.getElementById('"+ nome +"').offsetLeft") + eval("window.document.getElementById('"+ nome +"').offsetWidth") - 8);
		div = eval("window.document.getElementById('DSS"+ codigo +"')");
		div.style.top = + top + "px";
		lStrIdLayerAberto3N = 'DSS'+ codigo;
	}
	div.style.left = + obj + "px";
	div.style.display = "block";
}

