// JavaScript Document

/////////////////////////////////////////////////função para exibir a listagem///////////////////////////////////////////////////////////

function exibe(aparece){

	var elemento=document.getElementById(aparece)

	elemento.style.display = "block";

}

function exb_esc(aparece, some){

	var elemento1=document.getElementById(aparece)

	var elemento2=document.getElementById(some)

	elemento1.style.display = "block";

	elemento2.style.display = "none";

}

/////////////////////////////////////////////////função para exibir a listagem//////////////////////////////////////////////////////////

function janelaSecundaria (URL){
  /* window.open(URL,"janela1");*/
  // window.frame['_blank'].location.href='http://www.amarracaodecargas.com.br/adi/blog';
   blank.window.location.href="http://www.amarracaodecargas.com.br/adi/blog";
   //window.open("http://www.amarracaodecargas.com.br/adi/blog","_blank");
   //window.open("http://www.amarracaodecargas.com.br/adi/blog", "_blank", "location=no");
     //document.links[i].target = targetWindow;
	// document.href='//www.amarracaodecargas.com.br/adi/blog';
	 document.location='http://www.amarracaodecargas.com.br/adi/blog?url='+escape('%l');
} 