var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); function evalKey(ev){ // do nothing... // Andy, what is the purpose of the evalKey() function? If it is not needed, let's remove it altogether... // -yb } function evalKey_disabled(ev) { //alert(ev.type + '\n' + event.keyCode); var key; if (parseInt( navigator.appVersion ) >=4) { if (navigator.appName == "Netscape") { // use Netscapes event property key = ev.which; } else { // use IE's event property (should really check for IE as this will run for any browser that is not Netscape key = ev.keyCode; } if (key == '13') //"Enter" key { goToURL( sCurrentCategory ); return false; } } return true; } function goToURL(objForm, sSearchCategory) { var cbx1 = objForm.cbxList1; var cbx2 = objForm.cbxList2; var sText = objForm.Keyword.value; var paramList = ""; var sSearch = ""; for(i=0; i