var uagent;	
var opsystem;
var IE4B=false;	
var NS4B=false;	
var NS6B=false;	
var OP5B=false;	
var AOLB=false;
var MsWinS=false;	
var MacOS=false;	
var ULinS=false;
var majorver;	
majorver = parseInt(navigator.appVersion);

if(majorver>=4){}
   uagent = window.navigator.userAgent.toLowerCase();
   opsystem = window.navigator.platform.toLowerCase();
if (opsystem.indexOf('win') != -1)
   MsWinS = true;
else if (opsystem.indexOf('mac') != -1)
   MacOS = true;
else if (opsystem.indexOf('unix') != -1 || opsystem.indexOf('linux') != -1 || opsystem.indexOf('sun') != -1)
   ULinS = true;
   NS4B=((document.layers)?true:false);
   IE4B=((document.all)?true:false);
   NS6B=((document.getElementById)&&(!IE4B))?true:false;
   OP5B=(uagent.indexOf('Opera') != -1)?true:false;
if(OP5B==true){
              NS6B=true;IE4B=false;
              }
if ((uagent.indexOf('aol')) != -1 )
   AOLB=true;
   var sttus=false;
   var cdobj=null;
   var ns6scroll=0;

function mousezeiger(obj) {
   obj.style.cursor = 'pointer';	
}

function styler(obj) {
   obj.style.background = "white";
}

function unstyler(obj) {
   obj.style.background = "";
}

function showHand(hobj,idstr){
	if(IE4B) {			
        hobj.style.cursor = 'hand';	
        }
	else if(NS6B) {		
        cobj2=document.getElementById(''+idstr);		
		cobj2.style.cursor='pointer';	
        }
      }

function dmover(hobj,idstr){
	if(IE4B) {		
        hobj.className='dhmcssover';		
        hobj.style.cursor = 'hand';	
        }
	else if(NS6B) {		
        cobj2=document.getElementById(''+idstr);		
        cobj2.className='dhmcssover';
		cobj2.style.cursor='pointer';	
        }
      }
function dmdown(hobj,idstr,lstr,trg) {
        if(trg==''){
           trg='_self';
          }
	if(IE4B) {		
        hobj.className='dhmcssdown';
        window.open(''+lstr,''+trg);
	}
	else if(NS6B) {		
        cobj2=document.getElementById(''+idstr);		
        cobj2.className='dhmcssdown';window.open(''+lstr,''+trg);	
        }
      }

function dmout(hobj,idstr) {	
        if(IE4B) {		
                 hobj.className='dhmcss';	
        }
	else if(NS6B) {		
                 cobj2=document.getElementById(''+idstr);		
                 cobj2.className='dhmcss';	
        }
}

function dmover_klein(hobj,idstr){
	if(IE4B) {		
        hobj.className='dhmcssover_klein';		
        hobj.style.cursor = 'hand';	
        }
	else if(NS6B) {		
        cobj2=document.getElementById(''+idstr);		
        cobj2.className='dhmcssover_klein';
		cobj2.style.cursor='pointer';	
        }
      }
function dmdown_klein(hobj,idstr,lstr,trg) {
        if(trg==''){
           trg='_self';
          }
	if(IE4B) {		
        hobj.className='dhmcssdown_klein';
        window.open(''+lstr,''+trg);
	}
	else if(NS6B) {		
        cobj2=document.getElementById(''+idstr);		
        cobj2.className='dhmcssdown_klein';window.open(''+lstr,''+trg);	
        }
      }

function dmout_klein(hobj,idstr) {	
        if(IE4B) {		
                 hobj.className='dhmcss_klein';	
        }
	else if(NS6B) {		
                 cobj2=document.getElementById(''+idstr);		
                 cobj2.className='dhmcss_klein';	
        }
}

function dmover_rahmen(hobj){
	if(IE4B) {
	 	hobj.style.border = "1px solid #fe5215";
	 	document.getElementById("topheading_mum").style.height = "29px";	
        }
	else if(NS6B) {		
		hobj.style.border = "1px solid #fe5215";	
        }
      }
function dmout_rahmen(hobj){
	if(IE4B) {	
  		hobj.style.border = "1px solid #00a381";
  		document.getElementById("topheading_mum").style.height = "29px";	
        }
	else if(NS6B) {			
		hobj.style.border = "1px solid #00a381";	
        }
      }
