function checkForm(){
if (document.navform.search_term.value==''){return false};
}
function whoamI(){
whoami=window.open("_whoamI.cfm?id="+document.form.whoson.value,"whoami","width=200,height=110,scrollbars=yes,location=yes,menubar=yes,toolbar=yes");
}
function change(which) {
  	if (document.all){
      window.document.all[which].style.background = 'cc0000';}
  }

 function changeback(which) {
	if (document.all){
          window.document.all[which].style.background = '383838';}
  }


function navWhere(whichmenu){
if (whichmenu[whichmenu.selectedIndex].value=='home.cfm'){location.href=whichmenu[whichmenu.selectedIndex].value;}
if (whichmenu[whichmenu.selectedIndex].value!=''){
	if (location.href.indexOf(whichmenu[whichmenu.selectedIndex].value)<0)
		{location.href=whichmenu[whichmenu.selectedIndex].value;
		}whichmenu.selectedIndex=0;
}

}