I suspect that goldbug is wrong and daarius is right - mod_rewrite is NOT being used, rather there is a PHP file called "browse" (note: no extension). This is executed by PHP because Apache's rules (either in httpd.conf or .htaccess) tell it to.
Then it uses PATH_INFO to discover what was requested.
This is a nice way of doing it; I use it often.
Mark