
if (document.images) {
  image1on = new Image(0,0);
  image1on.src = "/images/button-home-over.gif";
  
  image1off = new Image(0,0);
  image1off.src = "/images/button-home-up.gif";

  image2on = new Image(0,0);
  image2on.src = "/images/navbutton-why-forex-over1.gif";
  
  image2off = new Image(0,0);
  image2off.src = "/images/navbutton-why-forex-up.gif";

  image3on = new Image(0,0);
  image3on.src = "/images/navbutton-software-over1.gif";
  
  image3off = new Image(0,0);
  image3off.src = "/images/navbutton-software-up.gif";

  image4on = new Image(0,0);
  image4on.src = "/images/navbutton-services-over1.gif";
  
  image4off = new Image(0,0);
  image4off.src = "/images/navbutton-services-up.gif";

  image5on = new Image(0,0);
  image5on.src = "/images/navbutton-introduce-over1.gif";
  
  image5off = new Image(0,0);
  image5off.src = "/images/navbutton-introduce-up.gif";

  image6on = new Image(0,0);
  image6on.src = "/images/navbutton-resources-over1.gif";
  
  image6off = new Image(0,0);
  image6off.src = "/images/navbutton-resources-up.gif";

  image7on = new Image(0,0);
  image7on.src = "/images/navbutton-about-over1.gif";
  
  image7off = new Image(0,0);
  image7off.src = "/images/navbutton-about-up.gif";

  image8on = new Image(0,0);
  image8on.src = "/images/navbutton-support-over1.gif";
  
  image8off = new Image(0,0);
  image8off.src = "/images/navbutton-support-up.gif";

  image9on = new Image(0,0);
  image9on.src = "/images/navbutton-contact-over1.gif";
  
  image9off = new Image(0,0);
  image9off.src = "/images/navbutton-contact-up.gif";
  
  image10on = new Image(0,0);
  image10on.src = "/images/quicklink-demo-over.gif";
  
  image10off = new Image(0,0);
  image10off.src = "/images/quicklink-demo.gif";
  
  image11on = new Image(0,0);
  image11on.src = "/images/quicklink-openaccount-over.gif";
  
  image11off = new Image(0,0);
  image11off.src = "/images/quicklink-openaccount.gif";
  
  image12on = new Image(0,0);
  image12on.src = "/images/quicklink-livehelp-over.gif";
  
  image12off = new Image(0,0);
  image12off.src = "/images/quicklink-livehelp.gif";
  
  image13on = new Image(0,0);
  image13on.src =  "/images/quicklink-download-over.gif";
  
  image13off = new Image(0,0);
  image13off.src = "/images/quicklink-download.gif";
  
  image14on = new Image(0,0);
  image14on.src =  "/images/quicklink-documents-over.gif";
  
  image14off = new Image(0,0);
  image14off.src = "/images/quicklink-documents.gif";
  
  quick1on = new Image(0,0);
  quick1on.src = "/images/quick links/free-trial-over.gif";
  
  quick1off = new Image(0,0);
  quick1off.src = "/images/quick links/free-trial-up.gif";
  
  quick2on = new Image(0,0);
  quick2on.src = "/images/quick links/open-account-over.gif";
  
  quick2off = new Image(0,0);
  quick2off.src = "/images/quick links/open-account-up.gif";

  quick3on = new Image(0,0);
  quick3on.src = "/images/quick links/live-help-over.gif";
  
  quick3off = new Image(0,0);
  quick3off.src = "/images/quick links/live-help-up.gif";

  quick4on = new Image(0,0);
  quick4on.src = "/images/quick links/download-over.gif";
  
  quick4off = new Image(0,0);
  quick4off.src = "/images/quick links/download-up.gif";
  
  quick5on = new Image(0,0);
  quick5on.src = "/images/quick links/account-docs-over.gif";
  
  quick5off = new Image(0,0);
  quick5off.src = "/images/quick links/account-docs-up.gif";

  nexton = new Image(0,0);
  nexton.src = "/images/arrow-next-over.gif";
  
  nextoff = new Image(0,0);
  nextoff.src = "/images/arrow-next.gif";

  previouson = new Image(0,0);
  previouson.src = "/images/arrow-back-over.gif";
  
  previousoff = new Image(0,0);
  previousoff.src = "/images/arrow-back.gif";
  
  backon = new Image(0,0);
  backon.src = "/images/arrow-back-over.gif";
  
  backoff = new Image(0,0);
  backoff.src = "/images/arrow-back.gif";
  
  topon = new Image(0,0);
  topon.src = "/images/arrow-top-over.gif";
  
  topoff = new Image(0,0);
  topoff.src = "/images/arrow-top.gif";

  requeston = new Image(0,0);
  requeston.src = "/images/arrow-next-over.gif";
  
  requestoff = new Image(0,0);
  requestoff.src = "/images/arrow-next.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");
    }
  }
}

	function popChat(URL, HEIGHT, WIDTH, BARS ) {
	window.open(URL,"newWindow","height=" + HEIGHT + ",width=" + WIDTH + ",scrollbars=" + BARS);
	}


	
