function on(B){var A=document.forms[document.forms.length-1];if(null!=B){A.command.value=true;if("@"==B.substr(0,1)){A.command.name=B.substr(1)}else{A.command.name="_"+B+"_"}}A.submit();try{A.command.value=""}catch(C){}window.setTimeout("window.focus()",1000)}function onPageChange(B){var A=document.forms[document.forms.length-1];A.page.value=B;on()};