<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

function menub()
{
	var theStr;
	theStr='<TABLE cellpadding="0" cellspacing="0" border="0" width="175"><tr><td>';
	theStr+='<img src="picts/spacer.gif" width="175" height="1"><br>';


	// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


	theStr+='</td></tr><tr><td nowrap>';
	theStr+='<a href="order.aspx" onmouseover="javascript:HidepressMenu()" class="menu">Part Search & Order Entry</a>';

	theStr+='</td></tr><tr><td nowrap>';
	theStr+='<a href="status.aspx" onmouseover="javascript:HidepressMenu()" class="menu">Order Status</a>';


	theStr+='</td></tr><tr><td nowrap>';
	theStr+='<a href="account.aspx" onmouseover="javascript:HidepressMenu()" class="menu">My Account</a>';


	//theStr+='</td></tr><tr><td nowrap>';
	//theStr+='<a href="news.aspx" class="menu">News</a>';

	theStr+='</td></tr><tr><td nowrap>';
	theStr+='<a href="contacts.aspx" onmouseover="javascript:HidepressMenu()" class="menu">Contacts</a>';

	theStr+='</td></tr><tr><td nowrap>';
	theStr+='<a href="viewfeaturedproduct.aspx" onmouseover="javascript:HidepressMenu()" class="menu">Featured Products</a>';	
	
	theStr+='</td></tr><tr><td nowrap>';
	theStr+='<a href="question.aspx" onmouseover="javascript:HidepressMenu()" class="menu">Ask a Question</a>';

	
	theStr+='</td></tr><tr><td nowrap>';
	theStr+='<a href="#" onmouseover="javascript:showpressMenu()" class="menu">News & Events</a>';

	theStr+='</td></tr><tr><td nowrap>';
	theStr+='<a href="http://www.kellstrom.com" onmouseover="javascript:ShowWebsitesMenu()" class="menu">Websites</a>';

	//theStr+='</td></tr><tr><td nowrap>';
	//theStr+='<a href="http://www.AMETEK.com" class="menu">AMETEK Home</a>';

	theStr+='</td></tr><tr><td nowrap>';
	theStr+='<a href="javascript:addfav()" onmouseover="javascript:HidepressMenu()" class="menu">Add to Favorites</a>';

	theStr+='</td></tr><tr><td nowrap>';
	theStr+='<a href="index.aspx" onmouseover="javascript:HidepressMenu()" class="menu">Home</a>';

	theStr+='</td></tr><tr><td>';
	theStr+='<img src="picts/menu-bottom.gif" onmouseover="javascript:HidepressMenu()" width="175" height="65"></a><br>';
	theStr+='</td></tr></table>';
	
	return theStr;
}


//  End -->