/media/system/js/mootools-more.js
https://crt-teh.ru/components/com_chronoforms/js/formcheck/formcheck-yui.js
https://crt-teh.ru/components/com_chronoforms/js/formcheck/formcheck-max.js
https://crt-teh.ru/components/com_chronoforms/js/formcheck/lang/ru.js
window.addEvent('domready', function() {
document.id('chronoform_Call').addClass('hasValidation');
formCheck_Call = new FormCheckMax('chronoform_Call', {
onValidateSuccess: function(){},
display : {
showErrors : 0,
errorsLocation: 1 }
});
});