<!-- Hide the script from old browsers --
img1_on = new Image(150,47);
img1_on.src="images/home2.gif";
img1_off = new Image(150,47);
img1_off.src="images/home1.gif";

img2_on = new Image(150,47);
img2_on.src="images/join2.gif";
img2_off = new Image(150,47);
img2_off.src="images/join1.gif";
  
img3_on = new Image(150,47);
img3_on.src="images/info2.gif";
img3_off = new Image(150,47);
img3_off.src="images/info1.gif";
  
img4_on = new Image(150, 47);
img4_on.src="images/contact2.gif";
img4_off = new Image(150, 47);
img4_off.src="images/contact1.gif";
  
img5_on = new Image(150, 47);
img5_on.src="images/placard2.gif";
img5_off = new Image(150, 47);
img5_off.src="images/placard1.gif";

img6_on = new Image;
img6_on.src="images/point2.gif";
img6_off = new Image;
img6_off.src="images/point1.gif";

img7_on = new Image;
img7_on.src="images/point4.gif";
img7_off = new Image;
img7_off.src="images/point3.gif";

img8_on = new Image;
img8_on.src="images/point1.gif";
img8_off = new Image;
img8_off.src="images/point2.gif";

img9_on = new Image;
img9_on.src="images/point3.gif";
img9_off = new Image;
img9_off.src="images/point4.gif";

img10_on = new Image;
img10_on.src="images/point2.gif";
img10_off = new Image;
img10_off.src="images/point1.gif";

img11_on = new Image;
img11_on.src="images/point4.gif";
img11_off = new Image;
img11_off.src="images/point3.gif";

img12_on = new Image;
img12_on.src="images/point1.gif";
img12_off = new Image;
img12_off.src="images/point2.gif";

img13_on = new Image;
img13_on.src="images/point3.gif";
img13_off = new Image;
img13_off.src="images/point4.gif";

img14_on = new Image;
img14_on.src="images/point2.gif";
img14_off = new Image;
img14_off.src="images/point1.gif";

function over_image(parm_name)
    {
        document[parm_name].src = eval(parm_name + "_on.src");
    }
function off_image(parm_name)
    {
        document[parm_name].src = eval(parm_name + "_off.src");
    }

// --End Hiding Here -->