function setCatAndGo(catNum,theUrl) {
  WM_setCookie('category',catNum,48,'/');
  window.location = theUrl;
}
