<!-- Begin
function init() {
define('errorPage', 'string', 'Error Page', 32, 100);
define('errorType', 'string', 'Error Type', 5, 30);
define('email', 'email', 'E-mail');
define('comments', 'string', 'Comments', null, 250);
define('code_check', 'num', 'Validator', 5, 5);
}
//  End -->

