var lc_strHeadline = '';

function onLcContentPageLoaded_headlineChangeHandler(strHeadline)
{
    lc_strHeadline = strHeadline;
    onLcContentPageLoaded_realHeadlineChangeHandler();
}

function onLcContentPageLoaded_realHeadlineChangeHandler()
{
    var strHeadline = lc_strHeadline;

    try
    {
        if(top.bannerFrame){top.bannerFrame.document.getElementById('actiontext').innerHTML=strHeadline; } else { top.contentFrame.bannerFrame.document.getElementById('actiontext').innerHTML=strHeadline; }
    }
    catch(ex)
    {
        window.setTimeout('onLcContentPageLoaded_realHeadlineChangeHandler()', 100);
        return;
    }
    
    if(bIFrameProblemBrowser)
	{
		//alert("hm");
	}
	else
	{
		//alert(top.contentFrame.bodyFrame.location);

		if(top.contentFrame.bodyFrame.location == Startseite_URL_link)
		{
			//top.contentFrame.bannerFrame.document.location.reload();
			top.contentFrame.bannerFrame.document.getElementById('actiontext').style.top = '123px';
			top.contentFrame.bannerFrame.document.getElementById('overlay_banner').style.display='';
			top.contentFrame.bannerFrame.document.getElementById('actiontext').className = 'actiontext_start';
			/**
			top.contentFrame.bodyFrame.document.getElementById('overlay_body1').style.display='';
			top.contentFrame.bodyFrame.document.getElementById('overlay_body2').style.display='';
			top.contentFrame.bodyFrame.document.getElementById('overlay_body3').style.display='';
			top.contentFrame.bodyFrame.document.getElementById('overlay_body4').style.display='';
			alert("ok");
			**/
			/**
			top.contentFrame.bannerFrame.document.body.innerHTML += '<div style="position:absolute;bottom:0px;left:600px;z-index:9500;"><img src="images/newstop_overlay.png"></div>';
			top.contentFrame.bodyFrame.document.body.innerHTML += '<div style="position:absolute;top:0px;left:600px;z-index:9500;"><img src="images/newsmiddle_overlay.png"></div>';
			top.contentFrame.bodyFrame.document.body.innerHTML += '<div style="position:absolute;top:45px;left:600px;z-index:9500;width:179px;height:315px;"><IFRAME NAME="News" MARGINWIDTH="0" MARGINHEIGHT="0" SRC="news.htm" WIDTH="179" HEIGHT="315" SCROLLING="auto" NORESIZE FRAMEBORDER="0" HSPACE="0" VSPACE="0" ALIGN="left"></IFRAME></div>';
			top.contentFrame.bodyFrame.document.body.innerHTML += '<div style="position:absolute;top:360px;left:600px;z-index:9500;"><img src="images/newsbottom_overlay.png"></div>';
		**/
		}
		else
		{
			if(top.contentFrame.bannerFrame.document.getElementById('overlay_banner').style.display == '')
			{
			top.contentFrame.bannerFrame.document.getElementById('overlay_banner').style.display='none';
			top.contentFrame.bannerFrame.document.getElementById('actiontext').className = 'actiontext';
			top.contentFrame.bannerFrame.document.getElementById('actiontext').style.top = '132px';
		}
			//top.contentFrame.bannerFrame.document.location.reload();
		}
	}

}

	
	


