﻿function goAddress(a,b) {
  if (b == "") { b = "11"; }
  if ((a != "") && (a != "Enter a city, state or ZIP code")) {
    window.open("http://tippmann.mapmuse.com/re1/locator_tippmann.php?addr=" + a + "&addrZm=" + b);
  } else {
  	alert("Please enter a city, state or ZIP code.");
  }
}

function goAddressBuy(a,b) {
  if (b == "") { b = "11"; }
  if ((a != "") && (a != "Enter a city, state or ZIP code")) {
    window.open("http://tippmann.mapmuse.com/re1/locator_tippmann.php?addr=" + a + "&addrZm=" + b + "&tlist=TIPPMANN_DEALERS,");
  } else {
  	alert("Please enter a city, state or ZIP code.");
  }
}