<!--
function selectAction() {
var url;
var theform = document.frmSearchBox;


url = "http://anatechltd.thomasnet.com/keyword/all-categories?&plpver=1001&key=all&keycateg=100&SchType=2"
    url = url + "&keyword=" + encodeURI(theform.keyword.value);
url = url + "&refer=" + encodeURI(document.location.href);
    document.location.href = url;


}
// -->