/* Global Javascript */


function mostrarFoto(foto) {
	url = new String("standfoto.php");
	url += "?foto=" + foto;
	var load = window.open(url,'','scrollbars=no,menubar=no,height=400,width=680,resizable=no,toolbar=no,location=no,status=no');
	}