var brw=5;

if((navigator.userAgent).search(/Opera.+/)!=-1){
	brw=0;//Opera
} else if (document.getElementById) {
	if (!document.all) {
		brw=1;//Netscape 6+
	} else {
		brw=2;//IE 5+
	}
} else if (document.all) {
	brw=3;//IE 4
} else if (document.layers) {
	brw=4;//Netscape 4.x
}

function Formatierung () {
}