function onLcContentPageLoaded_completeHandler(strActionImageUrl, strActionBannerNumber, strActionHeadlineText, strActionLongtextUrl, iMenuItemIndex, strMenuName, iMenuItemLevel)

{
	var iIndex=-1;
	if(strMenuName=='Menü Deutsch')
	{
		iIndex=iMenuItemIndex;
	}
	top.menu_frame.Menu_OnPageLoadHandler(iIndex);
}

