<!-- hide from none JavaScript Browsers 

if (document.images) {
   Imahome1 = new Image(140,45)
   Imahome2 = new Image(140,45)
   Imaorg1 = new Image(140,45)
   Imaorg2 = new Image(140,45)
   Imafound1 = new Image(140,45)
   Imafound2 = new Image(140,45)
   Imareg1 = new Image(140,45)
   Imareg2 = new Image(140,45)
   Imasched1 = new Image(140,45)
   Imasched2 = new Image(140,45)
   Imafacts1 = new Image(140,45)
   Imafacts2 = new Image(140,45)
   Imasteer1 = new Image(140,45)
   Imasteer2 = new Image(140,45)
   Imaspon1 = new Image(140,45)
   Imaspon2 = new Image(140,45)

   Imahome1.src = "Images/Button1.gif"
   Imahome2.src = "Images/Button2.gif"
   Imaorg1.src = "Images/Button3.gif"
   Imaorg2.src = "Images/Button4.gif"
   Imafound1.src = "Images/Button5.gif"
   Imafound2.src = "Images/Button6.gif"
   Imareg1.src = "Images/Button7.gif"
   Imareg2.src = "Images/Button8.gif"
   Imasched1.src = "Images/Button9.gif"
   Imasched2.src = "Images/Button10.gif"
   Imafacts1.src = "Images/Button11.gif"
   Imafacts2.src = "Images/Button12.gif"
   Imasteer1.src = "Images/Button13.gif"
   Imasteer2.src = "Images/Button14.gif"
   Imaspon1.src = "Images/Button15.gif"
   Imaspon2.src = "Images/Button16.gif"
}

else {
   Imahome1 = ""
   Imahome2 = ""
   Imaorg1 = ""
   Imaorg2 = ""
   Imafound1 = ""
   Imafound2 = ""
   Imareg1 = ""
   Imareg2 = ""
   Imasched1 = ""
   Imasched2 = ""
   Imafacts1 = ""
   Imafacts2 = ""
   Imasteer1 = ""
   Imasteer2 = ""
   Imaspon1 = ""
   Imaspon2 = ""
   document.home = ""
   document.org = ""
   document.found = ""
   document.reg = ""
   document.sched = ""
   document.facts = ""
   document.steer = ""
   document.spon = ""
}
 
// - stop hiding -->