var aBtn = new Array();
aBtn = ["story","innovation","collection"];
for (i = 0; i < aBtn.length; i++) {
  eval("A" + i + "on = new Image();");	eval("A" + i + "off = new Image();");
  eval("A" + (i) + "on.src = \"" + baseUrl + "/shared/img-corporate/btns/l1-" + aBtn[i] + "-r.gif\";");
  eval("A" + (i) + "off.src = \"" + baseUrl + "/shared/img-corporate/btns/l1-" + aBtn[i] + "-0.gif\";");
}

// preloading images to take care of IE image preload bug
var bBtn = new Array();
bBtn = ["hdrs/ecco-design","hdrs/comfort-for-kids","hdrs/ecco-technology","content-design/bg-back-to"];
for (i = 0; i < bBtn.length; i++) {
  eval("hdr" + i + "on = new Image();");
  eval("hdr" + (i) + "on.src = \"" + baseUrl + "/shared/img-corporate/" + bBtn[i] + ".gif\";");
}

// preload innovation menu buttons
var btnLevel2 = new Array();
btnLevel2 = ["","receptor","golf","pulight","goretex"];
for (i=0;i<btnLevel2.length;i++) { 
	eval("innov"+i+"on = new Image();"); eval("innov"+i+"off = new Image();");
	eval("innov"+(i)+"on.src = \"" + "../shared/img-corporate/btns/l2-"+btnLevel2[i]+"-r.gif\";");
	eval("innov"+(i)+"off.src = \"" + "../shared/img-corporate/btns/l2-"+btnLevel2[i]+"-0.gif\";");
}


