function asChangeReg (n) {
  rjxCookie("usReg", n - 1);
  var p = rjxE("pFooter"), dvs = rjxET("div", p), i, k = (n-1) * 3 + 1;
  for (i = 1; i < 17; i +=3)
    if (dvs[i].className.indexOf("us_c_0") < 1)
      dvs[i].className += " us_c_0";
  dvs[k].className = dvs[k].className.replace(" us_c_0", "");
  if (rjxDef(this.chRegExec)) this.chRegExec.call();
//  location.reload();
  location.href = "http://www.union-mebel.ru?rg=" + (n - 1);
}

function hideNotFlashLink () {
  rjxShow("blkNotFlashLink", false);
}
