function changeTagBySort(val){
	var path = document.getElementById('currentPath').value;
	window.open(path+"/order/"+val,'_self');
}