// valeveneto.net ___ Scripts

if (window.self != window.top) window.top.location = window.self.location; // Não permite carregar em frames


function enviar_recado() {
	window.open('enviar_recado.php','popup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=300,height=410');
	}
function indicacao() {
	window.open('indicacao.php','popup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=300,height=250');
	}
function lembrar_senha() {
	window.open('lembrar_senha.php','popup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=300,height=125');
	}
function sua_historia(END) {
	window.open(END,'popup','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=400,height=330');
	}

function novas_fotos(CODIGO) {
  var width = 720;
  var height = 540;
  var left = 50;
  var top = 10
  window.open('fotos/album.php?codigo='+CODIGO,'novo_fotos','width='+width+',height='+height+',top='+top+',left='+left+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no');
}
function abre_fotos(URL) {
  var width = 720;
  var height = 540;
  var left = 50;
  var top = 10
  window.open(URL,'novo_fotos','width='+width+',height='+height+',top='+top+',left='+left+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no');
}

function verfotos(DATA) {
  var width = 800;
  var height = 560;
  window.open('festival/Fotos/galeria/?data='+DATA,'festival','width='+width+',height='+height+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no');
}

function hidebox(){
if (document.all)
banner_flutuante.style.visibility="hidden"
else if (document.layers)
document.banner_flutuante.visibility="hide"
}