var newWindow;function highlightMenuItem(mi,mode){mode?mi.style.backgroundColor="#CCCCCC":mi.style.backgroundColor="#FFFFFF";}function popup(url){newWindow=window.open(url,"agremente","height=700,width=500,left=0,top=0,resizable=yes,scrollbars=yes,menubar=yes,toolbar=no,status=no");if(window.focus){newWindow.focus();}}function isNumberKey(evt){var charCode=(evt.which)?evt.which:event.keyCode;if(charCode>31&&(charCode<48||charCode>57)){return false;}return true;}
