// JavaScript Document

function ampliar(numeroFoto){
	window.open("ampliarfotoburi.asp?foto=" + numeroFoto, "foto", "width=400,height=318");
}