synopened=false;
//Rollovers
bname = navigator.appName;
bvers = parseInt(navigator.appVersion);
if (bname == "Netscape" && bvers >=3) {
   version = "n3";
}
else if (bname == "Microsoft Internet Explorer" && bvers >=3) {
   version = "n3";
}
else {
   version ="n2";
}

if (version == "n3") {

   bs1989_on      = new Image;
   bs1989_on.src  = "img/bgSanders1989on.gif";
   bs1989_off     = new Image;
   bs1989_off.src = "img/bgSanders1989.gif";
   
   bs1990_on      = new Image;
   bs1990_on.src  = "img/bgSanders1990on.gif";
   bs1990_off     = new Image;
   bs1990_off.src = "img/bgSanders1990.gif";
   
   bs1991_on      = new Image;
   bs1991_on.src  = "img/bgSanders1991on.gif";
   bs1991_off     = new Image;
   bs1991_off.src = "img/bgSanders1991.gif";
   
   bs1992_on      = new Image;
   bs1992_on.src  = "img/bgSanders1992on.gif";
   bs1992_off     = new Image;
   bs1992_off.src = "img/bgSanders1992.gif";
   
   bs1993_on      = new Image;
   bs1993_on.src  = "img/bgSanders1993on.gif";
   bs1993_off     = new Image;
   bs1993_off.src = "img/bgSanders1993.gif";
   
   bs1994_on      = new Image;
   bs1994_on.src  = "img/bgSanders1994on.gif";
   bs1994_off     = new Image;
   bs1994_off.src = "img/bgSanders1994.gif";
   
   bs1995_on      = new Image;
   bs1995_on.src  = "img/bgSanders1995on.gif";
   bs1995_off     = new Image;
   bs1995_off.src = "img/bgSanders1995.gif";
   
   bs1996_on      = new Image;
   bs1996_on.src  = "img/bgSanders1996on.gif";
   bs1996_off     = new Image;
   bs1996_off.src = "img/bgSanders1996.gif";
   
   bs1997_on      = new Image;
   bs1997_on.src  = "img/bgSanders1997on.gif";
   bs1997_off     = new Image;
   bs1997_off.src = "img/bgSanders1997.gif";
   
   bs1998_on      = new Image;
   bs1998_on.src  = "img/bgSanders1998on.gif";
   bs1998_off     = new Image;
   bs1998_off.src = "img/bgSanders1998.gif";
   
   bs1999_on      = new Image;
   bs1999_on.src  = "img/bgSanders1999on.gif";
   bs1999_off     = new Image;
   bs1999_off.src = "img/bgSanders1999.gif";
   
   bs2000_on      = new Image;
   bs2000_on.src  = "img/bgSanders2000on.gif";
   bs2000_off     = new Image;
   bs2000_off.src = "img/bgSanders2000.gif";
   
   bs2001_on      = new Image;
   bs2001_on.src  = "img/bgSanders2001on.gif";
   bs2001_off     = new Image;
   bs2001_off.src = "img/bgSanders2001.gif";
   
   bs2002_on      = new Image;
   bs2002_on.src  = "img/bgSanders2002on.gif";
   bs2002_off     = new Image;
   bs2002_off.src = "img/bgSanders2002.gif";
   
   bs2003_on      = new Image;
   bs2003_on.src  = "img/bgSanders2003on.gif";
   bs2003_off     = new Image;
   bs2003_off.src = "img/bgSanders2003.gif";
   
   bs2004_on      = new Image;
   bs2004_on.src  = "img/bgSanders2004on.gif";
   bs2004_off     = new Image;
   bs2004_off.src = "img/bgSanders2004.gif";
   
   bs2005_on      = new Image;
   bs2005_on.src  = "img/bgSanders2005on.gif";
   bs2005_off     = new Image;
   bs2005_off.src = "img/bgSanders2005.gif";
   
   bs2006_on      = new Image;
   bs2006_on.src  = "img/bgSanders2006on.gif";
   bs2006_off     = new Image;
   bs2006_off.src = "img/bgSanders2006.gif";
   
   bs2007_on      = new Image;
   bs2007_on.src  = "img/bgSanders2007on.gif";
   bs2007_off     = new Image;
   bs2007_off.src = "img/bgSanders2007.gif";

}

function active(iname) {
  if (version == "n3") {
     imgOn = eval(iname + "_on.src");
     document[iname].src = imgOn;
  }
}

function inactive(iname) {
  if (version == "n3") {
     imgOff = eval(iname + "_off.src");
     document[iname].src =  imgOff;
  }
}