<!--
	var sSubMenu = '';
	sSubMenu = sSubMenu + '<img src="/brands/saltram/global/images/menuspacer.gif" width="141" height="29" border="0" alt="" />';
	sSubMenu = sSubMenu + '<a href="/brands/saltram/visiting/location.htm"' + ((sSubSection != 'location') ? ' onMouseOver="ImgOver(\'thelocation\');" onMouseOut="ImgOff(\'thelocation\');"' : '') + '><img src="/brands/saltram/visiting/images/but_visiting_location' + ((sSubSection == 'location') ? '_on' : '') + '.gif" width="64" height="29" border="0" alt="Location" name="thelocation" /></a>';
	sSubMenu = sSubMenu + '<a href="/brands/saltram/visiting/tastingbar.htm"' + ((sSubSection != 'tastingbar') ? ' onMouseOver="ImgOver(\'tastingbar\');" onMouseOut="ImgOff(\'tastingbar\');"' : '') + '><img src="/brands/saltram/visiting/images/but_visiting_tastingbar' + ((sSubSection == 'tastingbar') ? '_on' : '') + '.gif" width="80" height="29" border="0" alt="Tasting Bar" name="tastingbar" /></a>';
	sSubMenu = sSubMenu + '<a href="/brands/saltram/visiting/salters.htm"' + ((sSubSection != 'salters') ? ' onMouseOver="ImgOver(\'salters\');" onMouseOut="ImgOff(\'salters\');"' : '') + '><img src="/brands/saltram/visiting/images/but_visiting_salters' + ((sSubSection == 'salters') ? '_on' : '') + '.gif" width="103" height="29" border="0" alt="Salter\'s Restaurant" name="salters" /></a>';
	sSubMenu = sSubMenu + '<a href="/brands/saltram/visiting/occasions.htm"' + ((sSubSection != 'occasions') ? ' onMouseOver="ImgOver(\'occasions\');" onMouseOut="ImgOff(\'occasions\');"' : '') + '><img src="/brands/saltram/visiting/images/but_visiting_occasions' + ((sSubSection == 'occasions') ? '_on' : '') + '.gif" width="77" height="29" border="0" alt="Occasions" name="occasions" /></a>';
	sSubMenu = sSubMenu + '<img src="/brands/saltram/global/images/img_end.gif" width="25" height="29" border="0" alt="" />';
	
	document.write(sSubMenu);
//-->