function clearCategory() {

// Clear the category select if a brand is selected

document.header_search.category.value = 'not selected' ;

}

function clearBrand() {

// Clear the brand select if a category is selected

document.header_search.brand.value = 'not selected' ;
  
}
