  function abre(x) {
    var meta = window.open("email_busca_a.php?cod="+x, "cadastro", "menubar=no,toolbar=no,status=yes,scrollbars=yes,width=577,height=650, top="+(screen.height-650)/2+",left="+(screen.width-577)/2);
    meta.focus();
  }

  function abre_criadores(x){
    var meta = window.open("criadores_ver.php?cod="+x, "criadores", "menubar=no,toolbar=no,status=no,scrollbars=yes,width=530,height=500,top="+(screen.height-500)/2+",left="+(screen.width-530)/2);
    meta.focus();
  }

  function abre_anuncios(x){
    var meta = window.open("anuncios_abelha.php?cod="+x, "anuncio_abelha", "menubar=no,toolbar=no,status=no,scrollbars=no,width=570,height=500,top="+(screen.height-500)/2+",left="+(screen.width-530)/2);
    meta.focus();
  }

  function abre_biblioteca(x){
    var meta = window.open("biblioteca_ver.php?cod="+x, "biblioteca", "menubar=no,toolbar=no,status=no,scrollbars=no,width=530,height=500, top="+(screen.height-500)/2+",left="+(screen.width-530)/2);
    meta.focus();
  }

  function abre_distGeografica(x){
    var meta = window.open("distGeografica_ver.php?cod="+x, "distgeografica", "menubar=no,toolbar=no,status=no,scrollbars=no,width=530,height=500,top="+(screen.height-500)/2+",left="+(screen.width-530)/2);
    meta.focus();
  }

		function abre_abelha(n, x, y){
    if(x==0){
      alert("Imagem não disponivel para visualisação.");
    }else{
      var meta = window.open("abelha_foto_view.php?f="+n, "view", "menubar=no,toolbar=no,status=no,scrollbars=no,width="+x+",height="+y+", top=10");
      meta.focus();
    }
		}

  function abre_abelha_forum(x) {
    var meta = window.open("abelha_lsg_detalhe.php?id="+x, "abelha_detalhe", "menubar=no,toolbar=no,status=yes,scrollbars=yes,width=577,height=250, top="+(screen.height-500)/2+",left="+(screen.width-577)/2);
    meta.focus();
  }

  function abre_banner_apisguia(x) {
    var meta = window.open("email_busca_a.php?cod="+x, "cadastro", "menubar=no,toolbar=no,status=yes,scrollbars=yes,width=577,height=650, top="+(screen.height-650)/2+",left="+(screen.width-577)/2);
    meta.focus();
  }

  function abre_manda_email(x) {
    var meta = window.open("manda_email_user.php?cod="+x, "mandaemail", "menubar=no,toolbar=no,status=yes,scrollbars=yes,width=577,height=350, top="+(screen.height-500)/2+",left="+(screen.width-577)/2);
    meta.focus();
  }

  function abre_receita(x, c) {
    var meta = window.open("culinaria_receita.php?cod="+x+"&cont="+c, "cadastro", "menubar=no,toolbar=no,status=yes,scrollbars=yes,width=577,height=650, top="+(screen.height-650)/2+",left="+(screen.width-577)/2);
    meta.focus();
    cont=document.getElementById(x+""+c);
    if(cont){ cont.innerHTML=parseInt(cont.innerHTML)+1; }
  }

  function abre_central_compra(x, y) {
    var meta = window.open("central_compra_ver.php?cod="+x+"&cod2="+y, "central_compra", "menubar=no,toolbar=no,status=yes,scrollbars=yes,width=577,height=650, top="+(screen.height-650)/2+",left="+(screen.width-577)/2);
    meta.focus();
  }
