function js_is_numeric(inputValue) {
	// TODO js_is_numeric does not currently work
	return true;
}