function popupZip() {
	document.getElementById('enterzip').style.display = "block";
	return false;
}