function showpage(form)
  {

var href = "http://public.kaarmls.com/property/searchResults.asp?spn=0&al=9349&pt=1&ol=&MLSID="


choice = form.sub.value;
choice = choice + "&amp;"

href += choice

open(href);


  };
