| Accessibility | Site Policies
| TRAIL | TSIEC | Report Fraud, Waste or Abuse
| American Recovery and Reinvestment ACT |
| Outlook
Web Access | ETA Time Entry | Texas Homeland Security
| Public
Information Act | Compact with Texans | Espanol |
| The Governor's Committee on People with Disabilities | Personnel Complaint
Process (Espanol)
| Customer Survey |
| texas.gov |
var rightMargin = 50;
var stickyJumpToTopPosition = 0;
var contentEdge = 0;
function PageInit() {
// Initially make this visible.
if (window.GetStickyNavData) {
var c = document.getElementById("stickyNavContainer");
c.style.display = "block";
}
AddToolTip();
// Register Scroll Events
// .. and ensure compatability with IE & Chrome
if (window.addEventListener) {
window.addEventListener("scroll", PageScrollHandler, false)
window.addEventListener("resize", PageScrollHandler, false)
}
else if (window.attachEvent) {
window.attachEvent("onscroll", PageScrollHandler)
window.attachEvent("onresize", PageScrollHandler)
}
// Ensure we init the page for scroll events
PageScrollHandler();
// Make anchors show further down the page
AnchorInit();
}
function AddToolTip() {
// This allows the use to hover over long DDL options and see a tool-tip that is the complete text.
var ddl = document.getElementsByTagName('option');
for (var i = 0; i < ddl.length; i++) {
ddl[i].title = ddl[i].text;
}
}
function SetTarget() {
document.forms[0].target = "_blank";
}
function AnchorInit() {
// Force Anchor tags to display mid-screen
var anchor = document.getElementsByTagName('a');
for (var i = 0; i < anchor.length; i++) {
// Register only on-page anchor tags
if (anchor[i].href && anchor[i].href.substr(document.URL.length, 1) == "#") {
anchor[i].onclick = AnchorClickEvent;
}
}
}
function AnchorClickEvent() {
window.location.href = this.href;
window.scrollBy(0, -25);
return false;
}
function PageScrollHandler() {
stickyJumpToTopPosition = windowDim()[1] - 50;
var p = document.getElementById("pageContainer");
contentEdge = windowOffset(p)[0] + p.clientWidth
if (window.GetStickyNavData) {
StickyNav();
}
StickyHeader();
}
function StickyHeader() {
var b = document.getElementById("banner");
var s = document.getElementById("localNavigation");
var j = document.getElementById("stickyJumpToTop");
var st = document.getElementById("stickyTrigger");
if (windowOffset(st)[1] < 0) {
b.style.display = "none";
s.style.position = "fixed";
s.style.top = "0px";
s.style.borderBottomColor = "#dddddd";
s.style.borderBottomStyle = "solid";
s.style.borderBottomWidth = "1px";
j.style.display = "inline";
var newLeft = (windowDim()[0] - j.clientWidth) - rightMargin;
if (contentEdge > newLeft) {
j.style.top = stickyJumpToTopPosition + "px";
// JumpToTop is 1/2 the distance that StickyNav is from right-margin.
j.style.left = contentEdge + "px";
}
else {
j.style.top = stickyJumpToTopPosition + "px";
// JumpToTop is 1/2 the distance that StickyNav is from right-margin.
j.style.left = newLeft + "px";
}
}
else {
b.style.display = "inline";
s.style.position = "relative";
s.style.top = "0px";
s.style.borderBottomColor = "#dddddd";
s.style.borderBottomStyle = "none";
s.style.borderBottomWidth = "1px";
j.style.display = "none";
}
}
function StickyNav() {
var c = document.getElementById("stickyNavContainer");
var p = document.getElementById("pageContainer");
// Position the container far-right, but don't over-lap content area.
var newLeft = (windowDim()[0] - c.clientWidth) - rightMargin;
if (contentEdge > newLeft) {
c.style.left = contentEdge + "px";
}
else {
c.style.left = newLeft + "px";
}
var r = GetStickyNavData();
for (var x = 0; x < r.length; x++) {
// Current Trigger & Indicator
var cT = document.getElementById(r[x][0]);
var cI = document.getElementById(r[x][1]);
// NOTE: For some reason, placing focus on anchor with no inner text results in different locations depending on what is next to it.
if ((windowOffset(cT)[1] >= -10) && ((windowOffset(cT)[1]) < windowDim()[1])) {
cI.className = "navOn";
}
else {
cI.className = "navOff";
}
}
}
function windowOffset(hoo) {
var T = 0, L = 0;
while (hoo) {
L += hoo.offsetLeft;
T += hoo.offsetTop;
hoo = hoo.offsetParent;
}
if (window.pageXOffset !== undefined) {
L -= pageXOffset;
T -= pageYOffset;
}
else {
var d = document.documentElement, b = document.body;
L -= (d.scrollLeft + b.scrollLeft);
T -= (d.scrollTop + b.scrollTop);
}
return [L, T];
}
function windowDim() {
// This is because IE7 doesn't support window.innerWidth
var winW = 630, winH = 460;
if (document.body && document.body.offsetWidth) {
winW = document.body.offsetWidth;
winH = document.body.offsetHeight;
}
if (document.compatMode == 'CSS1Compat' &&
document.documentElement &&
document.documentElement.offsetWidth) {
winW = document.documentElement.offsetWidth;
winH = document.documentElement.offsetHeight;
}
if (window.innerWidth && window.innerHeight) {
winW = window.innerWidth;
winH = window.innerHeight;
}
return [winW, winH]
}
How can I receive notification about an offender in prison?
What services will I receive by registering for notification?
Is there a system that provides offender information 24 hours a day?
What is the difference between registering with VINE and registering with Victim Services?
Can I be notified when an offender is released from prison?
How can I protest an offender’s release and what do I say in my protest letter?
Can I meet with the Board of Pardons and Paroles?
Texas Department of Criminal Justice 209 West 14th Street Austin, TX 78701
Texas's Best Bail Bondsmen Resource
DISCLAIMER NOTICE: INFORMATION POSTED ON THIS WEB SITE IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY. IT IS SUBJECT TO CHANGE AND MAY BE UPDATED PERIODICALLY. WHILE EVERY EFFORT IS MADE TO ENSURE THAT THE POSTED INFORMATION IS ACCURATE, IT MAY CONTAIN FACTUAL OR OTHER ERRORS. INMATE INFORMATION CHANGES QUICKLY AND THE POSTED INFORMATION MAY NOT REFLECT THE CURRENT INFORMATION. ALL ARE PRESUMED INNOCENT UNTIL PROVEN GUILTY IN A COURT OF LAW. PUBLISHED MUGSHOTS AND/OR ARREST RECORDS ARE PREVIOUSLY PUBLISHED PUBLIC RECORDS OF: AN ARREST, A REGISTRATION, THE DEPRIVATION OF LIBERTY OR A DETENTION. THE MUGSHOTS AND/OR ARREST RECORDS PUBLISHED ON BAILBONDSEARCH.COM ARE IN NO WAY AN INDICATION OF GUILT AND THEY ARE NOT EVIDENCE THAT AN ACTUAL CRIME HAS BEEN COMMITTED. EVERY EFFORT IS MADE TO ENSURE THE ACCURACY OF INFORMATION POSTED ON THIS WEBSITE. HOWEVER, BAILBONDSEARCH.COM DOES NOT GUARANTEE THE ACCURACY OR TIMELINESS OF THE CONTENT OF THIS WEBSITE. IN ADDITION NAMES MAY BE SIMILAR OR IDENTICAL TO OTHER INDIVIDUALS. FOR LATEST CASE STATUS, CONTACT THE OFFICIAL LAW ENFORCEMENT AGENCY WHICH ORIGINALLY RELEASED THE INFORMATION. NO WARRANTY EXPRESSED OR IMPLIED IS MADE REGARDING THE ACCURACY, ADEQUACY, COMPLETENESS, LEGALITY, RELIABILITY, OR USEFULNESS OF ANY INFORMATION.
County Jail Inmate Serach
Please input inmate's name or booking number and state