Javascript.
Search on how to change focus with javascript, and you'll find the code you need.
Ex.
document.forms[0].CATEGORY.focus();
oops, forgot to mention, you'll need an onLoad event in the body tag that calls the function that contains the code I gave you. Just put onLoad="functionname()" in the body tag as well.