<!--
function abreCurriculo() { //v2.0
  window.open('cadastro_curriculum.php','','width=518,height=450,scrollbars=yes');
}
//-->
<!--
function abrir_janela(theURL,winName,features) { //v2.0
  retVal=window.open(theURL,winName,features);
  centraliza_janela(retVal);
  return retVal;
};

function abrir_passeio(Foto){
	URL='abre_passeio_virtual.php?codigo='+Foto;
	j=abrir_janela(URL,'Foto','menubar=no,scrollbars=no,resizable=no,width=675,height=406');
};

function abrir_recreacao(Foto){
	URL='abre_recreacao.php?codigo='+Foto;
	j=abrir_janela(URL,'Foto','menubar=no,scrollbars=no,resizable=no,width=675,height=406');
};

function centraliza_janela(janela){
	W=Math.round( ((screen.availWidth - 675) / 2) );
	H=Math.round( ((screen.availHeight - 406) / 2) );
	janela.moveTo(W,H);
};
//-->
<!--
function abrir_janela1(theURL,winName,features) { //v2.0
  retVal=window.open(theURL,winName,features);
  centraliza_janela1(retVal);
  return retVal;
};

function abrir_galeria(Codigo){
	URL='bebe_virtual_galeria.php?codigo='+Codigo;
	j=abrir_janela1(URL,'Codigo','menubar=no,scrollbars=no,resizable=no,width=534,height=350');
};

function centraliza_janela1(janela1){
	W=Math.round( ((screen.availWidth - 534) / 2) );
	H=Math.round( ((screen.availHeight - 350) / 2) );
	janela1.moveTo(W,H);
};
//-->
<!--
erro=1
function valida(){
if(F1.email.value==""){
erro=0
alert("E-mail está vazio!!!")
return false;
}
if(F1.email.value.length < 12){
erro=0
alert("E-mail inválido!!!")
return false;
}
var email = F1.email.value;
if (email.indexOf("@") == -1) {
alert("Digite um e-mail válido!!!");
F1.email.focus();
return false;
}
else(erro !=0)
F1.submit(newsletter())
return false;
}
//-->
<!--
 function AbrePop(UrlPagI,NameI,Wi,He,scrolling) {
    if (!scrolling) { scrolling = 'auto' }
	 PopImprimiNoticia = window.open(UrlPagI,NameI,'width='+Wi+',height='+He+',scrollbars=no,toolbar=no,location=no,status=no,menubar=no,resizable=no,left=350,top=180');
 }
//  -->
function abre_popup(width, height, nome) {
  var top; var left;
  top = ( (screen.height/2) - (height/2) )
  left = ( (screen.width/2) - (width/2) )
  window.open('',nome,'width='+width+',height='+height+',scrollbars=no,toolbar=no,location=no,status=no,menubar=no,resizable=no,left='+left+',top='+top);
}