
<!-- Hide the script from old browsers --

img0_on = new Image(178,27);
img0_on.src="images/forums2.gif";
img0_off = new Image(178,27);
img0_off.src="images/forums1.gif";
  
img1_on = new Image(362,15);
img1_on.src="images/group.gif";
img1_off = new Image(362,15);
img1_off.src="images/upstate.gif";

img2_on = new Image(362,15);
img2_on.src="images/sfins.gif";
img2_off = new Image(178,27);
img2_off.src="images/sfins.gif";
 
img3_on = new Image(178,27);
img3_on.src="images/faq2.gif";
img3_off = new Image(178,27);
img3_off.src="images/faq1.gif"; 

img4_on = new Image(178,27);
img4_on.src="images/res2.gif";
img4_off = new Image(178,27);
img4_off.src="images/res1.gif"; 

img5_on = new Image(178,27);
img5_on.src="images/contact2.gif";
img5_off = new Image(178,27);
img5_off.src="images/contact1.gif"; 

img6_on = new Image(178,27);
img6_on.src="images/home2.gif";
img6_off = new Image(178,27);
img6_off.src="images/home1.gif"; 

img7_on = new Image(178,47);
img7_on.src="images/joinnow2.png";
img7_off = new Image(178,47);
img7_off.src="images/joinnow.png"; 



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 -->
