<!-- create top menu

function clearText(thefield){
	if (thefield.defaultValue==thefield.value)
	thefield.value = ""
}


if (!document.layers)
document.write('<div id="mainnav" style="position:absolute">')
document.write('<layer id="mainnav">');

document.write('<div id="topnav"><div class="n_left"><a href="Default.aspx">Home</a>&nbsp;&nbsp;<a href="beef-o-bradys-menu.aspx">Menu</a>&nbsp;&nbsp;<a href="kids-zone.aspx">Kid\'s Zone</a>&nbsp;&nbsp;<a href="http://beefobradys.fbmta.com/Forms/beefobrady/join.aspx" target="_blank">Team \'O\' Brady\'s</a>&nbsp;&nbsp;<a href="gift-cards.aspx">Gift Cards</a></div><div class="n_center"><a href="beefobradys-bowl.aspx"><img src="images/spacer.gif" height="55" width="70" border="0"/></a></div><div class="n_right"><a href="catering.aspx">Catering</a></div><div class="n_search"><form action="http://hosted.where2getit.com/beefobradys/" method="get"><div class="zip"><strong>Store Locator</strong><br /><input id="inputaddress" type="text" name="addressline" size="13" value="Enter City or Zip" onfocus="clearText(this)" /></div><div class="go"><br /><input name="search" type="image" src="images/gobutton.png" id="search_button" /></div><input type="hidden" name="form" value="locator_search" /></form></div></div>');


document.write('</layer>');
 

if (!document.layers)
document.write('</div>')



//  End -->
