<!--//


if (document.images) {

// Constants Buttons top right nav ======================================
cnst1on = new Image(); cnst1on.src = "home-on.gif";
cnst1off = new Image(); cnst1off.src = "home.gif";

//cnst2on = new Image(); cnst2on.src = "forums-on.gif";
//cnst2off = new Image(); cnst2off.src = "forums.gif";

cnst3on = new Image(); cnst3on.src = "affiliates-on.gif";
cnst3off = new Image(); cnst3off.src = "affiliates.gif";

cnst4on = new Image(); cnst4on.src = "faq-on.gif";
cnst4off = new Image(); cnst4off.src = "faq.gif";

cnst5on = new Image(); cnst5on.src = "contact-on.gif";
cnst5off = new Image(); cnst5off.src = "contact.gif";

//cnst6on = new Image(); cnst6on.src = "terms-on.gif";
//cnst6off = new Image(); cnst6off.src = "terms.gif";

cnst7on = new Image(); cnst7on.src = "policy-on.gif";
cnst7off = new Image(); cnst7off.src = "policy.gif";

// Constants Buttons main nav ======================================

cnst8on = new Image(); cnst8on.src = "web-templates-on_en.jpg";
cnst8off = new Image(); cnst8off.src = "web-templates_en.jpg";

cnst9on = new Image(); cnst9on.src = "flash-templates-on_en.jpg";
cnst9off = new Image(); cnst9off.src = "flash-templates_en.jpg";

cnst10on = new Image(); cnst10on.src = "logo-templates-on_en.jpg";
cnst10off = new Image(); cnst10off.src = "logo-templates_en.jpg";

cnst11on = new Image(); cnst11on.src = "web-design-on_en.jpg";
cnst11off = new Image(); cnst11off.src = "web-design_en.jpg";

cnst12on = new Image(); cnst12on.src = "web-resources-on_en.jpg";
cnst12off = new Image(); cnst12off.src = "web-resources_en.jpg";

cnst13on = new Image(); cnst13on.src = "location-on_en.jpg";
cnst13off = new Image(); cnst13off.src = "location_en.jpg";

cnst14on = new Image(); cnst14on.src = "link-on_en.jpg";
cnst14off = new Image(); cnst14off.src = "link_en.jpg";
}

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");
	}
  }
}


//-->
