<!-- Minus AutoDato -->
/* startscript */
function showElement(element) {
  document.getElementById(element).style.visibility='visible'
};

function hideElement(element) {
  document.getElementById(element).style.visibility='hidden'
};

function infoHighlight(element) {
document.getElementById(element).style.backgroundColor='#FFFFFF';
document.getElementById(element).style.cursor='hand';
};

function infoNormal(element) {
document.getElementById(element).style.backgroundColor='#99FFFF';
document.getElementById(element).style.cursor='default';
};

function visText(billede) {
 document.getElementById(billede + 'Text').style.visibility='visible';
};

function skjulText(billede) {
 document.getElementById(billede + 'Text').style.visibility='hidden';
};

portal_txt_G=new Image(); portal_txt_G.src='portal_txt_G.gif';
portal_txt_R=new Image(); portal_txt_R.src='portal_txt_R.gif';

var maaneder=new Array('Januar','Februar','Marts','April','Maj','Juni','Juli','August','September','Oktober','November','December');

function tid() {
var nu=new Date;
var maaned=maaneder[nu.getMonth()];
var aar=nu.getYear();
if (aar<200) { aar=aar+1900 };
return(maaned + ' ' + aar);
};

if (screen.width<=800) {
if (screen.width==800) {overflw='overflow-y:auto'} else {overflw='overflow:auto'};
  document.write('<STYLE TYPE="text/css">BODY{' + overflw + '} DIV#main{width:790px;top:0px;left:0px;margin:0px}</STYLE>');
};

if (navigator.userAgent.indexOf('MSIE')==-1) {
document.write('<STYLE TYPE="text/css">DIV#counter{top:542px}</STYLE>');
};
if (location.href.indexOf('www.')==-1) {
document.write('<STYLE TYPE="text/css">DIV#counter{display:none}</STYLE>');
};