﻿function preloadImages() { //PS 6/9/2006
   home_orig = new Image();
   home_orig.src = "http://www.lcsonline.org/images/nav/home_off.gif";
   home2 = new Image();
   home2.src = "http://www.lcsonline.org/images/nav/home_on.gif";


   edline_orig = new Image();
   edline_orig.src = "http://www.lcsonline.org/images/nav/edline_off.gif";
   edline2 = new Image();
   edline2.src = "http://www.lcsonline.org/images/nav/edline_on.gif";


   renweb_orig = new Image();
   renweb_orig.src = "http://www.lcsonline.org/images/nav/renweb_off.gif";
   renweb2 = new Image();
   renweb2.src = "http://www.lcsonline.org/images/nav/renweb_on.gif";


   advancement_orig = new Image();
   advancement_orig.src = "http://www.lcsonline.org/images/nav/advancement_off.gif";
   advancement2 = new Image();
   advancement2.src = "http://www.lcsonline.org/images/nav/advancement_on.gif";


   employment_orig = new Image();
   employment_orig.src = "http://www.lcsonline.org/images/nav/employment_off.gif";
   employment2 = new Image();
   employment2.src = "http://www.lcsonline.org/images/nav/employment_on.gif";


   contact_orig = new Image();
   contact_orig.src = "http://www.lcsonline.org/images/nav/contact_off.gif";
   contact2 = new Image();
   contact2.src = "http://www.lcsonline.org/images/nav/contact_on.gif";


   sitemap_orig = new Image();
   sitemap_orig.src = "http://www.lcsonline.org/images/nav/sitemap_off.gif";
   sitemap2 = new Image();
   sitemap2.src = "http://www.lcsonline.org/images/nav/sitemap_on.gif";

//          image swap for the other navigation

   about_orig = new Image();
   about_orig.src = "http://www.lcsonline.org/images/newnav/about_off.gif";
   about2 = new Image();
   about2.src = "http://www.lcsonline.org/images/newnav/about_on.gif";


   academics_orig = new Image();
   academics_orig.src = "http://www.lcsonline.org/images/newnav/academics_off.gif";
   academics2 = new Image();
   academics2.src = "http://www.lcsonline.org/images/newnav/academics_on.gif";


   admission_orig = new Image();
   admission_orig.src = "http://www.lcsonline.org/images/newnav/admission_off.gif";
   admission2 = new Image();
   admission2.src = "http://www.lcsonline.org/images/newnav/admission_on.gif";


   student_orig = new Image();
   student_orig.src = "http://www.lcsonline.org/images/newnav/student_off.gif";
   student2 = new Image();
   student2.src = "http://www.lcsonline.org/images/newnav/student_on.gif";


   news_orig = new Image();
   news_orig.src = "http://www.lcsonline.org/images/newnav/athletics_off.gif";
   news2 = new Image();
   news2.src = "http://www.lcsonline.org/images/newnav/athletics_on.gif";


   calendar_orig = new Image();
   calendar_orig.src = "http://www.lcsonline.org/images/newnav/calendar_off.gif";
   calendar2 = new Image();
   calendar2.src = "http://www.lcsonline.org/images/newnav/calendar_on.gif";
}


function swapImage(name,image) {
    document.images[name].src = eval(image + ".src");
}

preloadImages();
