/* new autocomplete code */function autoCallBack(html) {document.getElementById('topTextInput').value = html;submitBasicSearchForm();return html;}				var autoComplete = new slimAutoComplete({   id:                      'topTextInput',   minChars:                3,   separator:               ',',   suggestionClass:         'suggestion',   suggestionSelectedClass: 'suggestion suggestion-selected',   fileName:                '/html/includes/autoComplete.jsp',   callback: 				autoCallBack,				      params:                  'query='});
