﻿function toolbarSearchInputKeyPress() {
	if (event.keyCode == 13) {
		return false;
	}
	return true;
}

  