Javascript Numeric / Money Validator
This script creates a function that helps you validate input data that requires numeric or money values. The script's main function isNumber takes four arguments. The first argument allows you to validate decimal values. The second argument option allows you to validate positive and negative values. The third option allows you to validate money values.