<!-- Start
if (!document.layers)
	document.write('<div id="Floater" style="position:absolute">')
document.write('<layer id="Floater">');
document.write('<a href="/grundsatzliches/f0501-sitemap"><img src="/pco_webstyle/web_float_sitemap_de.gif" title="" border="0"></a><br>');
document.write('<a href="http://www.profilant.net" TARGET="_new"><img src="/pco_webstyle/web_float_webcat_de.gif" title="" border="0"></a><br>');
document.write('<a href="http://www.procom-deutschland.de"><img src="/pco_webstyle/web_float_home_de.gif" title="" border="0"></a><br>');
document.write('<a href="javascript:history.go(-1);"><img src="/pco_webstyle/web_float_back_de.gif" title="" border="0"></a><br>');
document.write('</layer>');
if (!document.layers)
	document.write('</div>')
function JSFX_FloatTopDiv()
{
	// THE FOLLOWING X AND Y NUMBERS DETERMINES THE MENU POSITION
	var placeX = 0;
	var placeY = 322;
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	var d = document;
	function DeLayer(id)
	{
		var GetElements=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
		if(d.layers)GetElements.style=GetElements;
		GetElements.sP=function(x,y){this.style.right=x;this.style.top=y;};
		GetElements.x = placeX;
		GetElements.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		GetElements.y -= placeY;
		return GetElements;
	}
	window.stayTopright=function()
	{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - placeY - ftlObj.y)/15;
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("stayTopright()", 10);
	}
	ftlObj = DeLayer("Floater");
	stayTopright();
}
JSFX_FloatTopDiv();
//  End -->
