<!--

img1_on = new Image(28,24);
img1_on.src="images/home02.gif";
img1_off = new Image(28,24);
img1_off.src="images/home.gif";

img2_on = new Image(28,24);
img2_on.src="images/promo02.gif";
img2_off = new Image(28,24);
img2_off.src="images/promo.gif";
  
img3_on = new Image(28,24);
img3_on.src="images/club02.gif";
img3_off = new Image(28,24);
img3_off.src="images/club.gif";

img4_on = new Image(28,24);
img4_on.src="images/news02.gif";
img4_off = new Image(28,24);
img4_off.src="images/news.gif";

img5_on = new Image(28,24);
img5_on.src="images/contact02.gif";
img5_off = new Image(28,24);
img5_off.src="images/contact.gif";

img6_on = new Image(28,24);
img6_on.src="images/golf02.gif";
img6_off = new Image(28,24);
img6_off.src="images/golf.gif";

img7_on = new Image(28,24);
img7_on.src="images/wb02.gif";
img7_off = new Image(28,24);
img7_off.src="images/wb.gif";

img8_on = new Image(28,24);
img8_on.src="images/or02.gif";
img8_off = new Image(28,24);
img8_off.src="images/or.gif";

img9_on = new Image(28,24);
img9_on.src="images/in02.gif";
img9_off = new Image(28,24);
img9_off.src="images/in.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");
    }
// -->