function hiLite(){
  pageimg ='t_'+pageno;
if(pageno!=null){document.images[pageimg].src='/police/images/'+ pageno +'_on.gif'}
}

function makeChange(imgNum,imgOut) {
  if(document.images){
    document.images[imgNum].src=imgOut;
    hiLite();
  }else{
  }
}
pageno = null
