/*
   Script name  : lw_stuff
   File Name    : lwstuff.js
   Developed By : Kell Gatherer
   Date         : January 2010
*/

function jumpCat(newLoc) {
 newCat=newLoc.options[newLoc.selectedIndex].value
 if (newCat != "") {
  window.location.href=newCat
 }
}

function setFocus(focus) {
 document.getElementById(focus).focus();
}
