function CarregaFoto(url)
{
	oPop = window.open(url,'oPop');
	if (oPop)
	{
		oPop.focus();
	}
}
