$mrjQ = noconflict();function myrp_ismaxlength(obj){var mlength=getattribute? parseInt(getattribute("maxlength")):""
if (getattribute && length>mlength)
value=substring(0,mlength)}function myrp_isNumberKey(evt){var charCode = (which) ? which:keycode
if (charCode > 31 && (charCode < 48 || charCode > 57) && charCode != 46)
return false;return true;}
function myrp_ismaxnumber(obj){var mlength=getattribute? parseInt(getattribute("maxnumber")):""
var milength=getattribute? parseInt(getattribute("minnumber")):""
if (getattribute && value>mlength)
value=mlength;if (getattribute && value