if (document.all)
        korr=0
    else 
        korr=1
faneh=19-korr
hoejremargen=16
topfanersbredde=(document.body.offsetWidth-110-hoejremargen)
fanebredde=topfanersbredde/4;
xvaerdi=109+fanebredde*(topfanenr-1);
topfane='<div id="bev_topfane"'+
' style="left:'+xvaerdi+'px;width:'+fanebredde+'px;height:'+faneh+'px;border-top-width:1px;border-bottom-width:0px;'+
'border-left-width:1px;border-right-width:1px;'+
'font:arial;color:#000000;font-weight:bold;"><a href='+topfaneadresse+'>'+topfanetekst+'</a></div>'
document.write(topfane)
