function siteHome ()
{ location.href = 'http://www.sintaers.org.br'; }

function contatoSite(email)
{ location.href = '?canal=contato&&email=' + email; }

 function subopcoes2(variavel) {
		
		submenu = document.getElementById('maisOpcoesMenu');
		
		submenu.style.visibility = 'visible';
		submenu.innerHTML = '<input type="button" value="fechar" name="fechar" onclick="javascript:subopcoesHidden()" style="margin-top: 6px;" />';
		
		
		
 }
 
 function subopcoesHidden2() {
	
		
		submenu = document.getElementById('maisOpcoesMenu');
		submenu.style.display = 'none';
		
		
 
 }

function getURL (http,target,title)
{	if (title=='') { title='Sem título'; }
	if (http=='') { http=alert('Não existe caminho definido para o link: ' + title + '.'); http='#';}
	
	
	if(target != "")
	{
		if (target=='_self') 
		{
			location.href=http;
		} else 
		
		if (target='_blank')
		{
			window.open(http,title);
		}
	}


}

function alert (conteudo)
		{	
			document.getElementById('alert').style.visibility = 'visible';
			document.getElementById('alert').innerHTML = '<h2 style="text-align: center; color: #8B1A1A; margin-top: 0px; background-color: #CDCDC1; ">Atenção</h2><p width="85%" style="font-family: arial, tahoma, verdana; font-size: 12px; color: #8B5742; margin-left: 20px;">' + conteudo + '</p><br><br><div style=" text-align: center; margin-left: auto; margin-right: auto; width: 340px; >"<input type="button" value="fechar" onclick="javascript:document.getElementById(\'alert\').style.visibility=\'hidden\';" style="border: 2px solid #C1CDC1; background-color: #F0FFF0" /></div>';
			
		}

 function imprimir(){
	      if (!window.print){
	         alert("Para imprimir basta apertar a sequência de teclas CTRL + P. \n Depois é só clicar em Ok.");
	         return
	      }
	      window.print()
	   }
		

function abrir(endereco, janela, altura, largura)
{
window.open(endereco, janela, "height =" + altura + ", width = " + largura + ", scrollbars = yes, status=no, location = no, toolbar = no, menubar=no");
}

