// JavaScript Document
for(var i=0; i<document.images.length; i++) {
if (document.images[i].name.indexOf("CM4all_") == 0) {
eval(document.images[i].name + "_hi = new Image()");
eval(document.images[i].name + "_no = new Image()");
eval(document.images[i].name + "_an = new Image()");
var thenormsrc;
var thenormsrcUrl;
var savedCC = "";
if (typeof(URL) != "undefined") {
thenormsrcUrl = new URL(document.images[i].src, true, true);
} else if (typeof(window.top.URL) != "undefined") {
thenormsrcUrl = new window.top.URL(document.images[i].src, true, true);
}
if (thenormsrcUrl) {
savedCC = thenormsrcUrl.getParameter("cc", "");
thenormsrcUrl.removeAllParams();
thenormsrc = thenormsrcUrl.toString();
} else {
thenormsrc = document.images[i].src;
}
var fileext = thenormsrc.substring(thenormsrc.length-4);
eval(document.images[i].name + "_hi.src = '" + thenormsrc.substring(0,thenormsrc.length-6) + "_m" + fileext + "?cc=" + savedCC  + "'");
eval(document.images[i].name + "_no.src = '" + thenormsrc.substring(0,thenormsrc.length-6) + "_n" + fileext + "?cc=" + savedCC  + "'");
eval(document.images[i].name + "_an.src = '" + thenormsrc.substring(0,thenormsrc.length-6) + "_h" + fileext + "?cc=" + savedCC  + "'");
}
}
__navi_init_done__ = true;

if (typeof(URL) != "undefined") URL.processLinkz();

