///////////////////////////////////////////////////////////////////////////////////////////
///////////////// SIZE FILTER SELECT NAV FUNCTION FOR RESULTS PAGE LIBRARY ////////////////
///////////////////////////////////////////////////////////////////////////////////////////
function changePage(newLoc)

 {

   nextPage = newLoc.options[newLoc.selectedIndex].value


   if (nextPage != "")

   {

      document.location.href = nextPage

   }

 }

