function fnQuicknavJump(qnObj){
  document.location.href = qnObj.options[qnObj.selectedIndex].value;
}
function fnClearSearchField(searchObj){
  searchObj.value = "";
}