if (document.images) {
  image1on = new Image();
  image1on.src = "http://www.richcentral.org/images/navred_01.gif";

  image2on = new Image();
  image2on.src = "http://www.richcentral.org/images/navred_02.gif";

  image3on = new Image();
  image3on.src = "http://www.richcentral.org/images/navred_03.gif";

  image4on = new Image();
  image4on.src = "http://www.richcentral.org/images/navred_04.gif";

  image5on = new Image();
  image5on.src = "http://www.richcentral.org/images/navred_05.gif";

  image6on = new Image();
  image6on.src = "http://www.richcentral.org/images/navred_06.gif";

  image7on = new Image();
  image7on.src = "http://www.richcentral.org/images/banner-top_on_02.gif";

  image8on = new Image();
  image8on.src = "http://www.richcentral.org/images/banner-top_on_03.gif";

  image9on = new Image();
  image9on.src = "http://www.richcentral.org/images/banner-top_on_04.gif";

  image10on = new Image();
  image10on.src = "http://www.richcentral.org/images/main_on_07.gif";

  image11on = new Image();
  image11on.src = "http://www.richcentral.org/images/main_on_10.gif";

  image12on = new Image();
  image12on.src = "http://www.richcentral.org/images/main_on_12.gif";

  image13on = new Image();
  image13on.src = "http://www.richcentral.org/images/main_on_14.gif";

  image14on = new Image();
  image14on.src = "http://www.richcentral.org/images/main_on_16.gif";

  image15on = new Image();
  image15on.src = "http://www.richcentral.org/images/main_on_18.gif";

image16on = new Image();
	image16on.src = "images/eCommunicator_on.gif";

	image17on = new Image();
	image17on.src = "images/calendar_on.gif";

  image1off = new Image();
  image1off.src = "http://www.richcentral.org/images/navblue_01.gif";

  image2off = new Image();
  image2off.src = "http://www.richcentral.org/images/navblue_02.gif";

  image3off = new Image();
  image3off.src = "http://www.richcentral.org/images/navblue_03.gif";

  image4off = new Image();
  image4off.src = "http://www.richcentral.org/images/navblue_04.gif";

  image5off = new Image();
  image5off.src = "http://www.richcentral.org/images/navblue_05.gif";

  image6off = new Image();
  image6off.src = "http://www.richcentral.org/images/navblue_06.gif";

  image7off = new Image();
  image7off.src = "http://www.richcentral.org/images/banner-top_02.gif";

  image8off = new Image();
  image8off.src = "http://www.richcentral.org/images/banner-top_03.gif";

  image9off = new Image();
  image9off.src = "http://www.richcentral.org/images/banner-top_04.gif";

  image10off = new Image();
  image10off.src = "http://www.richcentral.org/images/main_07.gif";

  image11off = new Image();
  image11off.src = "http://www.richcentral.org/images/main_10.gif";

  image12off = new Image();
  image12off.src = "http://www.richcentral.org/images/main_12.gif";

  image13off = new Image();
  image13off.src = "http://www.richcentral.org/images/main_14.gif";

  image14off = new Image();
  image14off.src = "http://www.richcentral.org/images/main_16.gif";

  image15off = new Image();
  image15off.src = "http://www.richcentral.org/images/main_18.gif";

image16off = new Image();
	image16off.src = "images/eCommunicator_off.gif";
	
	image17off = new Image();
	image17off.src = "images/calendar_off.gif";


  }

function changeImages() {
  if (document.images) {
    for (var i=0; i<changeImages.arguments.length; i+=2) {
      document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
    }
  }
}
