// ue_functions - User Experience functions
// author: David Palmer


function showStatePicker (brand) {
	//alert("i just got clicked with: " + brand);
	var spb = document.getElementById("statePickerBox");
	
	spb.style.display = 'block';
}