function ZoekKeyPress(b,c){var a;if(window.event)a=window.event.keyCode;else if(b)a=b.which;else return true;a==13&&__doPostBack(c,"")};

