function formFocus()
	{
	document.storeLocatorZip.ZipCode.focus();
	}
function products(){
	if (document.storeLocatorZip.ProductCategory.options[document.storeLocatorZip.ProductCategory.selectedIndex].value != "none")
	{ 
			location = document.storeLocatorZip.ProductCategory.options[document.storeLocatorZip.ProductCategory.selectedIndex].value
	}           
}
//if (window == top) top.location.href = "storeframe.asp";
function clear(){
   document.storeLocatorZip.reset();
}   

function sploot(){
	if (document.storeLocatorZip.splotch_select.options[document.storeLocatorZip.splotch_select.selectedIndex].value != "none")
	{ 
		location = document.storeLocatorZip.splotch_select.options[document.storeLocatorZip.splotch_select.selectedIndex].value
	}           
}
// change location of framebreaker code to framebreaker.js in footer
// if (self != top) top.location.href = window.location.href;