<!-- Hide from old browsers
var NN3 = false;
image1= new Image();
image1.src = "images/about23.gif";
image1on = new Image();
image1on.src = "images/about23a.gif";
image2= new Image();
image2.src = "images/about24.gif";
image2on = new Image();
image2on.src = "images/about24a.gif";
image3= new Image();
image3.src = "images/about25.gif";
image3on = new Image();
image3on.src = "images/about25a.gif";
image4= new Image();
image4.src = "images/about26.gif";
image4on = new Image();
image4on.src = "images/about26a.gif";
image5= new Image();
image5.src = "images/about27.gif";
image5on = new Image();
image5on.src = "images/about27a.gif";
image6= new Image();
image6.src = "images/about28.gif";
image6on = new Image();
image6on.src = "images/about28a.gif";
image7= new Image();
image7.src = "images/about29.gif";
image7on = new Image();
image7on.src = "images/about29a.gif";
image8= new Image();
image8.src = "images/about_inc1.gif";
image8on = new Image();
image8on.src = "images/about_inc1a.gif";
image9= new Image();
image9.src = "images/services_co1.gif";
image9on = new Image();
image9on.src = "images/services_co1a.gif";
image10= new Image();
image10.src = "images/leadership_co1.gif";
image10on = new Image();
image10on.src = "images/leadership_co1a.gif";
image11= new Image();
image11.src = "images/education_co1.gif";
image11on = new Image();
image11on.src = "images/education_co1a.gif";
image12= new Image();
image12.src = "images/news_info_co1.gif";
image12on = new Image();
image12on.src = "images/news_info_co1a.gif";
image13= new Image();
image13.src = "images/about57.gif";
image13on = new Image();
image13on.src = "images/about57a.gif";
image14= new Image();
image14.src = "images/about57.gif";
image14on = new Image();
image14on.src = "images/about57a.gif";

image15= new Image();
image15.src = "images/location11.gif";
image15on = new Image();
image15on.src = "images/location11a.gif";


image16= new Image();
image16.src = "images/location22.gif";
image16on = new Image();
image16on.src = "images/location22a.gif";


image17= new Image();
image17.src = "images/location33.gif";
image17on = new Image();
image17on.src = "images/location33a.gif";


image18= new Image();
image18.src = "images/location44.gif";
image18on = new Image();
image18on.src = "images/location44a.gif";


function on3(name)   {
        document[name].src = eval(name + "on.src");
}
function off3(name)  {
        document[name].src = eval(name + ".src");
}
NN3 = true;

function on(name)  {
        if (NN3) on3(name);
}
function off(name)  {
        if (NN3) off3(name);
}
// Stop hiding from old browsers -->