var btn = document.getElementById("clickSort");
btn.onclick = function(){
window.location.href="./function/function1.html";
}