function submitForm(a){$("#"+a).submit()}function submitFormOnEnter(c,b){var a;if(window.event){a=window.event.keyCode}else{if(b){a=b.which}else{return true}}if(a==13){c.form.submit();return false}else{return true}}function doOnEnter(d,c,b){var a;if(window.event){a=window.event.keyCode}else{if(c){a=c.which}else{return true}}if(a==13){b();return false}else{return true}}function newWindow(a){window.open(a)}function setParamsAndGo(a,b){location.href=jQuery.param.querystring(a,b)}function formatNumber(a){return $.format.number(a,"###,###,###,###.00")};
