I have got the two searches on my site at the moment but they are seperate.
www.blueuniverse.co.uk
The form for my search engine is
<form method="get" action="http://www.blueuniverse.co.uk/search/index.php">
<input name="REQ" type="text" size="20" />
<input type="submit" name="submit" value="Web Search" />
</form>
The form for my directory is
<form method="get" action="http://www.blueuniverse.co.uk/dir/search.php">
<input name="q" type="text" size="20" />
<input type="submit" name="submitsearch" value="Directory Search" />
</form>