<!--
//	Footer script: Inserts footer at the point the script is inserted
//	Written by William Juul, 19990331


function popup(n){
  copyright=window.open("http://www.pvv.ntnu.no/~williaj/copyright/index.html","copyright","toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,top=300,left=300,width=250,height=420")
  clearID=copyright.setTimeout("self.close()",10000)
  return true;
}

if (location.search=='juulsearch')parent.frames.nav.startIt()

document.open();

if (navigator.appName.indexOf("Netscape") != -1){
    document.write('<HR><TABLE WIDTH="80%" CELLPADDING="3" CELLSPACING="0"><TR><TD>')
  }
else {
  document.write('<HR><TABLE WIDTH="100%" CELLPADDING="3" CELLSPACING="0"><TR><TD>')
  }
document.write('&nbsp;');
document.write('');
document.write('</TD><TD ALIGN="RIGHT">');
document.write('<A HREF="javascript:void(0)"');
document.write('ONMOUSEOVER="popup(0);return false,');
document.write('window.status=\'Copyright notice\';return true">&copy;</A>');
document.write('<A HREF="http://www.pvv.ntnu.no/~williaj/christine/index.html" TARGET="main"');
document.write('ONMOUSEOVER="window.status=\'Christine Juul\';return true">Christine Juul</A><BR>');
document.write('<I><A HREF="mailto:webmaster@juul.no"');
document.write('ONMOUSEOVER="window.status=\'Email the Webmaster\';return true">webmaster@juul.no</A></I>');
document.write('</TD></TR></TABLE>');

document.close();

//--->

