var tConfig = new Array();
tConfig['title_element'] = '#test_title';
tConfig['test_image'] = "#test_image";
tConfig['question_num'] = '#question_num';
tConfig['container_element'] = '#test_container';
tConfig['progress_element'] = '#test_progress';
tConfig['button_element'] = '#test_button';
tConfig['description_element'] = '#test_description';


//tConfig['ajax_result_handler'] = 'actions/ajax_test_result.php';
tConfig['result_url'] = 'result.php';

var tQuestions = new Array();
tQuestions[1] = ['Введите Фамилию', 4];
tQuestions[2] = ['Введите Имя', 4 ];
tQuestions[3] = ['Введите Отчество', 4 ];
tQuestions[4] = ['Укажите город', 4 , 'img'];




var tAnswers = new Array();
tAnswers[1]  = [];
tAnswers[2]  = [];
tAnswers[3]  = [];
tAnswers[4]  = [];



var tDescription = new Array();
tDescription[1]  = [];
tDescription[2]  = [];
tDescription[3]  = ['(если известно)'];
tDescription[4]  = ['(если не уверены, оставьте без изменений)'];
