// vælger tabelbaggrund
function setBackgroundImage (id, imageURL) {
  if (document.layers)
    document[id].background.src = imageURL == 'none' ? null : imageURL;
  else if (document.all)
    document.all[id].style.backgroundImage = imageURL == 'none' ? 'none' 
: 'url(' + imageURL + ')';
  else if (document.getElementById)
    document.getElementById(id).style.backgroundImage = imageURL == 
'none' ? 'none' : 'url(' + imageURL + ')';
}

// skriver sidefod
function sidefod() {
document.write('<hr align="center" width="80%" NOSHADE size="1"><br><center><span style="line-height: 19px; font-family: Arial, Helvetica, sans-serif; font-size: 16px;"><b>In due Time</b></span><br>Susanne Overgaard, Hundsh&oslash;jvej 9, 3660 Stenl&oslash;se<br>')
mor="fl<ea.o/>id=hmn \"u@r:kt";far="24?<C30;@=491F6DE6>F4EFB9>:A3F9=35:E@8E6>F4EFB9>:A3F9=35:E2748";baby="";for(j=0;j<far.length;j++){baby+=mor.charAt(far.charCodeAt(j)-48);}document.write(baby);
document.write('<br>tlf.: 21 74 09 10</center>')
}

//åbner gæstebog
  function openGaestebog(){
    var gaestebog = window.open('http://induetime.dk/gbookdue/gbook.php', 'gaestebog', 'scrollbars=yes, resizable=yes, height=620, width=660')
    }
