if((navigator.appName == 'Microsoft Internet Explorer')&&(navigator.appVersion.indexOf("MSIE 5")>-1))
{ 
document.write('<link rel="stylesheet" type="text/css" href="css/portal05.css">') 
}
if((navigator.appName == 'Microsoft Internet Explorer')&&(navigator.appVersion.indexOf("MSIE 6")>-1))
{ 
document.write('<link rel="stylesheet" type="text/css" href="css/portal.css">') 
}
else if(navigator.appName != 'Microsoft Internet Explorer')
{ 
document.write('<link rel="stylesheet" type="text/css" href="css/portalns.css">')
}
else
{
document.write('<link rel="stylesheet" type="text/css" href="css/portalns.css">')
}


function BlurLinks(){

lnks=document.getElementsByTagName('a');
for(i=0;i<lnks.length;i++){
lnks[i].onfocus=new Function("this.blur()");
}

lnks=document.getElementsByTagName('area');
for(i=0;i<lnks.length;i++){
lnks[i].onfocus=new Function("this.blur()");
}
}

onload=BlurLinks;

lnks=document.getElementsByName('Verweis');
for(i=0;i<lnks.length;i++){
lnks[i].onfocus=new Function("this.blur()");
}


