/* Javascript file saved as navbarpreload.js for Crossroads Days Navigational Bar */
if (document.images) {
uphome = new Image(133,22); uphome.src = "uphome.gif";
dnhome = new Image(133,22); dnhome.src = "dnhome.gif";
upsched = new Image(133,22); upsched.src = "upsched.gif";
dnsched = new Image(133,22); dnsched.src = "dnsched.gif";
uptoday = new Image(133,22); uptoday.src = "uptoday.gif";
dntoday = new Image(133,22); dntoday.src = "dntoday.gif";
uphist = new Image(133,22); uphist.src = "uphist.gif";
dnhist = new Image(133,22); dnhist.src = "dnhist.gif";
upschhist = new Image(133,22); upschhist.src = "upschhist.gif";
dnschhist = new Image(133,22); dnschhist.src = "dnschhist.gif";
uppar = new Image(133,22); uppar.src = "uppar.gif";
dnpar = new Image(133,22); dnpar.src = "dnpar.gif";
upspon = new Image(133,22); upspon.src = "upspon.gif";
dnspon = new Image(133,22); dnspon.src = "dnspon.gif";
upphoto = new Image(133,22); upphoto.src = "upphoto.gif";
dnphoto = new Image(133,22); dnphoto.src = "dnphoto.gif";
up2002 = new Image(133,22); up2002.src = "up2002.gif";
dn2002 = new Image(133,22); dn2002.src = "dn2002.gif";
up2003 = new Image(133,22); up2003.src = "up2003.gif";
dn2003 = new Image(133,22); dn2003.src = "dn2003.gif";
up2004 = new Image(133,22); up2004.src = "up2004.gif";
dn2004 = new Image(133,22); dn2004.src = "dn2004.gif";
up2005 = new Image(133,22); up2005.src = "up2005.gif";
dn2005 = new Image(133,22); dn2005.src = "dn2005.gif";
up2006 = new Image(133,22); up2006.src = "up2006.gif";
dn2006 = new Image(133,22); dn2006.src = "dn2006.gif";
up2007 = new Image(133,22); up2007.src = "up2007.gif";
dn2007 = new Image(133,22); dn2007.src = "dn2007.gif";
up2008 = new Image(133,22); up2008.src = "up2008.gif";
dn2008 = new Image(133,22); dn2008.src = "dn2008.gif";
up2009 = new Image(133,22); up2009.src = "up2009.gif";
dn2009 = new Image(133,22); dn2009.src = "dn2009.gif";
up2010 = new Image(133,22); up2010.src = "up2010.gif";
dn2010 = new Image(133,22); dn2010.src = "dn2010.gif";
alert1 = new Image(133,22); alert1.src = "alert1.gif";
}
function ChangeImage(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}

