function searchSort(str1,str2,str3) {
	if (str1 == null || str1.length == 0){
		alert("検索ワードを入力してください。");
		return false;
	}
	window.location.href="http://stmx.eigoado.com/"+str1+"-"+str2+"-"+str3;
}

