function swapem(iname, gname) {
	iname.src = gname.src;
	

}

if (document.images) {

galleryon = new Image;
galleryoff = new Image;

galleryon.src = "/images/gallery_on.gif";
galleryoff.src = "/images/gallery_off.gif";

productson = new Image;
productsoff = new Image;

productson.src = "/images/products_on.gif";
productsoff.src = "/images/products_off.gif";

abouton = new Image;
aboutoff = new Image;

abouton.src = "/images/about_on.gif";
aboutoff.src = "/images/about_off.gif";

locationson = new Image;
locationsoff = new Image;

locationson.src = "/images/locations_on.gif";
locationsoff.src = "/images/locations_off.gif";

contacton = new Image;
contactoff = new Image;

contacton.src = "/images/contact_on.gif";
contactoff.src = "/images/contact_off.gif";

division2on = new Image;
division2off = new Image;

division2on.src = "/images/division2_on.gif";
division2off.src = "/images/division2_off.gif";

division3on = new Image;
division3off = new Image;

division3on.src = "/images/division3_on.gif";
division3off.src = "/images/division3_off.gif";

division4on = new Image;
division4off = new Image;

division4on.src = "/images/division4_on.gif";
division4off.src = "/images/division4_off.gif";

division7on = new Image;
division7off = new Image;

division7on.src = "/images/division7_on.gif";
division7off.src = "/images/division7_off.gif";

profileselectionon = new Image;
profileselectionoff = new Image;

profileselectionon.src = "/images/profileselection_on.gif";
profileselectionoff.src = "/images/profileselection_off.gif";

specson = new Image;
specsoff = new Image;

specson.src = "/images/specs_on.gif";
specsoff.src = "/images/specs_off.gif";

productsearchon = new Image;
productsearchoff = new Image;

productsearchon.src = "/images/productsearch_on.gif";
productsearchoff.src = "/images/productsearch_off.gif";

homeon = new Image;
homeoff = new Image;

homeon.src = "/images/home_on.gif";
homeoff.src = "/images/home_off.gif";

}


/*	call syntax 
onMouseOver="swapem(imagename, oneon); return true" 
onMouseOut="swapem(imagename, oneoff); return true"
*/
