Extracto
Primera instancia de la Corte Suprema de Justicia - Sala Pleno, de 09 de Febrero de 2009
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)...
Ver el contenido completo de este documento
Si ya es cliente de vLex, acceda aquí
