/* Begin DO NOT ALTER */
function telephone() {
/* End DO NOT ALTER */
/* Change Telephone Number Here */
  return '(903) 878-2679';
/* Begin DO NOT ALTER */
}

function owneremail() {
/* End DO NOT ALTER */
/* Change Owner Email Address Here */
  return '<a class="contacttxt" href="&#109;&#97;&#105;&#1' +
         '08;&#116;&#111;&#58;&#109;&#116;&#104;&#111;&#109;&#97;&#115;' +
         '&#64;'+
         '&#112;&#101;&#111;&#112;&#108;&#101;&#115;&#99;&#111;&#109;' +
         '&#46;' +
         '&#110;&#101;&#116;?subject=TDCR Inquiry">' +
         '&#109;&#116;&#104;&#111;&#109;&#97;&#115;&#32;&#64;&#32;&#112;&#101;&#111;&#112;&#108;&#101;&#115;&#99;&#111;&#109;&#46;&#110;&#101;&#116;</a>'
/* Begin DO NOT ALTER */
}

function feedbackemail() {
/* End DO NOT ALTER */
/* Change Owner Email Address Here */
  return '<a class="leftbar" href="&#109;&#97;&#105;&#1' +
         '08;&#116;&#111;&#58;&#109;&#116;&#104;&#111;&#109;&#97;&#115;' +
         '&#64;'+
         '&#112;&#101;&#111;&#112;&#108;&#101;&#115;&#99;&#111;&#109;' +
         '&#46;' +
         '&#110;&#101;&#116;?subject=TDCR Feedback">' +
         'Feedback</a>'
/* Begin DO NOT ALTER */
}

function imgpop(popurl,popname,popwid,pophei){
  eval("winpops=window.open(popurl, popname, 'toolbar=0,scrollbars=0,location=0,left=100,top=100,statusbar=0,menubar=0,resizable=0,width=" + popwid + ",height=" + pophei + "');");
  winpops.focus(top);
}