function js_is_numeric(inputValue) {
	return true;
}