//<script>
var Help = { };

Help.getMessageHTML = function(helpID)
{
	switch (helpID)
	{
	case null: return "Moving your mouse over any object will display a description of that object.";
	case "login": return "Once you have registered, you can login and experience the functionality of the NetIS platform.";
	case "logout": return "Log out.";
	case "search": return "Activate the full-text search to receive a result list of matching companies. Full-text search features include boolean, proximity and wildcard search. See also advanced search.";
	case "searchTerm": return "Enter search term and click Search. Or, press Enter to activate full-text search and receive an appropriate result list of companies.";
	case "toggleTree": return "Click here to alternately show or hide the Table of Contents hierarchical data tree.";
	case "inFocus": return "This shows your current location in the hierarchical tree of categories.";
	case "currentUser": return "Name of currently logged-in user.";
	case "custPage": return "Display my account";
	case "advancedSearch": return "Use this option to gain the complete functionality of full-text search mechanism.";
	case "categoryInfo": return "Display information page for selected category";
	}
}
