	function apriFoto(foto){
		w = 600;
		h = 300;
		l = (screen.width/2)-w/2;
		t = (screen.height/2)-h/2;
		FotoWin = window.open('apriFoto.asp?foto=' + foto, 'FotoWin', 'width='+w+',height='+h+',left='+l+',top='+t+',resizable=no,fullscreen=no,channelmode=no,menubar=no,toolbar=no,scrollbars=no,locations=no,status=no');
		FotoWin.focus();
	}
