function verimagem(arquivo){
	 var esquerda = (screen.width - 800)/2;
  	 var topo = (screen.height - 600)/2;
	 window.open(arquivo + "&altura=600","equipe","width=600,height=397,top="+ topo +",left=" + esquerda +",resizable=yes,scrollbars=yes,status=yes")
}

