var initialFocus = document.getElementById('searchString');
if(initialFocus != null){
	initialFocus.focus();
}
