function changeimage(thisone){

var objRef = document.getElementById(thisone);
objRef.style.borderBottom="3px solid #9BA0C2";
}

function resetimage(thisone){
var objRef= document.getElementById(thisone);
objRef.style.borderBottom="3px solid #A9CADE";
}

function changebit(){
this.location.href="searchresults.htm";
}

