Sentencia Penal de Corte Suprema de Justicia (Panama), 2ª de lo Penal, 11 de Mayo de 2009

PonenteMirtha Vanegas de Pazmiño
Fecha de Resolución11 de Mayo de 2009
EmisorSegunda de lo Penal

nHit = 0;

maxHits = 5;

var simpleNav = 1;

var browser = navigator.appName;

var version = parseInt(navigator.appVersion);

if ((browser.indexOf("Microsoft") != -1) && (version >= 4))

simpleNav = 0;

function old_gotoHit(where) {

window.location.hash = where;

}

function gotoHit(where)

{ if (simpleNav) {

old_gotoHit(where);

return;

}

var a = document.anchors.item(where);

if (a == null) return;

if (a.length > 1) return;

var s = document.body.createTextRange();

if (s == null) return;

s.moveToElementText(a);

s.moveEnd("word");

s.scrollIntoView(1);

s.select();

}

function gotoNthHit(n) {

if ((n > 1) && (n == maxHits))

gotoHit('hit_last');

else if (n == 0)

old_gotoHit('hit0');

else

gotoHit('hit' + n);

nHit = n;

}

function nextHit() {

if (nHit < maxHits) {

window.scrollBy(0, 5);

gotoNthHit(nHit+1);

}

}

function prevHit() {

if (nHit > 0) {

window.scrollBy(0, -5);

gotoNthHit(nHit-1);

}

}

RECURSO DE CASACIÓN DENTRO DEL PROCESO SEGUIDO A P.C. S. POR EL DELITO DE HURTO CON ABUSO DE CONFIANZA COMETIDO EN PERJUICIO DE ROYAL IBEROS SUITES. PONENTE: M.V.D.P.. -PANAMÁ, ONCE (11) DE MAYO DE DOS MIL NUEVE (2009).

(5 ocurrencias)

RECURSO DE CASACIÓN DENTRO DEL PROCESO SEGUIDO A

P.C. S. POR EL DELITO DE HURTO CON ABUSO DE CONFIANZA

COMETIDO EN PERJUICIO DE ROYAL IBEROS SUITES. PONENTE: MIRTHA VANEGAS

DE PAZMIÑO. -PANAMÁ, ONCE (11) DE MAYO DE DOS MIL NUEVE (2009).

Tribunal: Corte Suprema de

Justicia, Panamá

Sala: Segunda de lo Penal

Ponente: M.V. de Pazmiño

Fecha: Lunes, 11 de Mayo de 2009

Materia: Casación penal

Expediente: 577-

Para continuar leyendo

Solicita tu prueba

VLEX utiliza cookies de inicio de sesión para aportarte una mejor experiencia de navegación. Si haces click en 'Aceptar' o continúas navegando por esta web consideramos que aceptas nuestra política de cookies. ACEPTAR