function onLcContentPageLoaded_menuNameHandler(strMenuName, iMenuItemIndex)
{
	if(strMenuName.toLowerCase().indexOf(' oben') < 0)
	{
		if(typeof(top.menuFrame.lcGraphTabDeselectCurrent) != 'undefined')
		{
			top.menuFrame.lcGraphTabDeselectCurrent();
		}
	}
}