var helpTexts = new Array();
helpTexts["watch_off"] = "<h3><Image = '/gfx/icon-binoc.gif' Padding-Bottom='5'>Watcher</h3><br><text3>Click on the icon to add the selected product to watcher.</text3>";
helpTexts["watch_on"] = "<h3><Image = '/gfx/icon-binoc.gif' Padding-Bottom='5'>Watcher</h3><br><text3>This product is being watched already. Click on the icon to stop watching it.</text3>";
helpTexts["trade_on"] = "<h3><Image = '/gfx/icon-trade.gif' Padding-Bottom='5'>Trades</h3><br><text3>The selected product was traded the on this day. Click on the icon for trades report.</text3>";
helpTexts["zoom"] = "<h3><Image = '/gfx/icon-zoom.gif' Padding-Bottom='5'>Product Snapshot</h3><br><text3>Clicking this icon takes you to selected products details.</text3>";
helpTexts["settles"] = "<h3><Image = '/gfx/chart.gif' Padding-Bottom='5'>Settle Price Chart Available</h3><br><text3>There's a settle price chart available for this product.</text3>";
helpTexts["w_home"] = "<h3>Watcher at Home/Ticker</h3><br><text3>These products are displayed on homepage summary and ticker (filter criteria are omitted).</text3>";
helpTexts["w_evex"] = "<h3>Watcher at Evolution Express</h3><br><text3>Product is highlighted in all Evolution Express tables, when filter criteria is met.</text3>";
helpTexts["w_trades"] = "<h3>Watcher at Spot Trades</h3><br><text3>Product is highlighted in all Spot Trade tables, when filter criteria is met.</text3>";
helpTexts["w_trades_opt"] = "<h3>Watcher at Option Trades</h3><br><text3>Product is highlighted in all Option Trade tables, when filter criteria is met.</text3>";
helpTexts["bid_form"] = "<h3>Bid Price Filter Criteria</h3><br><text3>Provide bid price criteria to highliht rows in Evolution Express tables. The filter is omitted on homepage and ticker.</text3>";
helpTexts["offer_form"] = "<h3>Offer Price Filter Criteria</h3><br><text3>Provide offer price criteria to highliht rows in Evolution Express tables. The filter is omitted on homepage and ticker.</text3>";
helpTexts["trade_form"] = "<h3>Trade Price Filter Criteria</h3><br><text3>Provide trade price criteria to highliht rows in Spot Trade tables. The filter is omitted on homepage and ticker.</text3>";

helpTexts["smwatcher"] = "<h3>Edit Watcher</h3><br><text3>Add and remove products from watcher.</text3>";
helpTexts["smedit"] = "<h3>Edit Preferences</h3><br><text3>Edit homepage display preferences.</text3>";
helpTexts["smedit_evores"] = "<h3>Edit Preferences</h3><br><text3>Select resources and news categories.</text3>";
helpTexts["smclose"] = "<h3>Close this feature</h3><br><text3>Do not display this category on homepage.</text3>";

function mOver(menuItem) {
	// Display the help text in the applet (with no delay).
	if(document.ticker2) {
//		document.ticker2.loadTemp(helpTexts[menuItem], "", 0);
	}
}
function mOut(menuItem) {
	// Remove the help text (with no delay).
	if(document.ticker2) {
//		document.ticker2.unloadTemp(0);
	}
}