var oValidator			=	null;

var aQuestions			= new Array();
var iQuestionCnt		= 0;

var aQuestionGroups		= new Array();
var iQuestionGroupsCnt	= 0;


addEvent('load', dai_prepare_page);
<!--d_addEvent(window, 'load', dai_prepare_page);-->
<!--d_addEvent(window, 'load', dai_prepare_form);-->
<!--d_addEvent(window, 'load', dai_prepare_country);-->

function dai_prepare_page()
{
	if( !document.getElementById('l1b') )
	{
		return;
	}
	oValidator = new LgValidator( document.getElementById('l1b') );
	
	
<!--	dai_add_question_obj('dai_q_6472_1', 'dai_q_6472', 'true','0.00', '0.00', 'novalidation', 'dai_gender' ,dai_validate_nothing, '', d_getObj('dai_q_6472_1'), '699', 'Persoons-/contactgegevens', 'other', d_getObj('dai_q_6472_1_extra'));-->
	oValidator.addQuestion(6472, true, 0.00, 0.00, 11, 2, 4, oValidator.dai_validate_nothing, document.getElementById('dai_q_6472_1'), document.getElementById('dai_q_6472_1_extra'), 699, 'Persoons-/contactgegevens', 'other');
	
<!--	dai_add_question_obj('dai_q_6472_2', 'dai_q_6472', 'true','0.00', '0.00', 'novalidation', 'dai_gender' ,dai_validate_nothing, '', d_getObj('dai_q_6472_2'), '699', 'Persoons-/contactgegevens', 'other', d_getObj('dai_q_6472_2_extra'));-->
	oValidator.addQuestion(6472, true, 0.00, 0.00, 11, 2, 4, oValidator.dai_validate_nothing, document.getElementById('dai_q_6472_2'), document.getElementById('dai_q_6472_2_extra'), 699, 'Persoons-/contactgegevens', 'other');
	
<!--	dai_add_question_obj('dai_q_6474_1', 'dai_q_6474', 'false','0.00', '0.00', 'novalidation', 'dai_surname_prefix' ,dai_validate_nothing, '', d_getObj('dai_q_6474_1'), '699', 'Persoons-/contactgegevens', 'other', d_getObj('dai_q_6474_1_extra'));-->
	oValidator.addQuestion(6474, false, 0.00, 0.00, 11, 6, 1, oValidator.dai_validate_nothing, document.getElementById('dai_q_6474_1'), document.getElementById('dai_q_6474_1_extra'), 699, 'Persoons-/contactgegevens', 'other');
	
<!--	dai_add_question_obj('dai_q_6475_1', 'dai_q_6475', 'true','0.00', '0.00', 'novalidation', 'dai_last_name' ,dai_validate_nothing, '', d_getObj('dai_q_6475_1'), '699', 'Persoons-/contactgegevens', 'other', d_getObj('dai_q_6475_1_extra'));-->
	oValidator.addQuestion(6475, true, 0.00, 0.00, 11, 8, 1, oValidator.dai_validate_nothing, document.getElementById('dai_q_6475_1'), document.getElementById('dai_q_6475_1_extra'), 699, 'Persoons-/contactgegevens', 'other');
	
<!--	dai_add_question_obj('dai_q_9061_1', 'dai_q_9061', 'true','1.00', '100.00', 'text', 'country_nl_be' ,dai_validate_string, '', d_getObj('dai_q_9061_1'), '700', 'Volledige adresgegevens (basis)', 'full_address', d_getObj('dai_q_9061_1_extra'));-->
	oValidator.addQuestion(9061, true, 1.00, 100.00, 2, 152, 2, oValidator.dai_validate_string, document.getElementById('dai_q_9061_1'), document.getElementById('dai_q_9061_1_extra'), 700, 'Volledige adresgegevens (basis)', 'full_address');
	
<!--	dai_add_question_obj('dai_q_6479_1', 'dai_q_6479', 'false','0.00', '35.00', 'text', 'dai_streetname' ,dai_validate_string, '', d_getObj('dai_q_6479_1'), '700', 'Volledige adresgegevens (basis)', 'full_address', d_getObj('dai_q_6479_1_extra'));-->
	oValidator.addQuestion(6479, false, 0.00, 35.00, 2, 15, 1, oValidator.dai_validate_string, document.getElementById('dai_q_6479_1'), document.getElementById('dai_q_6479_1_extra'), 700, 'Volledige adresgegevens (basis)', 'full_address');
	
<!--	dai_add_question_obj('dai_q_6476_1', 'dai_q_6476', 'true','1.00', '10.00', 'housenumber_and_addition', 'dai_housenumber_and_addition' ,dai_validate_housenumber, 'Uw huisnummer dient ingevuld te zijn.', d_getObj('dai_q_6476_1'), '700', 'Volledige adresgegevens (basis)', 'full_address', d_getObj('dai_q_6476_1_extra'));-->
	oValidator.addQuestion(6476, true, 1.00, 10.00, 10, 16, 18, oValidator.dai_validate_housenumber, document.getElementById('dai_q_6476_1'), document.getElementById('dai_q_6476_1_extra'), 700, 'Volledige adresgegevens (basis)', 'full_address');
	
<!--	dai_add_question_obj('dai_q_6476_2', 'dai_q_6476', 'true','1.00', '10.00', 'housenumber_and_addition', 'dai_housenumber_and_addition' ,dai_validate_housenumber, 'Uw huisnummer dient ingevuld te zijn.', d_getObj('dai_q_6476_2'), '700', 'Volledige adresgegevens (basis)', 'full_address', d_getObj('dai_q_6476_2_extra'));-->
	oValidator.addQuestion(6476, true, 1.00, 10.00, 10, 16, 18, oValidator.dai_validate_housenumber, document.getElementById('dai_q_6476_2'), document.getElementById('dai_q_6476_2_extra'), 700, 'Volledige adresgegevens (basis)', 'full_address');
	
<!--	dai_add_question_obj('dai_q_6478_1', 'dai_q_6478', 'true','6.00', '6.00', 'postcalcode', 'dai_postal_code' ,dai_validate_postalcode, '', d_getObj('dai_q_6478_1'), '700', 'Volledige adresgegevens (basis)', 'full_address', d_getObj('dai_q_6478_1_extra'));-->
	oValidator.addQuestion(6478, true, 6.00, 6.00, 5, 17, 17, oValidator.dai_validate_postalcode, document.getElementById('dai_q_6478_1'), document.getElementById('dai_q_6478_1_extra'), 700, 'Volledige adresgegevens (basis)', 'full_address');
	
<!--	dai_add_question_obj('dai_q_6478_2', 'dai_q_6478', 'true','6.00', '6.00', 'postcalcode', 'dai_postal_code' ,dai_validate_postalcode, '', d_getObj('dai_q_6478_2'), '700', 'Volledige adresgegevens (basis)', 'full_address', d_getObj('dai_q_6478_2_extra'));-->
	oValidator.addQuestion(6478, true, 6.00, 6.00, 5, 17, 17, oValidator.dai_validate_postalcode, document.getElementById('dai_q_6478_2'), document.getElementById('dai_q_6478_2_extra'), 700, 'Volledige adresgegevens (basis)', 'full_address');
	
<!--	dai_add_question_obj('dai_q_6477_1', 'dai_q_6477', 'false','0.00', '30.00', 'text', 'dai_city' ,dai_validate_string, '', d_getObj('dai_q_6477_1'), '700', 'Volledige adresgegevens (basis)', 'full_address', d_getObj('dai_q_6477_1_extra'));-->
	oValidator.addQuestion(6477, false, 0.00, 30.00, 2, 18, 1, oValidator.dai_validate_string, document.getElementById('dai_q_6477_1'), document.getElementById('dai_q_6477_1_extra'), 700, 'Volledige adresgegevens (basis)', 'full_address');
	
	
	oValidator.prepareForm();
	oValidator.prepareCountry();
}



