function popupFoto(pId, pW, pH) {
  window.open('popup_foto.jsp?id='+pId, '', 'width='+(pW+40)+',height='+(pH+140)+',screenX=10,screenY=40,top=40,left=10');
}

function popupPicture(picName, picWidth, picHeight, picCaption) {
  window.open('popup_picture.jsp?picname='+picName+'&picwidth='+picWidth+'&picheight='+picHeight+'&piccaption='+picCaption, '', 'width='+(picWidth+40)+',height='+(picHeight+140)+',screenX=10,screenY=40,top=40,left=10');
}

function popupThemePicture(picPath, picName, picWidth, picHeight, picCaption) {
  window.open('r/img/upload/'+(picPath.length > 0 ? picPath+'/' : '')+picName, '', 'screenX=10,screenY=40,top=40,left=10,scrollbars=1,resizable=1');  
}

function popupProfACPicture(picPath, picName, picWidth, picHeight, picCaption) {
  window.open('r/img/professor-ac/'+(picPath.length > 0 ? picPath+'/' : '')+picName, '', 'width=500,height=500,screenX=10,screenY=40,top=40,left=10,scrollbars=1,resizable=1');  
}

function popupProfAC2Picture(picPath, picName, picWidth, picHeight, picCaption) {
  window.open('r/img/professor-ac2/'+(picPath.length > 0 ? picPath+'/' : '')+picName, '', 'width=500,height=500,screenX=10,screenY=40,top=40,left=10,scrollbars=1,resizable=1');  
}

function popupTextoLocalizacao(pId) {
  window.open('popup_texto_localizacao.jsp?id='+pId, '', 'width=389,height=368,screenX=10,screenY=40,top=40,left=10'); 
}

function popupFotosDivulgacao() {
  window.open('popup_fotdiv.jsp?s=noticias_fotdiv', 'fotdiv', 'width=800,height=640,screenX=10,screenY=40,top=40,left=10,scrollbars=1'); 
}

function popupLocalizacao(pId, pReturn) {
  pW = 0;
  pH = 0;
  if (pId == 'Cais1') {
    pW = 451;
    pH = 300;
  } else if (pId == 'Cais2') {
    pW = 300;
    pH = 450;
  } else if (pId == 'Margs1') {
    pW = 450;
    pH = 300;
  } else if (pId == 'Margs2') {
    pW = 450;
    pH = 291;
  } else if (pId == 'Memorial1') {
    pW = 450;
    pH = 300;
  } else if (pId == 'Memorial2') {
    pW = 450;
    pH = 300;
  } else if (pId == 'Santander1') {
    pW = 450;
    pH = 300;
  } else if (pId == 'Santander2') {
    pW = 300;
    pH = 450;
  } else if (pId == 'Gasometro1') {
    pW = 450;
    pH = 300;
  } else if (pId == 'Gasometro2') {
    pW = 450;
    pH = 300;
  } else if (pId == 'Largo1') {
    pW = 450;
    pH = 300;
  } else if (pId == 'Largo2') {
    pW = 450;
    pH = 300;
  } else if (pId == 'OrlaGuaiba1') {
    pW = 450;
    pH = 300;
  } else if (pId == 'OrlaGuaiba2') {
    pW = 450;
    pH = 300;
  } else if (pId == 'PacoAcorianos1') {
    pW = 450;
    pH = 300;
  } else if (pId == 'PacoAcorianos2') {
    pW = 450;
    pH = 300;
  } else if (pId == 'MuseuHipolito1') {
    pW = 245;
    pH = 300;
  }
  popupFoto(pId, pW, pH);
  if (pReturn) {
    return false;
  }
}

function popupCurador(pId) {
  pW = 0;
  pH = 0;
  if (pId == 'paulo') {
    pW = 285;
    pH = 384;
  } else if (pId == 'gaudencio') {
    pW = 267;
    pH = 400;
  } else if (pId == 'neiva') {
    pW = 267;
    pH = 384;
  } else if (pId == 'eva') {
    pW = 450;
    pH = 350;
  } else if (pId == 'cecilia') {
    pW = 450;
    pH = 300;
  } else if (pId == 'ehrenberg') {
    pW = 300;
    pH = 450;
  } else if (pId == 'ticio') {
    pW = 450;
    pH = 300;
  } else if (pId == 'linari') {
    pW = 450;
    pH = 300;
  } else if (pId == 'alves') {
    pW = 322;
    pH = 400;
  }
  popupFoto(pId, pW, pH);
  return false;
}


function popupMapaprint() {
  window.open('popup_mapaprint.jsp', '', 'width=595,height=744,screenX=10,screenY=40,top=40,left=10');
}

function swapColor(objid, aColor) {
  if (document.all) {
    document.all[objid].style.backgroundColor = aColor;
  } else if (document.getElementById) {
    document.getElementById[objid].bgcolor = aColor;
  }
}

var reEmail = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
var reBlank = /^\s[ \t]*$/;

function checkContactForm(pForm) {
  if (pForm.elements['email_nome'].value.length == 0 || pForm.elements['email_nome'].value.match(reBlank)) {
    alert(alertCampoNome);
    pForm.elements['email_nome'].focus();
    return false;
  }
  if (!pForm.elements['email_email'].value.match(reEmail)) {
    alert(alertCampoEmail);
    pForm.elements['email_email'].focus();
    return false;
  }
  if (pForm.elements['s'].value == 'noticias_credencia') {
    if (pForm.elements['email_telefone'].value.length == 0 || pForm.elements['email_telefone'].value.match(reBlank)) {
      alert(alertCampoTelefone);
      pForm.elements['email_telefone'].focus();
      return false;
    }
    if (pForm.elements['email_celular'].value.length == 0 || pForm.elements['email_celular'].value.match(reBlank)) {
      alert(alertCampoCelular);
      pForm.elements['email_celular'].focus();
      return false;
    }
    if (pForm.elements['email_identificacao'].value.length == 0 || pForm.elements['email_identificacao'].value.match(reBlank)) {
      alert(alertCampoIdentificacao);
      pForm.elements['email_identificacao'].focus();
      return false;
    }
  }
  if (pForm.elements['email_msg'].value.length == 0 || pForm.elements['email_msg'].value.match(reBlank)) {
    alert(alertCampoMensagem);
    pForm.elements['email_msg'].focus();
    return false;
  }
  return true;
}

function mudaVisiPainel(objid) {
  if (document.all) {
    el = document.all[objid];
  } else if (document.getElementById) {
    el = document.getElementById(objid);
  }
  if (el) {
    el.style.display = (el.style.display == 'none') ? '' : 'none';
  }
}