<!--

var poFoto;

function exibirFoto(asNomeFoto) { //v2.0
  if (!poFoto || poFoto.closed) {
  	poFoto = window.open("foto." + asNomeFoto + ".htm", "Foto", "width=668,height=401,top=75,left=115");
  } else {
	poFoto.document.location.href = "foto." + asNomeFoto + ".htm";
  	poFoto.focus();
  }
}


var poFoto2;

function exibirFoto2(asNomeFoto) { //v2.0
  if (!poFoto2 || poFoto2.closed) {
  	poFoto2 = window.open("foto." + asNomeFoto + ".htm", "Foto", "width=676,height=451,top=75,left=115");
  } else {
	poFoto2.document.location.href = "foto." + asNomeFoto + ".htm";
  	poFoto2.focus();
  }
}
var poFoto5;

function exibirFoto5(asNomeFoto) { //v2.0
  if (!poFoto5 || poFoto5.closed) {
  	poFoto5 = window.open("foto." + asNomeFoto + ".htm", "Foto", "width=668,height=508,top=75,left=115");
  } else {
	poFoto5.document.location.href = "foto." + asNomeFoto + ".htm";
  	poFoto5.focus();
  }
}

var poFoto6;

function exibirFoto6(asNomeFoto) { //v2.0
  if (!poFoto6 || poFoto6.closed) {
  	poFoto6 = window.open("foto." + asNomeFoto + ".htm", "Foto", "width=668,height=309,top=75,left=115");
  } else {
	poFoto6.document.location.href = "foto." + asNomeFoto + ".htm";
  	poFoto6.focus();
  }
}
var poFoto7;

function exibirFoto7(asNomeFoto) { //v2.0
  if (!poFoto7 || poFoto7.closed) {
  	poFoto7 = window.open("foto." + asNomeFoto + ".htm", "Foto", "width=584,height=398,top=75,left=115");
  } else {
	poFoto7.document.location.href = "foto." + asNomeFoto + ".htm";
  	poFoto7.focus();
  }
}
var poFoto8;

function exibirFoto8(asNomeFoto) { //v2.0
  if (!poFoto8 || poFoto8.closed) {
  	poFoto8 = window.open("foto." + asNomeFoto + ".htm", "Foto", "width=668,height=455,top=75,left=115");
  } else {
	poFoto8.document.location.href = "foto." + asNomeFoto + ".htm";
  	poFoto8.focus();
  }
}

//-->
