/* FUNCAO PARA ESCONDER */
function HideLayer(id){
    document.getElementById(id).style.display = 'none';
}

/* FUNCAO PARA MOSTRAR */
function ShowLayer(id){
	document.getElementById(id).style.display = 'block';
}

/* FUNCAO ABRIR POP */
function abrir(URL) {

   var width = 774;
   var height = 544;

   var left = 99;
   var top = 99;

   window.open(URL,'Nahf', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');

}

function abrirNahf(URL) {

   var width = 774;
   var height = 555;

   var left = 99;
   var top = 99;

   window.open(URL,'Nahf', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');

}

function abrirNahf2(URL) {

   var width = 300;
   var height = 300;

   var left = 99;
   var top = 99;

   window.open(URL,'Nahf', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');

}