
function exibirFoto( path, tipo ) {

	fotoWin = window.open( 'foto.php?id='+path+'&tipo='+tipo , 'foto' , 'toolbar=0,location=0,directories=0,status=1,menubar=0,resizable=0,scrollbars=yes,width=730,height=596,top=50,left=50' );
	fotoWin.focus();

}
