<!--
BEGIN SHOPPING CART SEARCH OBJECT
-->
<SCRIPT LANGUAGE=JAVASCRIPT>
function browse_cart() {
window.document.location = 'shopping/start.php?browse=1';
}
</SCRIPT>
<div align="center" id="shopping_module">
<form method="post" action="shopping/start.php">
<input type="hidden" name="find" value="1">
<table border="0" cellpadding="3" cellspacing="0" width="90%" id="shopping-searchbrowse_object" class="shopping-selfcontained_box">
<tr>
<th align="left" valign="top">
Search Products:
</th>
</tr>
<tr>
<td align="center" valign="top" class="smtext">
<input type="text" name="searchfor" class="smtext" style='font-family: Arial; font-size: 7pt; width: 60%;'> <input type=submit class=FormLt1 class="smtext" style='width: 60px; cursor: hand;' value="Find">
</td></tr><tr><td align="center" valign="top" class="smtext">
<input type="button" class="smtext" value="Browse Categories" style='cursor: hand;' onclick="browse_cart();">
</td></tr></table></form>
<!--
END SHOPPING CART SEARCH OBJECT
-->