//copied code for each year.
//1998 - 2001
var y1 = 50;   // change the # on the left to adjuct the Y co-ordinate
(document.getElementById) ? dom = true : dom = false;

function hideIt1() {
  if (dom) {document.getElementById("layer1").style.visibility='hidden';}
  if (document.layers) {document.layers["layer1"].visibility='hide';} }

function showIt1() {
  if (dom) {document.getElementById("layer1").style.visibility='visible';}
  if (document.layers) {document.layers["layer1"].visibility='show';} }

function placeIt1() {
  if (dom && !document.all) {document.getElementById("layer1").style.top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.layers) {document.layers["layer1"].top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.all) {document.all["layer1"].style.top = document.body.scrollTop + (document.body.clientHeight - (document.body.clientHeight-y1));}
  window.setTimeout("placeIt1()", 10); }

window.onload=placeIt1();
onResize="window.location.href = window.location.href"


//2003
var y1 = 50;   // change the # on the left to adjuct the Y co-ordinate
(document.getElementById) ? dom = true : dom = false;

function hideIt3() {
  if (dom) {document.getElementById("layer3").style.visibility='hidden';}
  if (document.layers) {document.layers["layer3"].visibility='hide';} }

function showIt3() {
  if (dom) {document.getElementById("layer3").style.visibility='visible';}
  if (document.layers) {document.layers["layer3"].visibility='show';} }

function placeIt3() {
  if (dom && !document.all) {document.getElementById("layer3").style.top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.layers) {document.layers["layer3"].top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.all) {document.all["layer3"].style.top = document.body.scrollTop + (document.body.clientHeight - (document.body.clientHeight-y1));}
  window.setTimeout("placeIt3()", 10); }

window.onload=placeIt3();
onResize="window.location.href = window.location.href"

//2004 - 2005
var y1 = 50;   // change the # on the left to adjuct the Y co-ordinate
(document.getElementById) ? dom = true : dom = false;

function hideIt4() {
  if (dom) {document.getElementById("layer4").style.visibility='hidden';}
  if (document.layers) {document.layers["layer4"].visibility='hide';} }

function showIt4() {
  if (dom) {document.getElementById("layer4").style.visibility='visible';}
  if (document.layers) {document.layers["layer4"].visibility='show';} }

function placeIt4() {
  if (dom && !document.all) {document.getElementById("layer4").style.top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.layers) {document.layers["layer4"].top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.all) {document.all["layer4"].style.top = document.body.scrollTop + (document.body.clientHeight - (document.body.clientHeight-y1));}
  window.setTimeout("placeIt4()", 10); }

window.onload=placeIt4();
onResize="window.location.href = window.location.href"


//2006
var y1 = 50;   // change the # on the left to adjuct the Y co-ordinate
(document.getElementById) ? dom = true : dom = false;

function hideIt5() {
  if (dom) {document.getElementById("layer5").style.visibility='hidden';}
  if (document.layers) {document.layers["layer5"].visibility='hide';} }

function showIt5() {
  if (dom) {document.getElementById("layer5").style.visibility='visible';}
  if (document.layers) {document.layers["layer5"].visibility='show';} }

function placeIt5() {
  if (dom && !document.all) {document.getElementById("layer5").style.top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.layers) {document.layers["layer5"].top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.all) {document.all["layer5"].style.top = document.body.scrollTop + (document.body.clientHeight - (document.body.clientHeight-y1));}
  window.setTimeout("placeIt5()", 10); }

window.onload=placeIt5();
onResize="window.location.href = window.location.href"


//2007
var y1 = 50;   // change the # on the left to adjuct the Y co-ordinate
(document.getElementById) ? dom = true : dom = false;

function hideIt6() {
  if (dom) {document.getElementById("layer6").style.visibility='hidden';}
  if (document.layers) {document.layers["layer6"].visibility='hide';} }

function showIt6() {
  if (dom) {document.getElementById("layer6").style.visibility='visible';}
  if (document.layers) {document.layers["layer6"].visibility='show';} }

function placeIt6() {
  if (dom && !document.all) {document.getElementById("layer6").style.top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.layers) {document.layers["layer6"].top = window.pageYOffset + (window.innerHeight - (window.innerHeight-y1))}
  if (document.all) {document.all["layer6"].style.top = document.body.scrollTop + (document.body.clientHeight - (document.body.clientHeight-y1));}
  window.setTimeout("placeIt6()", 10); }

window.onload=placeIt6();
onResize="window.location.href = window.location.href"