function abreFoto(idFoto)
{
	ventfoto = window.open('verFoto.php?Pv_IDFoto='+idFoto,'prod','scrollbars=0,channelmode=0,resizable=0,fullscreen=0,location=0,directories=0,menubar=0,toolbar=0,statusbar=0,width=760,height=555');
	ventfoto.moveTo(0,0);
	ventfoto.focus();
}

function notaLegal()
{
	nota = window.open('notaLegal.php','','scrollbars=0,channelmode=0,resizable=0,fullscreen=0,location=0,directories=0,menubar=0,toolbar=0,statusbar=0,width=350,height=305');
														    
	nota.moveTo(100,100);
	nota.focus();
}