var screen_width = null;
var screen_height = null;
var resolution = null;
var height, width;

if (document.all)
 height = document.body.offsetHeight, width = document.body.offsetWidth;
else if (document.layers)
  height = window.innerHeight, width = window.innerWidth;

document.write(
"<TABLE ALIGN=TOP width=100% cellpadding=0 cellspacing=0 border=0><TR align=center>" +
"<TD bgcolor=\"#000000\">" +
"<img border=0 src=glorra.png width=494 height=136>" +
"</TD></TR></TABLE>"
);
document.write("<TABLE ALIGN=LEFT WIDTH=100% cellpadding=5 cellspacing=0 border=0 HEIGHT=");
document.write(height-140);
document.write("><TR><TD align=center WIDTH=15% valign=top bgcolor=\"#0000AA\">");
document.write("<A class=toolbar href=./><img src=home.gif width=146 height=28 border=0></A><BR><BR>");
document.write("<A class=toolbar href=schedule.html><img src=schedule.gif width=146 height=28 border=0></A><BR><BR>");
document.write("<A class=toolbar href=rules.html><img src=rules.gif width=146 height=28 border=0></A><BR><BR>");
document.write("<A class=toolbar href=track_directions.html><img src=tracks.gif width=146 height=28 border=0></A><BR><BR>");
document.write("<A class=toolbar href='pictures.html'><img src=pictures.gif width=146 height=28 border=0></A><BR><BR>");
document.write("<A class=toolbar href='links.html'><img src=links.gif width=146 height=28 border=0></A>");
document.write("</TD><TD valign=top>");

