function position_flair(ie,ff) {
	var name = navigator.appName;
	var ver = navigator.appVersion.substring(0,1);

	if (name == "Microsoft Internet Explorer") {var h = xHeight('Seite')-ie;}
	if (name == "Netscape") {var h = xHeight('Seite')-ff;}
	return(h);
}
function getWinHeight() {
	 if (window.innerHeight) return document.documentElement.offsetHeight;
	 else if (document.body && document.body.offsetHeight)
	 return document.body.offsetHeight;
	 else return 0;
}

var height = position_flair(90,91);
if (height != 0) {document.write("<style type=\"text/css\"> #flairlogo {margin-top:"+height+"px ;}</style>");}
