<!--
function change_page()
{
  var x = document.getElementById("store_select");

  window.name = 'new';

  document.new_link_location.action = x.options[x.selectedIndex].value;
  document.new_link_location.method = "post";
  document.new_link_location.submit();

}
-->
