function newImage(arg) {
 if (document.images) {
  rslt = new Image();
  rslt.src = arg;
  return rslt;
 }
}

function changeImages() {
 if (document.images && (preloadFlag == true)) {
  for (var i=0; i<changeImages.arguments.length; i+=2) {
   document[changeImages.arguments[i]].src = changeImages.arguments [i+1];
  }
 }
}

var preloadFlag = false;
function preloadImages() {
 if (document.images) {
  navi_01_over = newImage("https://www.keysecure.com/edhellen.com/mm5/images/navi_01-over.jpg ");
  navi_02_over = newImage("https://www.keysecure.com/edhellen.com/mm5/images/navi_02-over.jpg");
  navi_03_over = newImage(" https://www.keysecure.com/edhellen.com/mm5/images/navi_03-over.jpg");
  navi_04_over = newImage(" https://www.keysecure.com/edhellen.com/mm5/images/navi_04-over.jpg");
  preloadFlag = true;
 }
}

function RadioCustom_onclick() {
     change1('images/twist.jpg','Long Broad Sword');
     changelink1('http://www.edhellen.com/mm5/merchant.mvc?Screen=PROD&Store_Code=EA&Product_Code=LB-S-2806&Category_Code=one-handed-swords');
     change2('images/wilson.jpg','Mace');
     changelink2('http://www.edhellen.com/mm5/merchant.mvc?Screen=PROD&Store_Code=EA&Product_Code=mace&Category_Code=flails');
     change3('images/flat.jpg','Round Strap Shield');
     changelink3('http://www.edhellen.com/mm5/merchant.mvc?Screen=PROD&Store_Code=EA&Product_Code=R-S-SH&Category_Code=strap-shields');
     change4('images/flat.jpg','Round Strap Shield');
     changelink4('http://www.edhellen.com/mm5/merchant.mvc?Screen=PROD&Store_Code=EA&Product_Code=R-S-SH&Category_Code=strap-shields');
     change5('images/flat.jpg','Round Strap Shield');
     changelink5('http://www.edhellen.com/mm5/merchant.mvc?Screen=PROD&Store_Code=EA&Product_Code=R-S-SH&Category_Code=strap-shields');

}

function RadioBestSeller_onclick() {
     change1('graphics/00000001/longbroads.jpg','Long Broad Sword');
     changelink1('http://www.edhellen.com/mm5/merchant.mvc?Screen=PROD&Store_Code=EA&Product_Code=LB-S-2806&Category_Code=one-handed-swords');
     change2('graphics/00000001/thumpymaces.jpg','Mace');
     changelink2('http://www.edhellen.com/mm5/merchant.mvc?Screen=PROD&Store_Code=EA&Product_Code=mace&Category_Code=flails');
     change3('graphics/00000001/standardrounds.jpg','Round Strap Shield');
     changelink3('http://www.edhellen.com/mm5/merchant.mvc?Screen=PROD&Store_Code=EA&Product_Code=R-S-SH&Category_Code=strap-shields');
}

function RadioCommunity_onclick() {
     change1('images/flamberge_thumb.jpg','Jikanta is OK');
     changelink1('http://www.ara.com');

}
function change1(picture,alt) {
document.image1.src = picture;
document.image1.alt = alt;
}
function change2(picture,alt) {
document.image2.src = picture;
document.image.alt = alt;
}
function change3(picture,alt) {
document.image3.src = picture;
document.image3.alt = alt;
}
function change4(picture,alt) {
document.image4.src = picture;
document.image4.alt = alt;
}
function change5(picture,alt) {
document.image5.src = picture;
document.image5.alt = alt;
}

function changelink1(address) {
document.getElementById("link1").href = address
}
function changelink2(address) {
document.getElementById("link2").href = address
}
function changelink3(address) {
document.getElementById("link3").href = address
}
