// JavaScript Document
function clickHandle(){
var location=document.getElementById("store_select").value;
	window.location.href="/stores/"+location+".html";
}
