function initPage() {
  $("#Agent").ajaxcontrol({ toolbarLocation:"external" });
}

function showAgent(a, propid) {
  for (var i=0; i < N$('countryul').childNodes.length; i++) {
    N$('countryul').childNodes[i].childNodes[0].style.display = 'none';
    N$('countryul').childNodes[i].childNodes[1].style.display = 'inline';
  }
  a.parentNode.style.display = "none";
  a.parentNode.previousSibling.style.display = "inline";

  $("#Agent").ajaxcontrol_setPropertyId(propid);
}


function showRetailers2(response) {
  N$('alphabetdiv').innerHTML = response.value[0];
  N$('retailerdiv').innerHTML = response.value[1];
  scroll.contentChanged();
}