<!--
	var sMenu = '';
	sMenu = sMenu + '<table cellpadding="0" cellspacing="0" border="0" width="200">';
	sMenu = sMenu + '<tr>';
	sMenu = sMenu + '<td valign="top" align="left"><div style="width:22px;height:20px;"><spacer type="block" width="22" height="20" /></div></td>';
	sMenu = sMenu + '<td valign="top" align="left"><img src="/global/images/navigation/menu_arrow.gif" width="16" height="20" border="0" alt="" /></td>';
	sMenu = sMenu + '<td valign="top" align="left">' + ((sMainSection != 'profile') ? '<a href="/about/profile.asp" onMouseOver="ImgOver(\'profile\');" onMouseOut="ImgOff(\'profile\');">' : '') + '<img src="/about/images/navigation/but_profile' + ((sMainSection == 'profile') ? '_on' : '') + '.gif" width="162" height="20" border="0" alt="Profile" name="profile" />' + ((sMainSection != 'profile') ? '</a>' : '') + '</td>';
	sMenu = sMenu + '</tr>';	
	sMenu = sMenu + '<tr><td valign="top" align="left" colspan="3"><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"><div style="width:22px;height:20px;"><spacer type="block" width="22" height="20" /></div></td>';
	sMenu = sMenu + '<td valign="top" align="left"><img src="/global/images/navigation/menu_arrow.gif" width="16" height="20" border="0" alt="" /></td>';
	sMenu = sMenu + '<td valign="top" align="left">' + ((sMainSection != 'hist') ? '<a href="/about/history.asp" onMouseOver="ImgOver(\'hist\');" onMouseOut="ImgOff(\'hist\');">' : '') + '<img src="/about/images/navigation/but_hist' + ((sMainSection == 'hist') ? '_on' : '') + '.gif" width="162" height="20" border="0" alt="History" name="hist" />' + ((sMainSection != 'hist') ? '</a>' : '') + '</td>';
	sMenu = sMenu + '</tr>';		
	sMenu = sMenu + '<tr><td valign="top" align="left" colspan="3"><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"><div style="width:22px;height:20px;"><spacer type="block" width="22" height="20" /></div></td>';
	sMenu = sMenu + '<td valign="top" align="left"><img src="/global/images/navigation/menu_arrow.gif" width="16" height="20" border="0" alt="" /></td>';
	sMenu = sMenu + '<td valign="top" align="left">' + ((sMainSection != 'quality') ? '<a href="/about/quality.asp" onMouseOver="ImgOver(\'quality\');" onMouseOut="ImgOff(\'quality\');">' : '') + '<img src="/about/images/navigation/but_quality' + ((sMainSection == 'quality') ? '_on' : '') + '.gif" width="162" height="20" border="0" alt="Quality" name="quality" />' + ((sMainSection != 'quality') ? '</a>' : '') + '</td>';
	sMenu = sMenu + '</tr>';
	sMenu = sMenu + '<tr><td valign="top" align="left" colspan="3"><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"><div style="width:22px;height:20px;"><spacer type="block" width="22" height="20" /></div></td>';
	sMenu = sMenu + '<td valign="top" align="left"><img src="/global/images/navigation/menu_arrow.gif" width="16" height="20" border="0" alt="" /></td>';
	sMenu = sMenu + '<td valign="top" align="left">' + ((sMainSection != 'market') ? '<a href="/about/market.asp" onMouseOver="ImgOver(\'market\');" onMouseOut="ImgOff(\'market\');">' : '') + '<img src="/about/images/navigation/but_market' + ((sMainSection == 'market') ? '_on' : '') + '.gif" width="162" height="20" border="0" alt="Market" name="market" />' + ((sMainSection != 'market') ? '</a>' : '') + '</td>';
	sMenu = sMenu + '</tr>';
	
	sMenu = sMenu + '</table>';
	document.write(sMenu);
//-->