<!-- Hide the script from old browsers --

img0_on = new Image(186,25);
img0_on.src="/images/home_euc02.jpg";
img0_off = new Image(186,25);
img0_off.src="/images/home_euc.jpg";

img1_on = new Image(103,33);
img1_on.src="/images/home_wrc02.jpg";
img1_off = new Image(103,33);
img1_off.src="images/home_wrc.jpg";

img2_on = new Image(103,33);
img2_on.src="/images/home_sac02.jpg";
img2_off = new Image(103,33);
img2_off.src="/images/home_sac.jpg";

img3_on = new Image(103,33);
img3_on.src="/images/home_bg02.jpg";
img3_off = new Image(103,33);
img3_off.src="/images/home_bg.jpg";

img4_on = new Image(103,33);
img4_on.src="/images/new_clients02.jpg";
img4_off = new Image(103,33);
img4_off.src="/images/new_clients.jpg";

img05_on = new Image(103,33);
img05_on.src="/images/nav/H02.png";
img05_off = new Image(103,33);
img05_off.src="/images/nav/H.png";

img5_on = new Image(103,33);
img5_on.src="/images/nav/cu02.png";
img5_off = new Image(103,33);
img5_off.src="/images/nav/cu.png";

img6_on = new Image(103,33);
img6_on.src="/images/nav/ryp02.png";
img6_off = new Image(103,33);
img6_off.src="/images/nav/ryp.png";

img7_on = new Image(103,33);
img7_on.src="/images/nav/mp02.png";
img7_off = new Image(103,33);
img7_off.src="/images/nav/mp.png";

img8_on = new Image(103,33);
img8_on.src="/images/nav/rp02.png";
img8_off = new Image(103,33);
img8_off.src="/images/nav/rp.png";

img9_on = new Image(103,33);
img9_on.src="/images/nav/take_tour02.jpg";
img9_off = new Image(103,33);
img9_off.src="/images/nav/take_tour.jpg";

img10_on = new Image(103,33);
img10_on.src="/images/nav/cars02.jpg";
img10_off = new Image(103,33);
img10_off.src="/images/nav/cars.jpg";

img11_on = new Image(103,33);
img11_on.src="/images/nav/doc02.jpg";
img11_off = new Image(103,33);
img11_off.src="/images/nav/doc.jpg";

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 -->
