<!-- Hide the script from old browsers --

img0_on = new Image(129,101);
img0_on.src="../images/new/mc-find-down.gif";
img0_off = new Image(129,101);
img0_off.src="../images/new/mc-find-up.gif";
  
img1_on = new Image(129,101);
img1_on.src="../images/new/mc-religion-down.gif";
img1_off = new Image(129,101);
img1_off.src="../images/new/mc-religion-up.gif";

img2_on = new Image(129,101);
img2_on.src="../images/new/mc-learn-down.gif";
img2_off = new Image(129,101);
img2_off.src="../images/new/mc-learn-up.gif";

img3_on = new Image(129,101);
img3_on.src="../images/new/mc-locate-down.gif";
img3_off = new Image(129,101);
img3_off.src="../images/new/mc-locate-up.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 -->