<!--
	var sMenu = '';
	sMenu = sMenu + '<table cellpadding="0" cellspacing="0" border="0" width="200">';
//	sMenu = sMenu + '<tr>';
//	sMenu = sMenu + '<td valign="top" align="left" colspan="3" background=""><a href="/foodservice/newproducts.asp"' + ((sMainSection != 'newproducts') ? ' onMouseOver="ImgOver(\'newproducts\');" onMouseOut="ImgOff(\'newproducts\');"' : '') + '><img src="/foodservice/images/navigation/but_newproducts' + ((sMainSection == 'newproducts') ? '_on' : '') + '.gif" width="159" height="21" border="0" alt="New Products" name="newproducts" /></a></td>';
//	sMenu = sMenu + '</tr>'; 
//cheese
//	sMenu = sMenu + '<tr><td valign="top" align="left" colspan="3" background=""><img src="/global/images/navigation/menu_separator.gif" width="200" height="3" border="0" alt="" /></td></tr>';
	sMenu = sMenu + '<tr>';
	sMenu = sMenu + '<td valign="top" align="left" background=""><div style="width:22px;height:20px;"><spacer type="block" width="22" height="20" /></div></td>';
	sMenu = sMenu + '<td valign="top" align="left" background=""><img src="/global/images/navigation/menu_arrow.gif" width="16" height="20" border="0" alt="" /></td>';
	sMenu = sMenu + '<td valign="top" align="left" background=""><a href="/foodservice/cheese.asp"' + ((sMainSection != 'cheese') ? ' onMouseOver="ImgOver(\'cheese\');" onMouseOut="ImgOff(\'cheese\');"' : '') + '><img src="/foodservice/images/navigation/but_cheese' + ((sMainSection == 'cheese') ? '_on' : '') + '.gif" width="121" height="21" border="0" alt="Cheese" name="cheese" /></a></td>';
	sMenu = sMenu + '</tr>';
//milk
	sMenu = sMenu + '<tr><td valign="top" align="left" colspan="3" background=""><img src="/global/images/navigation/menu_separator.gif" width="200" height="3" border="0" alt="" /></td></tr>';
	sMenu = sMenu + '<tr>';
	sMenu = sMenu + '<td valign="top" align="left" background=""><div style="width:22px;height:20px;"><spacer type="block" width="22" height="20" /></div></td>';
	sMenu = sMenu + '<td valign="top" align="left" background=""><img src="/global/images/navigation/menu_arrow.gif" width="16" height="20" border="0" alt="" /></td>';
	sMenu = sMenu + '<td valign="top" align="left" background=""><a href="/foodservice/milk.asp"' + ((sMainSection != 'milk') ? ' onMouseOver="ImgOver(\'milk\');" onMouseOut="ImgOff(\'milk\');"' : '') + '><img src="/foodservice/images/navigation/but_milk' + ((sMainSection == 'milk') ? '_on' : '') + '.gif" width="121" height="21" border="0" alt="Milk" name="milk" /></a></td>';
	sMenu = sMenu + '</tr>';
//spreads
	sMenu = sMenu + '<tr><td valign="top" align="left" colspan="3" background=""><img src="/global/images/navigation/menu_separator.gif" width="200" height="3" border="0" alt="" /></td></tr>';
	sMenu = sMenu + '<tr>';
	sMenu = sMenu + '<td valign="top" align="left" background=""><div style="width:22px;height:20px;"><spacer type="block" width="22" height="20" /></div></td>';
	sMenu = sMenu + '<td valign="top" align="left" background=""><img src="/global/images/navigation/menu_arrow.gif" width="16" height="20" border="0" alt="" /></td>';
	sMenu = sMenu + '<td valign="top" align="left" background=""><a href="/foodservice/spreads.asp"' + ((sMainSection != 'spreads') ? ' onMouseOver="ImgOver(\'spreads\');" onMouseOut="ImgOff(\'spreads\');"' : '') + '><img src="/foodservice/images/navigation/but_spreads' + ((sMainSection == 'spreads') ? '_on' : '') + '.gif" width="121" height="21" border="0" alt="Spreads" name="spreads" /></a></td>';
	sMenu = sMenu + '</tr>';
//cream
	//sMenu = sMenu + '<tr><td valign="top" align="left" colspan="3" background=""><img src="/global/images/navigation/menu_separator.gif" width="200" height="3" border="0" alt="" /></td></tr>';
	//sMenu = sMenu + '<tr>';
	//sMenu = sMenu + '<td valign="top" align="left" background=""><div style="width:22px;height:20px;"><spacer type="block" width="22" height="20" /></div></td>';
	//sMenu = sMenu + '<td valign="top" align="left" background=""><img src="/global/images/navigation/menu_arrow.gif" width="16" height="20" border="0" alt="" /></td>';
	//sMenu = sMenu + '<td valign="top" align="left" background=""><a href="/foodservice/cream.asp"' + ((sMainSection != 'cream') ? ' onMouseOver="ImgOver(\'cream\');" onMouseOut="ImgOff(\'cream\');"' : '') + '><img src="/foodservice/images/navigation/but_cream' + ((sMainSection == 'cream') ? '_on' : '') + '.gif" width="121" height="21" border="0" alt="Cream" name="cream" /></a></td>';
	//sMenu = sMenu + '</tr>';
//powder
	sMenu = sMenu + '<tr><td valign="top" align="left" colspan="3" background=""><img src="/global/images/navigation/menu_separator.gif" width="200" height="3" border="0" alt="" /></td></tr>';
	sMenu = sMenu + '<tr>';
	sMenu = sMenu + '<td valign="top" align="left" background=""><div style="width:22px;height:20px;"><spacer type="block" width="22" height="20" /></div></td>';
	sMenu = sMenu + '<td valign="top" align="left" background=""><img src="/global/images/navigation/menu_arrow.gif" width="16" height="20" border="0" alt="" /></td>';
	sMenu = sMenu + '<td valign="top" align="left" background=""><a href="/foodservice/powder.asp"' + ((sMainSection != 'powder') ? ' onMouseOver="ImgOver(\'powder\');" onMouseOut="ImgOff(\'powder\');"' : '') + '><img src="/foodservice/images/navigation/but_powder' + ((sMainSection == 'powder') ? '_on' : '') + '.gif" width="121" height="21" border="0" alt="Powder" name="powder" /></a></td>';

	sMenu = sMenu + '</tr>';

	sMenu = sMenu + '</table>';
	document.write(sMenu);
//-->

