Mark Harrison has a great article how to add search from MOSS 2007 to your IE browser.
(Rename xxxx with the name of your MOSS machine)
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerSearchScopesIntranet]
"DisplayName"="Search Intranet"
"URL"=http://xxxx/searchcenter/pages/search_results.aspx?k={searchTerms}&s=Intranet
[HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerSearchScopesPeople]
"DisplayName"="Search people"
"URL"="http://xxxx/searchcenter/pages/people_results.aspx?k={searchTerms}"
Check his complete article here.