function navTo(catid) {
  window.location.href="/category.html?"+catid+"|1";
}
