function openRequest(theURL){window.open(theURL, "_blank", "resizable=no, scrollbars=yes, toolbar=no, location=no, directories=no, status=no, menubar=no, width=800, height=500, top=100, left=100")}function openView(theView){window.location = theView}function doSearch ( s ) {window.location.href = "minutessearch?SearchView&count=10&start=0&Query=" + s;}function openDbRelativeURL( url, target ){//Check we have a target window;target = (target == null ) ? window : target;//Work out the path of the database;path = location.pathname.split('.nsf')[0] + '.nsf/';target.location.href = path + url;}function myTest(s){alert(s)}function refreshwindow() {window.location.href = window.location.href;}function js_retno (e) {return (false)}function searchKeyDown (e){var whichCode = e.keyCode;if (whichCode==13){window.document.forms[0].onsubmit = js_retno;doSearch (window.document.forms[0].Query.value);}}
