// JavaScript Document
function galeria(url, foto) {
	h = screen.height-15;
	window.open(url+'galeria.php?foto='+foto,'galeria','width='+screen.width+',height='+h+',scrollbars=yes');
	}
