<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'
function menua()
{
	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="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 & Press Releases</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="index.aspx" onmouseover="javascript:HidepressMenu()" class="menu">Home</a>';

	theStr+='</td></tr><tr><td nowrap>';
	theStr+='<a href="viewcontacts.aspx" onmouseover="javascript:HidepressMenu()" class="menu">view Contact</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="viewquestions.aspx" onmouseover="javascript:HidepressMenu()" class="menu">View Tech Quest</a>';

	theStr+='</td></tr><tr><td nowrap>';
	theStr+='<a href="addfeaturedproduct.aspx" onmouseover="javascript:HidepressMenu()" class="menu">Add Product</a>';

	theStr+='</td></tr><tr><td nowrap>';
	theStr+='<a href="viewfeaturedproduct.aspx" onmouseover="javascript:HidepressMenu()" class="menu">View Product</a>';	
	
	theStr+='</td></tr><tr><td nowrap>';
	theStr+='<a href="updatefeaturedproduct.aspx" onmouseover="javascript:HidepressMenu()" class="menu">Update Product</a>';

	theStr+='</td></tr><tr><td nowrap>';
	theStr+='<a href="logoff.aspx" onmouseover="javascript:HidepressMenu()" class="menu">LogOut</a>';

	theStr+='</td></tr><tr><td>';
	theStr+='<img src="picts/menu-bottom.gif" width="175" height="65"></a><br>';
	theStr+='</td></tr></table>';
	return theStr;
}

//  End -->