gismauniversityofappliedsciences.transfermateeducation.com Open in urlscan Pro
193.105.145.154  Public Scan

Submitted URL: http://gismauniversityofappliedsciences.transfermateeducation.com/
Effective URL: https://gismauniversityofappliedsciences.transfermateeducation.com/
Submission: On December 05 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

Name: student_sign_upPOST https://gismauniversityofappliedsciences.transfermateeducation.com/en/studentregistration.aspx

<form method="post" action="https://gismauniversityofappliedsciences.transfermateeducation.com/en/studentregistration.aspx" name="student_sign_up" id="student_sign_up" enctype="multipart/form-data"
  onsubmit="frmvalid = ValidateForm_student_sign_up(this); if (frmvalid) { event.submitter.setAttribute('disabled', ''); }  return frmvalid;">
  <script type="text/javascript" defer="defer">
    <!--
    String.prototype.trim = function() {
      return (this.replace(/^[\s\xA0]+/, "").replace(/[\s\xA0]+$/, ""));
    }
    var form_submitted = false

    function ValidateEmail(theinput) {
      s = theinput.value
      if (s.trim() == '') {
        return true
      }
      if (s.search) {
        return (s.search(new RegExp('^[_A-Za-z0-9-\\+]+(\\.[_A-Za-z0-9-]+)*@[A-Za-z0-9-]+(\\.[A-za-z0-9-]+)*(\\.[A-Za-z]{2,10})$', 'gi')) >= 0)
      }
      if (s.indexOf) {
        at_character = s.indexOf('@')
        if (at_character <= 0 || at_character + 4 > s.length) return false
      }
      if (s.length < 6) return false
      else return true
    }
    sub_form = ''

    function revalidateInput(el) {
      let parentEl = el.closest('.input-group') ?? el.closest('.form-check');
      if (el.checkValidity()) {
        parentEl.classList.remove('invalid');
        parentEl.getElementsByClassName('input_error')[0]?.remove();
        return;
      }
      parentEl.classList.add('invalid');
    }

    function invalidateInput(field, dinLabel = '', labelAdd = '', lastError = '') {
      const inputGroup = field.closest('.input-group') ?? field.closest('.form-check');
      const containsInvalid = inputGroup?.classList.contains('invalid');
      if (inputGroup && !containsInvalid) {
        if (field.readOnly) {
          if (typeof dinLabel !== 'undefined' && dinLabel !== '') {
            alert(dinLabel + '*' + unescape('%u000A') + lastError);
          } else {
            alert(labelAdd + lastError);
          }
        } else {
          field.addEventListener('change', function() {
            revalidateInput(this);
          });
          inputGroup.classList.add('invalid');
          inputError = document.createElement("div");
          inputError.classList.add("input_error");
          inputErrorContent = document.createTextNode(lastError);
          inputError.appendChild(inputErrorContent);
          inputGroup.appendChild(inputError);
        }
      }
    }

    function ValidateForm_student_sign_up(theform, sectionNumber) {
      let form_section_has_error = false;
      if (sub_form == '' && (theform['form_id'].value.trim() == '' || (theform['form_id'].value.search && theform['form_id'].value.search(new RegExp('(^[0-9]+[0-9]$)', 'g')) < 0) && (theform['form_id'].value.trim() != '') || (theform['form_id'].value
          .trim() != '') && (isNaN(parseInt(theform['form_id'].value, 10))))) {
        if (theform['form_id'].type != 'hidden' && theform['form_id'].style.display != 'none' && theform['form_id'].focus) theform['form_id'].focus()
        let dinLabel = (typeof form_id_dynamic_label !== 'undefined') ? form_id_dynamic_label : '';
        invalidateInput(theform['form_id'], dinLabel, 'Error*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['reg_timestamp'].value.trim() == '' || (theform['reg_timestamp'].value.length < 14 && theform['reg_timestamp'].value.trim() != '') || (theform['reg_timestamp'].value.search && theform['reg_timestamp'].value
          .search(new RegExp('(^[0-9]+[0-9]$)', 'g')) < 0) && (theform['reg_timestamp'].value.trim() != ''))) {
        if (theform['reg_timestamp'].type != 'hidden' && theform['reg_timestamp'].style.display != 'none' && theform['reg_timestamp'].focus) theform['reg_timestamp'].focus()
        let dinLabel = (typeof reg_timestamp_dynamic_label !== 'undefined') ? reg_timestamp_dynamic_label : '';
        invalidateInput(theform['reg_timestamp'], dinLabel, '', 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['user_action'].value != '1' && (theform['user_action'].value.trim() == ''))) {
        if (theform['user_action'].type != 'hidden' && theform['user_action'].style.display != 'none' && theform['user_action'].focus) theform['user_action'].focus()
        let dinLabel = (typeof user_action_dynamic_label !== 'undefined') ? user_action_dynamic_label : '';
        invalidateInput(theform['user_action'], dinLabel, '', 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['country_pay_from'].selectedIndex == -1 || theform['country_pay_from'].options[theform['country_pay_from'].selectedIndex].value.trim() == '')) {
        if (theform['country_pay_from'].type != 'hidden' && theform['country_pay_from'].style.display != 'none' && theform['country_pay_from'].focus) theform['country_pay_from'].focus()
        let dinLabel = (typeof country_pay_from_dynamic_label !== 'undefined') ? country_pay_from_dynamic_label : '';
        invalidateInput(theform['country_pay_from'], dinLabel, 'What country are you paying from?*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['__state_select'].selectedIndex == -1 || theform['__state_select'].options[theform['__state_select'].selectedIndex].value.trim() == '')) {
        if (theform['__state_select'].type != 'hidden' && theform['__state_select'].style.display != 'none' && theform['__state_select'].focus) theform['__state_select'].focus()
        let dinLabel = (typeof __state_select_dynamic_label !== 'undefined') ? __state_select_dynamic_label : '';
        invalidateInput(theform['__state_select'], dinLabel, 'State*' + unescape('%u000A'), 'Please select');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__india_fee_exceed_linked'].options[theform['__india_fee_exceed_linked'].selectedIndex].value.trim() != '') && (isNaN(parseInt(theform['__india_fee_exceed_linked'].options[theform['__india_fee_exceed_linked']
          .selectedIndex].value, 10))) || ValidateEmpty__india_fee_exceed_linkedstudent_sign_up(theform['__india_fee_exceed_linked']) == false)) {
        if (theform['__india_fee_exceed_linked'].type != 'hidden' && theform['__india_fee_exceed_linked'].style.display != 'none' && theform['__india_fee_exceed_linked'].focus) theform['__india_fee_exceed_linked'].focus()
        let dinLabel = (typeof __india_fee_exceed_linked_dynamic_label !== 'undefined') ? __india_fee_exceed_linked_dynamic_label : '';
        invalidateInput(theform['__india_fee_exceed_linked'], dinLabel, 'Will you exceed the US$250,000 foreign exchange limit in the calendar year 01 April -31 March*' + unescape('%u000A'), 'Please select');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__payer_pan_linked'].value.length < 10 && theform['__payer_pan_linked'].value.trim() != '') || (theform['__payer_pan_linked'].value.search && theform['__payer_pan_linked'].value.search(new RegExp(
          '(^[a-zA-Z0-9]+$)', 'g')) < 0) && (theform['__payer_pan_linked'].value.trim() != '') || ValidateEmpty__payer_pan_linkedstudent_sign_up(theform['__payer_pan_linked']) == false)) {
        if (theform['__payer_pan_linked'].type != 'hidden' && theform['__payer_pan_linked'].style.display != 'none' && theform['__payer_pan_linked'].focus) theform['__payer_pan_linked'].focus()
        let dinLabel = (typeof __payer_pan_linked_dynamic_label !== 'undefined') ? __payer_pan_linked_dynamic_label : '';
        invalidateInput(theform['__payer_pan_linked'], dinLabel, 'Payer PAN Number*' + unescape('%u000A'), 'Please enter a valid PAN number(AAAPL1234C)');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__payer_ssn_linked'].value.search && theform['__payer_ssn_linked'].value.search(new RegExp('^\\d{3}-{1}\\d{2}-{1}\\d{4}$', 'g')) < 0) && (theform['__payer_ssn_linked'].value.trim() != '') ||
          ValidateEmpty__payer_ssn_linkedstudent_sign_up(theform['__payer_ssn_linked']) == false)) {
        if (theform['__payer_ssn_linked'].type != 'hidden' && theform['__payer_ssn_linked'].style.display != 'none' && theform['__payer_ssn_linked'].focus) theform['__payer_ssn_linked'].focus()
        let dinLabel = (typeof __payer_ssn_linked_dynamic_label !== 'undefined') ? __payer_ssn_linked_dynamic_label : '';
        invalidateInput(theform['__payer_ssn_linked'], dinLabel, 'Payer Social Security Number*' + unescape('%u000A'), 'Please enter a valid SSN number(999-99-9999)');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (ValidateAsCPFNumber(theform['__payer_cpf_linked']) == false)) {
        if (theform['__payer_cpf_linked'].type != 'hidden' && theform['__payer_cpf_linked'].style.display != 'none' && theform['__payer_cpf_linked'].focus) theform['__payer_cpf_linked'].focus()
        let dinLabel = (typeof __payer_cpf_linked_dynamic_label !== 'undefined') ? __payer_cpf_linked_dynamic_label : '';
        invalidateInput(theform['__payer_cpf_linked'], dinLabel, 'Payer CPF*' + unescape('%u000A'), 'Please enter a valid CPF number (example: 999.999.999-99)');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['payment_method'].selectedIndex == -1 || theform['payment_method'].options[theform['payment_method'].selectedIndex].value.trim() == '' || (theform['payment_method'].options[theform['payment_method'].selectedIndex]
          .value.trim() != '') && (isNaN(parseInt(theform['payment_method'].options[theform['payment_method'].selectedIndex].value, 10))))) {
        if (theform['payment_method'].type != 'hidden' && theform['payment_method'].style.display != 'none' && theform['payment_method'].focus) theform['payment_method'].focus()
        let dinLabel = (typeof payment_method_dynamic_label !== 'undefined') ? payment_method_dynamic_label : '';
        invalidateInput(theform['payment_method'], dinLabel, 'Payment Method*' + unescape('%u000A'), 'Please select a valid payment method.');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['__our_country_pay_from_select'].selectedIndex == -1 || theform['__our_country_pay_from_select'].options[theform['__our_country_pay_from_select'].selectedIndex].value.trim() == '')) {
        if (theform['__our_country_pay_from_select'].type != 'hidden' && theform['__our_country_pay_from_select'].style.display != 'none' && theform['__our_country_pay_from_select'].focus) theform['__our_country_pay_from_select'].focus()
        let dinLabel = (typeof __our_country_pay_from_select_dynamic_label !== 'undefined') ? __our_country_pay_from_select_dynamic_label : '';
        invalidateInput(theform['__our_country_pay_from_select'], dinLabel, '!*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['__currency_type_select'].selectedIndex == -1 || theform['__currency_type_select'].options[theform['__currency_type_select'].selectedIndex].value.trim() == '')) {
        if (theform['__currency_type_select'].type != 'hidden' && theform['__currency_type_select'].style.display != 'none' && theform['__currency_type_select'].focus) theform['__currency_type_select'].focus()
        let dinLabel = (typeof __currency_type_select_dynamic_label !== 'undefined') ? __currency_type_select_dynamic_label : '';
        invalidateInput(theform['__currency_type_select'], dinLabel, '', 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__tuition_price'].value.trim() != '') && (isNaN(parseFloat(theform['__tuition_price'].value))))) {
        if (theform['__tuition_price'].type != 'hidden' && theform['__tuition_price'].style.display != 'none' && theform['__tuition_price'].focus) theform['__tuition_price'].focus()
        let dinLabel = (typeof __tuition_price_dynamic_label !== 'undefined') ? __tuition_price_dynamic_label : '';
        invalidateInput(theform['__tuition_price'], dinLabel, 'Tuition' + unescape('%u000A'), 'Please enter valid price!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__deposit_price'].value.trim() != '') && (isNaN(parseFloat(theform['__deposit_price'].value))))) {
        if (theform['__deposit_price'].type != 'hidden' && theform['__deposit_price'].style.display != 'none' && theform['__deposit_price'].focus) theform['__deposit_price'].focus()
        let dinLabel = (typeof __deposit_price_dynamic_label !== 'undefined') ? __deposit_price_dynamic_label : '';
        invalidateInput(theform['__deposit_price'], dinLabel, 'Deposit' + unescape('%u000A'), 'Please enter valid price!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__accommodation_price'].value.trim() != '') && (isNaN(parseFloat(theform['__accommodation_price'].value))))) {
        if (theform['__accommodation_price'].type != 'hidden' && theform['__accommodation_price'].style.display != 'none' && theform['__accommodation_price'].focus) theform['__accommodation_price'].focus()
        let dinLabel = (typeof __accommodation_price_dynamic_label !== 'undefined') ? __accommodation_price_dynamic_label : '';
        invalidateInput(theform['__accommodation_price'], dinLabel, 'Accommodation' + unescape('%u000A'), 'Please enter valid price!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__instalment_price'].value.trim() != '') && (isNaN(parseFloat(theform['__instalment_price'].value))))) {
        if (theform['__instalment_price'].type != 'hidden' && theform['__instalment_price'].style.display != 'none' && theform['__instalment_price'].focus) theform['__instalment_price'].focus()
        let dinLabel = (typeof __instalment_price_dynamic_label !== 'undefined') ? __instalment_price_dynamic_label : '';
        invalidateInput(theform['__instalment_price'], dinLabel, 'Instalment' + unescape('%u000A'), 'Please enter valid price!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__other_fees_price'].value.trim() != '') && (isNaN(parseFloat(theform['__other_fees_price'].value))))) {
        if (theform['__other_fees_price'].type != 'hidden' && theform['__other_fees_price'].style.display != 'none' && theform['__other_fees_price'].focus) theform['__other_fees_price'].focus()
        let dinLabel = (typeof __other_fees_price_dynamic_label !== 'undefined') ? __other_fees_price_dynamic_label : '';
        invalidateInput(theform['__other_fees_price'], dinLabel, 'Other Fees' + unescape('%u000A'), 'Please enter valid price!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['__sum_total_eur_total'].value.trim() == '' || (theform['__sum_total_eur_total'].value.trim() != '') && (isNaN(parseFloat(theform['__sum_total_eur_total'].value)) || parseFloat(theform['__sum_total_eur_total']
          .value) < 1))) {
        if (theform['__sum_total_eur_total'].type != 'hidden' && theform['__sum_total_eur_total'].style.display != 'none' && theform['__sum_total_eur_total'].focus) theform['__sum_total_eur_total'].focus()
        let dinLabel = (typeof __sum_total_eur_total_dynamic_label !== 'undefined') ? __sum_total_eur_total_dynamic_label : '';
        invalidateInput(theform['__sum_total_eur_total'], dinLabel, 'Total*' + unescape('%u000A'), 'Please first select what you would like to pay for!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['__rate_calculate_rate'].value.trim() == '')) {
        if (theform['__rate_calculate_rate'].type != 'hidden' && theform['__rate_calculate_rate'].style.display != 'none' && theform['__rate_calculate_rate'].focus) theform['__rate_calculate_rate'].focus()
        let dinLabel = (typeof __rate_calculate_rate_dynamic_label !== 'undefined') ? __rate_calculate_rate_dynamic_label : '';
        invalidateInput(theform['__rate_calculate_rate'], dinLabel, 'Payment Methods*' + unescape('%u000A'), 'Invalid payable amount!');
        form_submitted = false
        form_section_has_error = true
      }
      if (form_section_has_error) {
        return false;
      }
      sectionNumberHasValid = 1;
      if (sectionNumber > 0 && sectionNumber == 1) {
        return true;
      }
      if (sub_form == '' && (theform['whi_is_making_the_payment'].selectedIndex == -1 || theform['whi_is_making_the_payment'].options[theform['whi_is_making_the_payment'].selectedIndex].value.trim() == '')) {
        if (theform['whi_is_making_the_payment'].type != 'hidden' && theform['whi_is_making_the_payment'].style.display != 'none' && theform['whi_is_making_the_payment'].focus) theform['whi_is_making_the_payment'].focus()
        let dinLabel = (typeof whi_is_making_the_payment_dynamic_label !== 'undefined') ? whi_is_making_the_payment_dynamic_label : '';
        invalidateInput(theform['whi_is_making_the_payment'], dinLabel, 'Who is making the payment?*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (ValidateStudentNativeFullName(theform['__student_native_name_linked']) == false)) {
        if (theform['__student_native_name_linked'].type != 'hidden' && theform['__student_native_name_linked'].style.display != 'none' && theform['__student_native_name_linked'].focus) theform['__student_native_name_linked'].focus()
        let dinLabel = (typeof __student_native_name_linked_dynamic_label !== 'undefined') ? __student_native_name_linked_dynamic_label : '';
        invalidateInput(theform['__student_native_name_linked'], dinLabel, 'Student Name' + unescape('%u000A'), 'Please enter a valid Student Chinese Name');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (ValidateStudNationalIDNumber(theform['__student_id_number_linked']) == false)) {
        if (theform['__student_id_number_linked'].type != 'hidden' && theform['__student_id_number_linked'].style.display != 'none' && theform['__student_id_number_linked'].focus) theform['__student_id_number_linked'].focus()
        let dinLabel = (typeof __student_id_number_linked_dynamic_label !== 'undefined') ? __student_id_number_linked_dynamic_label : '';
        invalidateInput(theform['__student_id_number_linked'], dinLabel, 'ID Number' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['cu_id_number'].value.trim() == '' || (theform['cu_id_number'].value.search && theform['cu_id_number'].value.search(new RegExp('(^[a-zA-Z0-9_-]+$)', 'g')) < 0) && (theform['cu_id_number'].value.trim() != ''))) {
        if (theform['cu_id_number'].type != 'hidden' && theform['cu_id_number'].style.display != 'none' && theform['cu_id_number'].focus) theform['cu_id_number'].focus()
        let dinLabel = (typeof cu_id_number_dynamic_label !== 'undefined') ? cu_id_number_dynamic_label : '';
        invalidateInput(theform['cu_id_number'], dinLabel, 'Student Number*' + unescape('%u000A'), 'Please enter a valid Student Number!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (ValidateAsCPFNumber(theform['__student_cpf_linked']) == false)) {
        if (theform['__student_cpf_linked'].type != 'hidden' && theform['__student_cpf_linked'].style.display != 'none' && theform['__student_cpf_linked'].focus) theform['__student_cpf_linked'].focus()
        let dinLabel = (typeof __student_cpf_linked_dynamic_label !== 'undefined') ? __student_cpf_linked_dynamic_label : '';
        invalidateInput(theform['__student_cpf_linked'], dinLabel, 'Student CPF*' + unescape('%u000A'), 'Please enter a valid CPF number (example: 999.999.999-99)');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['title'].selectedIndex == -1 || theform['title'].options[theform['title'].selectedIndex].value.trim() == '')) {
        if (theform['title'].type != 'hidden' && theform['title'].style.display != 'none' && theform['title'].focus) theform['title'].focus()
        let dinLabel = (typeof title_dynamic_label !== 'undefined') ? title_dynamic_label : '';
        invalidateInput(theform['title'], dinLabel, 'Title*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['first_name'].value.trim() == '' || (theform['first_name'].value.search && theform['first_name'].value.search(new RegExp('^[a-zA-Z0-9\\-\'`' + unescape('%u2019') + '_. \\s]+$', 'g')) < 0) && (theform['first_name']
          .value.trim() != ''))) {
        if (theform['first_name'].type != 'hidden' && theform['first_name'].style.display != 'none' && theform['first_name'].focus) theform['first_name'].focus()
        let dinLabel = (typeof first_name_dynamic_label !== 'undefined') ? first_name_dynamic_label : '';
        invalidateInput(theform['first_name'], dinLabel, 'First Name*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['last_name'].value.trim() == '' || (theform['last_name'].value.search && theform['last_name'].value.search(new RegExp('^[a-zA-Z0-9\\-\'`' + unescape('%u2019') + '_. \\s]+$', 'g')) < 0) && (theform['last_name']
          .value.trim() != ''))) {
        if (theform['last_name'].type != 'hidden' && theform['last_name'].style.display != 'none' && theform['last_name'].focus) theform['last_name'].focus()
        let dinLabel = (typeof last_name_dynamic_label !== 'undefined') ? last_name_dynamic_label : '';
        invalidateInput(theform['last_name'], dinLabel, 'Family Name*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['__date_of_birth_day'].selectedIndex == -1 || theform['__date_of_birth_day'].options[theform['__date_of_birth_day'].selectedIndex].value.trim() == '')) {
        if (theform['__date_of_birth_day'].type != 'hidden' && theform['__date_of_birth_day'].style.display != 'none' && theform['__date_of_birth_day'].focus) theform['__date_of_birth_day'].focus()
        let dinLabel = (typeof __date_of_birth_day_dynamic_label !== 'undefined') ? __date_of_birth_day_dynamic_label : '';
        invalidateInput(theform['__date_of_birth_day'], dinLabel, 'Date of Birth*' + unescape('%u000A'), 'Please specify a valid day.');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['__date_of_birth_month'].selectedIndex == -1 || theform['__date_of_birth_month'].options[theform['__date_of_birth_month'].selectedIndex].value.trim() == '')) {
        if (theform['__date_of_birth_month'].type != 'hidden' && theform['__date_of_birth_month'].style.display != 'none' && theform['__date_of_birth_month'].focus) theform['__date_of_birth_month'].focus()
        let dinLabel = (typeof __date_of_birth_month_dynamic_label !== 'undefined') ? __date_of_birth_month_dynamic_label : '';
        invalidateInput(theform['__date_of_birth_month'], dinLabel, 'Date of Birth*' + unescape('%u000A'), 'Please specify a valid month.');
        form_submitted = false
        form_section_has_error = true
      }
      year = theform['__date_of_birth_year'].options[theform['__date_of_birth_year'].selectedIndex].value
      month = theform['__date_of_birth_month'].options[theform['__date_of_birth_month'].selectedIndex].value
      day = theform['__date_of_birth_day'].options[theform['__date_of_birth_day'].selectedIndex].value
      if (month == '04' || month == '06' || month == '09' || month == '11') month_days = 30
      else {
        if (month == '02') {
          date_year = parseInt(year)
          if ((date_year % 4) == 0 && ((date_year % 100) != 0 || (date_year % 400) == 0)) month_days = 29
          else month_days = 28
        } else month_days = 31
      }
      if (month_days < parseInt(day)) {
        if (theform['__date_of_birth_day'].focus) theform['__date_of_birth_day'].focus()
        alert('Please specify a valid day.')
        form_submitted = false
        return false
      }
      if (sub_form == '' && (theform['email'].value.trim() == '' || ValidateEmail(theform['email']) == false)) {
        if (theform['email'].type != 'hidden' && theform['email'].style.display != 'none' && theform['email'].focus) theform['email'].focus()
        let dinLabel = (typeof email_dynamic_label !== 'undefined') ? email_dynamic_label : '';
        invalidateInput(theform['email'], dinLabel, 'E-mail address*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['country'].selectedIndex == -1 || theform['country'].options[theform['country'].selectedIndex].value.trim() == '')) {
        if (theform['country'].type != 'hidden' && theform['country'].style.display != 'none' && theform['country'].focus) theform['country'].focus()
        let dinLabel = (typeof country_dynamic_label !== 'undefined') ? country_dynamic_label : '';
        invalidateInput(theform['country'], dinLabel, 'Country of residence*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['suburban_city'].value.trim() == '' || (theform['suburban_city'].value.length > 150 && theform['suburban_city'].value.trim() != '') || (theform['suburban_city'].value.search && theform['suburban_city'].value
          .search(new RegExp('^[a-zA-Z0-9\\-\'`' + unescape('%u2019') + '_. \\s]+$', 'g')) < 0) && (theform['suburban_city'].value.trim() != ''))) {
        if (theform['suburban_city'].type != 'hidden' && theform['suburban_city'].style.display != 'none' && theform['suburban_city'].focus) theform['suburban_city'].focus()
        let dinLabel = (typeof suburban_city_dynamic_label !== 'undefined') ? suburban_city_dynamic_label : '';
        invalidateInput(theform['suburban_city'], dinLabel, 'City*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['postal_code'].value.trim() == '' || (theform['postal_code'].value.search && theform['postal_code'].value.search(new RegExp('^[a-zA-Z0-9\\/\\\\\'"\\-`' + unescape('%u2019') + '_:;.,!#() \\s]+$', 'g')) < 0) && (
          theform['postal_code'].value.trim() != ''))) {
        if (theform['postal_code'].type != 'hidden' && theform['postal_code'].style.display != 'none' && theform['postal_code'].focus) theform['postal_code'].focus()
        let dinLabel = (typeof postal_code_dynamic_label !== 'undefined') ? postal_code_dynamic_label : '';
        invalidateInput(theform['postal_code'], dinLabel, 'Zip/Post Code*' + unescape('%u000A'), 'Please enter the correct code.');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['home_address'].value.trim() == '' || (theform['home_address'].value.search && theform['home_address'].value.search(new RegExp('^[a-zA-Z0-9\\/\\\\\'"\\-`' + unescape('%u2019') + '_:;.,!#() \\s]+$', 'g')) < 0) && (
          theform['home_address'].value.trim() != ''))) {
        if (theform['home_address'].type != 'hidden' && theform['home_address'].style.display != 'none' && theform['home_address'].focus) theform['home_address'].focus()
        let dinLabel = (typeof home_address_dynamic_label !== 'undefined') ? home_address_dynamic_label : '';
        invalidateInput(theform['home_address'], dinLabel, 'Home Address*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['__home_phone_number_international_dialing_code'].selectedIndex == -1 || theform['__home_phone_number_international_dialing_code'].options[theform['__home_phone_number_international_dialing_code'].selectedIndex]
          .value.trim() == '')) {
        if (theform['__home_phone_number_international_dialing_code'].type != 'hidden' && theform['__home_phone_number_international_dialing_code'].style.display != 'none' && theform['__home_phone_number_international_dialing_code'].focus) theform[
          '__home_phone_number_international_dialing_code'].focus()
        let dinLabel = (typeof __home_phone_number_international_dialing_code_dynamic_label !== 'undefined') ? __home_phone_number_international_dialing_code_dynamic_label : '';
        invalidateInput(theform['__home_phone_number_international_dialing_code'], dinLabel, 'Phone Number*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['__home_phone_number_mobile_phone'].value.trim() == '' || (theform['__home_phone_number_mobile_phone'].value.search && theform['__home_phone_number_mobile_phone'].value.search(new RegExp('(^[0-9]+[0-9]$)', 'g')) <
          0) && (theform['__home_phone_number_mobile_phone'].value.trim() != ''))) {
        if (theform['__home_phone_number_mobile_phone'].type != 'hidden' && theform['__home_phone_number_mobile_phone'].style.display != 'none' && theform['__home_phone_number_mobile_phone'].focus) theform['__home_phone_number_mobile_phone'].focus()
        let dinLabel = (typeof __home_phone_number_mobile_phone_dynamic_label !== 'undefined') ? __home_phone_number_mobile_phone_dynamic_label : '';
        invalidateInput(theform['__home_phone_number_mobile_phone'], dinLabel, 'Phone Number*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__mobile_number_mobile_phone'].value.search && theform['__mobile_number_mobile_phone'].value.search(new RegExp('(^[0-9]+[0-9]$)', 'g')) < 0) && (theform['__mobile_number_mobile_phone'].value.trim() != ''))) {
        if (theform['__mobile_number_mobile_phone'].type != 'hidden' && theform['__mobile_number_mobile_phone'].style.display != 'none' && theform['__mobile_number_mobile_phone'].focus) theform['__mobile_number_mobile_phone'].focus()
        let dinLabel = (typeof __mobile_number_mobile_phone_dynamic_label !== 'undefined') ? __mobile_number_mobile_phone_dynamic_label : '';
        invalidateInput(theform['__mobile_number_mobile_phone'], dinLabel, 'Mobile Number' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (form_section_has_error) {
        return false;
      }
      sectionNumberHasValid = 2;
      if (sectionNumber > 0 && sectionNumber == 2) {
        return true;
      }
      if (sub_form == '' && (ValidateEmpty__name_of_loan_company_linkedstudent_sign_up(theform['__name_of_loan_company_linked']) == false)) {
        if (theform['__name_of_loan_company_linked'].type != 'hidden' && theform['__name_of_loan_company_linked'].style.display != 'none' && theform['__name_of_loan_company_linked'].focus) theform['__name_of_loan_company_linked'].focus()
        let dinLabel = (typeof __name_of_loan_company_linked_dynamic_label !== 'undefined') ? __name_of_loan_company_linked_dynamic_label : '';
        invalidateInput(theform['__name_of_loan_company_linked'], dinLabel, 'Bank / Company Name*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__name_of_payer_linked'].value.search && theform['__name_of_payer_linked'].value.search(new RegExp('^[a-zA-Z0-9\\-\'`' + unescape('%u2019') + '_. \\s]+$', 'g')) < 0) && (theform['__name_of_payer_linked'].value
          .trim() != '') || ValidateEmpty__name_of_payer_linkedstudent_sign_up(theform['__name_of_payer_linked']) == false)) {
        if (theform['__name_of_payer_linked'].type != 'hidden' && theform['__name_of_payer_linked'].style.display != 'none' && theform['__name_of_payer_linked'].focus) theform['__name_of_payer_linked'].focus()
        let dinLabel = (typeof __name_of_payer_linked_dynamic_label !== 'undefined') ? __name_of_payer_linked_dynamic_label : '';
        invalidateInput(theform['__name_of_payer_linked'], dinLabel, 'Payer Name*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (ValidateStudentNativeFullName(theform['__payer_native_name_linked']) == false)) {
        if (theform['__payer_native_name_linked'].type != 'hidden' && theform['__payer_native_name_linked'].style.display != 'none' && theform['__payer_native_name_linked'].focus) theform['__payer_native_name_linked'].focus()
        let dinLabel = (typeof __payer_native_name_linked_dynamic_label !== 'undefined') ? __payer_native_name_linked_dynamic_label : '';
        invalidateInput(theform['__payer_native_name_linked'], dinLabel, 'Payer Name' + unescape('%u000A'), 'Please enter a valid Payer Chinese Name');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (ValidateStudNationalIDNumber(theform['__payer_id_number_linked']) == false)) {
        if (theform['__payer_id_number_linked'].type != 'hidden' && theform['__payer_id_number_linked'].style.display != 'none' && theform['__payer_id_number_linked'].focus) theform['__payer_id_number_linked'].focus()
        let dinLabel = (typeof __payer_id_number_linked_dynamic_label !== 'undefined') ? __payer_id_number_linked_dynamic_label : '';
        invalidateInput(theform['__payer_id_number_linked'], dinLabel, 'ID Number' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__nationality_of_payer_linked'].options[theform['__nationality_of_payer_linked'].selectedIndex].value.trim() != '') && (isNaN(parseFloat(theform['__nationality_of_payer_linked'].options[theform[
          '__nationality_of_payer_linked'].selectedIndex].value))) || ValidateEmpty__nationality_of_payer_linkedstudent_sign_up(theform['__nationality_of_payer_linked']) == false)) {
        if (theform['__nationality_of_payer_linked'].type != 'hidden' && theform['__nationality_of_payer_linked'].style.display != 'none' && theform['__nationality_of_payer_linked'].focus) theform['__nationality_of_payer_linked'].focus()
        let dinLabel = (typeof __nationality_of_payer_linked_dynamic_label !== 'undefined') ? __nationality_of_payer_linked_dynamic_label : '';
        invalidateInput(theform['__nationality_of_payer_linked'], dinLabel, 'Payer Country of Residence*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['__relationship_to_student_select'].selectedIndex == -1 || theform['__relationship_to_student_select'].options[theform['__relationship_to_student_select'].selectedIndex].value.trim() == '' || (theform[
          '__relationship_to_student_select'].value.search && theform['__relationship_to_student_select'].value.search(new RegExp('^[a-zA-Z0-9\\/\\\\\'"\\-`' + unescape('%u2019') + '_:;.,!#() \\s]+$', 'g')) < 0) && (theform[
          '__relationship_to_student_select'].options[theform['__relationship_to_student_select'].selectedIndex].value.trim() != ''))) {
        if (theform['__relationship_to_student_select'].type != 'hidden' && theform['__relationship_to_student_select'].style.display != 'none' && theform['__relationship_to_student_select'].focus) theform['__relationship_to_student_select'].focus()
        let dinLabel = (typeof __relationship_to_student_select_dynamic_label !== 'undefined') ? __relationship_to_student_select_dynamic_label : '';
        invalidateInput(theform['__relationship_to_student_select'], dinLabel, 'Relationship to Student*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__payer_city_linked'].value.search && theform['__payer_city_linked'].value.search(new RegExp('^[a-zA-Z0-9\\-\'`' + unescape('%u2019') + '_. \\s]+$', 'g')) < 0) && (theform['__payer_city_linked'].value.trim() !=
          '') || ValidateEmpty__payer_city_linkedstudent_sign_up(theform['__payer_city_linked']) == false)) {
        if (theform['__payer_city_linked'].type != 'hidden' && theform['__payer_city_linked'].style.display != 'none' && theform['__payer_city_linked'].focus) theform['__payer_city_linked'].focus()
        let dinLabel = (typeof __payer_city_linked_dynamic_label !== 'undefined') ? __payer_city_linked_dynamic_label : '';
        invalidateInput(theform['__payer_city_linked'], dinLabel, 'Payer City*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__payer_postal_code_linked'].value.search && theform['__payer_postal_code_linked'].value.search(new RegExp('^[a-zA-Z0-9\\/\\\\\'"\\-`' + unescape('%u2019') + '_:;.,!#() \\s]+$', 'g')) < 0) && (theform[
          '__payer_postal_code_linked'].value.trim() != '') || ValidateEmpty__payer_postal_code_linkedstudent_sign_up(theform['__payer_postal_code_linked']) == false)) {
        if (theform['__payer_postal_code_linked'].type != 'hidden' && theform['__payer_postal_code_linked'].style.display != 'none' && theform['__payer_postal_code_linked'].focus) theform['__payer_postal_code_linked'].focus()
        let dinLabel = (typeof __payer_postal_code_linked_dynamic_label !== 'undefined') ? __payer_postal_code_linked_dynamic_label : '';
        invalidateInput(theform['__payer_postal_code_linked'], dinLabel, 'Payer Zip/Post Code*' + unescape('%u000A'), 'Please enter the correct code.');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__contact_address_linked_linked'].value.search && theform['__contact_address_linked_linked'].value.search(new RegExp('^[a-zA-Z0-9\\/\\\\\'"\\-`' + unescape('%u2019') + '_:;.,!#() \\s]+$', 'g')) < 0) && (theform[
          '__contact_address_linked_linked'].value.trim() != '') || ValidateEmpty__contact_address_linked_linkedstudent_sign_up(theform['__contact_address_linked_linked']) == false)) {
        if (theform['__contact_address_linked_linked'].type != 'hidden' && theform['__contact_address_linked_linked'].style.display != 'none' && theform['__contact_address_linked_linked'].focus) theform['__contact_address_linked_linked'].focus()
        let dinLabel = (typeof __contact_address_linked_linked_dynamic_label !== 'undefined') ? __contact_address_linked_linked_dynamic_label : '';
        invalidateInput(theform['__contact_address_linked_linked'], dinLabel, 'Payer Address*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__contact_telephone_number_linked'].value.search && theform['__contact_telephone_number_linked'].value.search(new RegExp('(^[0-9+-]+$)', 'g')) < 0) && (theform['__contact_telephone_number_linked'].value
        .trim() != '') || ValidateEmpty__contact_telephone_number_linkedstudent_sign_up(theform['__contact_telephone_number_linked']) == false)) {
        if (theform['__contact_telephone_number_linked'].type != 'hidden' && theform['__contact_telephone_number_linked'].style.display != 'none' && theform['__contact_telephone_number_linked'].focus) theform['__contact_telephone_number_linked']
          .focus()
        let dinLabel = (typeof __contact_telephone_number_linked_dynamic_label !== 'undefined') ? __contact_telephone_number_linked_dynamic_label : '';
        invalidateInput(theform['__contact_telephone_number_linked'], dinLabel, 'Payer Telephone Number (Only numbers and the following symbols are allowed "+,-")*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (ValidateEmail(theform['__contact_email_linked_linked']) == false || ValidateEmpty__contact_email_linked_linkedstudent_sign_up(theform['__contact_email_linked_linked']) == false)) {
        if (theform['__contact_email_linked_linked'].type != 'hidden' && theform['__contact_email_linked_linked'].style.display != 'none' && theform['__contact_email_linked_linked'].focus) theform['__contact_email_linked_linked'].focus()
        let dinLabel = (typeof __contact_email_linked_linked_dynamic_label !== 'undefined') ? __contact_email_linked_linked_dynamic_label : '';
        invalidateInput(theform['__contact_email_linked_linked'], dinLabel, 'Payer E-mail*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__contact_person_linked'].value.search && theform['__contact_person_linked'].value.search(new RegExp('^[a-zA-Z0-9\\-\'`' + unescape('%u2019') + '_. \\s]+$', 'g')) < 0) && (theform['__contact_person_linked']
          .value.trim() != '') || ValidateEmpty__contact_person_linkedstudent_sign_up(theform['__contact_person_linked']) == false)) {
        if (theform['__contact_person_linked'].type != 'hidden' && theform['__contact_person_linked'].style.display != 'none' && theform['__contact_person_linked'].focus) theform['__contact_person_linked'].focus()
        let dinLabel = (typeof __contact_person_linked_dynamic_label !== 'undefined') ? __contact_person_linked_dynamic_label : '';
        invalidateInput(theform['__contact_person_linked'], dinLabel, 'Contact Person*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__name_of_company_linked'].value.search && theform['__name_of_company_linked'].value.search(new RegExp('^[a-zA-Z0-9\\-\'`' + unescape('%u2019') + '_. \\s]+$', 'g')) < 0) && (theform['__name_of_company_linked']
          .value.trim() != '') || ValidateEmpty__name_of_company_linkedstudent_sign_up(theform['__name_of_company_linked']) == false)) {
        if (theform['__name_of_company_linked'].type != 'hidden' && theform['__name_of_company_linked'].style.display != 'none' && theform['__name_of_company_linked'].focus) theform['__name_of_company_linked'].focus()
        let dinLabel = (typeof __name_of_company_linked_dynamic_label !== 'undefined') ? __name_of_company_linked_dynamic_label : '';
        invalidateInput(theform['__name_of_company_linked'], dinLabel, 'Company registered name*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && ((theform['__number_of_company_linked'].value.search && theform['__number_of_company_linked'].value.search(new RegExp('^[a-zA-Z0-9\\/\\\\\'"\\-`' + unescape('%u2019') + '_:;.,!#() \\s]+$', 'g')) < 0) && (theform[
          '__number_of_company_linked'].value.trim() != '') || ValidateEmpty__number_of_company_linkedstudent_sign_up(theform['__number_of_company_linked']) == false)) {
        if (theform['__number_of_company_linked'].type != 'hidden' && theform['__number_of_company_linked'].style.display != 'none' && theform['__number_of_company_linked'].focus) theform['__number_of_company_linked'].focus()
        let dinLabel = (typeof __number_of_company_linked_dynamic_label !== 'undefined') ? __number_of_company_linked_dynamic_label : '';
        invalidateInput(theform['__number_of_company_linked'], dinLabel, 'Company registered number*' + unescape('%u000A'), 'Please enter correct information!');
        form_submitted = false
        form_section_has_error = true
      }
      if (form_section_has_error) {
        return false;
      }
      sectionNumberHasValid = 3;
      if (sectionNumber > 0 && sectionNumber == 3) {
        return true;
      }
      if (sub_form == '' && (theform['password'].value.trim() == '')) {
        if (theform['password'].focus) theform['password'].focus()
        alert('The password does not meet the requirements.')
        form_submitted = false
        return false
      }
      if (sub_form == '' && ((theform['password'].value.length < 8 && theform['password'].value.trim() != '') || (theform['password'].value.length > 50 && theform['password'].value.trim() != ''))) {
        if (theform['password'].focus) theform['password'].focus()
        alert('The password must be between 8 and 50 characters.')
        form_submitted = false
        return false
      }
      if (sub_form == '' && ((theform['password'].value.search && theform['password'].value.search(new RegExp('(?=.*\\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[\\x21-\\x2F\\x3A-\\x40\\x5B-\\x60\\x7B-\\x7E])(?!.*\\s).*$', 'g')) < 0) && (theform['password'].value
          .trim() != ''))) {
        if (theform['password'].focus) theform['password'].focus()
        alert('The password does not meet the requirements.')
        form_submitted = false
        return false
      }
      if (sub_form == '' && (theform['password'].value != theform['confirm_password'].value)) {
        if (theform['password'].focus) theform['password'].focus()
        alert('Password confirmation has failed')
        form_submitted = false
        return false
      }
      if (sub_form == '' && (theform['password'].value == theform['email'].value)) {
        if (theform['password'].type != 'hidden' && theform['password'].style.display != 'none' && theform['password'].focus) theform['password'].focus()
        let dinLabel = (typeof password_dynamic_label !== 'undefined') ? password_dynamic_label : '';
        invalidateInput(theform['password'], dinLabel, 'Choose a password*' + unescape('%u000A'), 'Password and username can\'t be the same!');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['confirm_password'].value.trim() == '' || (theform['confirm_password'].value.length < 8 && theform['confirm_password'].value.trim() != '') || (theform['confirm_password'].value.length > 50 && theform[
          'confirm_password'].value.trim() != ''))) {
        if (theform['confirm_password'].focus) theform['confirm_password'].focus()
        alert('The password must be between 8 and 50 characters.')
        form_submitted = false
        return false
      }
      if (sub_form == '' && (theform['confirm_password'].value != theform['password'].value)) {
        if (theform['confirm_password'].type != 'hidden' && theform['confirm_password'].style.display != 'none' && theform['confirm_password'].focus) theform['confirm_password'].focus()
        let dinLabel = (typeof confirm_password_dynamic_label !== 'undefined') ? confirm_password_dynamic_label : '';
        invalidateInput(theform['confirm_password'], dinLabel, 'Repeat your password*' + unescape('%u000A'), 'Password confirmation has failed');
        form_submitted = false
        form_section_has_error = true
      }
      if (sub_form == '' && (theform['accept_terms'].value.trim() == '' || theform['accept_terms'].checked == false)) {
        if (theform['accept_terms'].type != 'hidden' && theform['accept_terms'].style.display != 'none' && theform['accept_terms'].focus) theform['accept_terms'].focus()
        let dinLabel = (typeof accept_terms_dynamic_label !== 'undefined') ? accept_terms_dynamic_label : '';
        invalidateInput(theform['accept_terms'], dinLabel, 'I have read and understood the terms and conditions*' + unescape('%u000A'), 'Please check that you have read and understood the terms and conditions');
        form_submitted = false
        form_section_has_error = true
      }
      if (form_section_has_error) {
        return false;
      }
      sectionNumberHasValid = 4;
      if (sectionNumber > 0 && sectionNumber == 4) {
        return true;
      }
      if (form_section_has_error) {
        return false;
      }
      return true
    }
    // 
    -->
  </script>
  <noscript>
    <!-- JavaScript is Disabled -->
  </noscript>
  <script type="text/javascript" defer="defer">
    <!--
    var isStudent;

    function controlMultiSectionForm_2963() {
      if (!!0) {
        let valids = document.querySelectorAll('[class^="form_section_"]');
        let validsArr = Array.from(valids);
        validsArr = validsArr.slice(0, 1);
        let current = validsArr.pop();
        current.classList.add('current');
        validsArr.forEach((el, index) => {
          $(el).addClass('valid').removeClass('current').attr('onclick', 'multistepNavigator(null,' + (index + 1) + ')');
        });
        let formSections = document.querySelectorAll('section.form');
        if (formSections.length > 1) {
          formSections[0].remove();
          document.getElementById('form').classList.toggle('hidden');
        }
      }
      $('#custom_label_field_form_section_label__1').addClass('active');
      isStudent = true;
      $('#whi_is_making_the_payment').change(function() {
        if ($('#whi_is_making_the_payment').val() == 'student') {
          isStudent = true;
        } else {
          isStudent = false;
        }
        return false;
      })
      $('#student_sign_up_button_subscribe_form_left_info').click(() => multistepNavigator('-'));
      $('#student_sign_up_form_section_button__1_form_left_info').click(() => multistepNavigator('-'));
      $('#student_sign_up_form_section_button__2_form_left_info').click(() => multistepNavigator('-'));
      $('#student_sign_up_form_section_button__3_form_left_info').click(() => multistepNavigator('-'));
      $('#student_sign_up_form_section_button__4_form_left_info').click(() => multistepNavigator('-'));
      document.getElementById('student_sign_up').onsubmit = function() {
        isNotValideSection = false;
        if (ValidateForm_student_sign_up(document.getElementById('student_sign_up'), 4) == false) {
          isNotValideSection = true;
          return false;
        }
        return ValidateForm_student_sign_up(document.getElementById('student_sign_up'));
      }
      $("form").each(function() {
        $(this).submit(function() {
          //wrong form validation whitout not valide section validation
          if (!form_submitted && !isNotValideSection) {
            $('#custom_label_field_form_section_label__1').removeClass('active');
            $('#form_section_1').slideDown();
            $('#student_sign_up_form_section_button__1_form_left_info').css('display', 'none')
            $('#form_section_button__1').css('display', 'none')
            $('#custom_label_field_form_section_label__2').removeClass('active');
            $('#form_section_2').slideDown();
            $('#student_sign_up_form_section_button__2_form_left_info').css('display', 'none')
            $('#form_section_button__2').css('display', 'none')
            $('#custom_label_field_form_section_label__3').removeClass('active');
            $('#form_section_3').slideDown();
            $('#student_sign_up_form_section_button__3_form_left_info').css('display', 'none')
            $('#form_section_button__3').css('display', 'none')
            $('#custom_label_field_form_section_label__4').removeClass('active');
            $('#form_section_4').slideDown();
            $('#student_sign_up_form_section_button__4_form_left_info').css('display', 'none')
            return false;
          }
        })
      })
    }
    let currentSection = 1;

    function stepValidator(checkSection) {
      if (ValidateForm_student_sign_up(document.getElementById('student_sign_up'), checkSection) == false) {
        $('aside .form_section_' + checkSection).removeClass('valid').removeAttr("onclick");
        return false;
      }
      return true;
    }

    function validateStep(step = null) {
      if (currentSection == step) {
        return false;
      }
      const checkSection = step ?? currentSection;
      if (document.getElementById('form_section_button__4')?.disabled == true) {
        $([document.documentElement, document.body]).animate({
          scrollTop: $('#student_sign_up_rate_live_calc_row').offset().top
        }, 100);
        setTimeout(function() {
          alert('We are updating data, please wait...');
        }, 200);
        return false;
      }
      if (!stepValidator(checkSection)) {
        return false;
      }
      if (!!step) {
        const isValidAside = $('aside .form_section_' + (currentSection)).hasClass('valid');
        if (isValidAside) {
          stepValidator(currentSection);
        }
      }
      $('aside .form_section_' + checkSection)?.addClass('valid').attr('onclick', 'multistepNavigator(null,' + checkSection + ')');
      return true;
    }

    function multistepNavigator(dr, el = null) {
      if (!!el) {
        if (!validateStep(el)) {
          $('#form_section_' + currentSection).slideUp();
          $('aside .form_section_' + currentSection).removeClass('current');
          $('aside .form_section_' + el).addClass('current');
          $('#form_section_' + el).slideDown();
          currentSection = el;
          return false;
        }
        $('#form_section_' + currentSection).slideUp();
        $('#custom_label_field_form_section_label__' + currentSection).removeClass('active');
        $('aside .form_section_' + currentSection).removeClass('current').siblings('aside .form_section_' + el)?.addClass('current');
        $('#custom_label_field_form_section_label__' + el).addClass('active');
        $('#form_section_' + el).slideDown();
        currentSection = el;
        return false;
      }
      if (dr == '-') {
        $('#form_section_' + currentSection).slideUp();
        $('#custom_label_field_form_section_label__' + currentSection).removeClass('active');
        if (currentSection == 4) {
          if (isStudent) {
            $('#custom_label_field_form_section_label__' + (currentSection - 2)).addClass('active');
            $('#form_section_' + (currentSection - 2)).slideDown();
            $('aside .form_section_' + (currentSection)).removeClass('current').siblings('aside .form_section_' + (currentSection - 2))?.addClass('current');
            currentSection = currentSection - 2;
          } else {
            $('#custom_label_field_form_section_label__' + (currentSection - 1)).addClass('active');
            $('#form_section_' + (currentSection - 1)).slideDown();
            $('aside .form_section_' + (currentSection)).removeClass('current').siblings('aside .form_section_' + (currentSection - 1))?.addClass('current');
            currentSection = Math.max(1, currentSection - 1);
          }
        } else {
          $('#custom_label_field_form_section_label__' + (currentSection - 1)).addClass('active');
          $('#form_section_' + (currentSection - 1)).slideDown();
          $('aside .form_section_' + currentSection).removeClass('current').siblings('aside .form_section_' + (currentSection - 1))?.addClass('current');
          currentSection = Math.max(1, currentSection - 1);
        }
      } else {
        if (!validateStep()) {
          return false;
        }
        $('#form_section_' + currentSection).slideUp();
        $('#custom_label_field_form_section_label__' + currentSection).removeClass('active');
        if (currentSection == 2) {
          if (isStudent) {
            $('#custom_label_field_form_section_label__' + (currentSection + 1)).addClass('active');
            $('#form_section_' + (currentSection + 2)).slideDown();
            $('aside .form_section_' + currentSection).removeClass('current').siblings('aside .form_section_' + (currentSection + 2))?.addClass('current');
            $('aside .form_section_' + (currentSection + 1)).hide();
            currentSection = currentSection + 2;
          } else {
            $('#custom_label_field_form_section_label__' + (currentSection + 1)).addClass('active');
            $('#form_section_' + (currentSection + 1)).slideDown();
            $('aside .form_section_' + (currentSection + 1)).show();
            $('aside .form_section_' + currentSection).removeClass('current').next()?.addClass('current');
            currentSection = currentSection + 1;
          }
        } else {
          $('#custom_label_field_form_section_label__' + (currentSection + 1)).addClass('active');
          $('#form_section_' + (currentSection + 1)).slideDown();
          $('aside .form_section_' + currentSection).removeClass('current').next()?.addClass('current');
          currentSection = currentSection + 1;
        }
        return false;
      }
    }
    if (window.addEventListener) { // W3C standard
      window.addEventListener('load', controlMultiSectionForm_2963, false); // NB **not** 'onload'
    } else if (window.attachEvent) { // Microsoft
      window.attachEvent('onload', controlMultiSectionForm_2963);
    } else {
      //TO DO...
    }
    // 
    -->
  </script>
  <script defer="">
    document.addEventListener('DOMContentLoaded', function() {
      const asideTextBlock = document.querySelector('.section_form_signup aside .text_block');
      const asideH1 = document.querySelector('.section_form_signup aside h1');
      const btnReset = document.querySelector('input[type="reset"]');
      btnReset?.addEventListener('click', function() {
        multistepNavigator(null, 1);
      });
      window.isMobile = /iphone|ipod|ipad|android|blackberry|opera mini|opera mobi|skyfire|maemo|windows phone|palm|iemobile|symbian|symbianos|fennec/i.test(navigator.userAgent.toLowerCase());
      if (window.screen.width <= 767) {
        window.isMobile = true;
      }
      if (window.isMobile) {
        window.addEventListener('scroll', () => {
          if (window.pageYOffset > 0) {
            asideTextBlock?.classList.add('visually-hidden');
            asideH1?.classList.add('visually-hidden');
          } else {
            asideTextBlock?.classList.remove('visually-hidden');
            asideH1?.classList.remove('visually-hidden');
          }
        });
      }
    }, false);
  </script><noscript>
    <style>
      #student_sign_up_form_section_button__1_form_left_info,
      #form_section_button__1,
      #student_sign_up_form_section_button__2_form_left_info,
      #form_section_button__2,
      #student_sign_up_form_section_button__3_form_left_info,
      #form_section_button__3,
      #student_sign_up_form_section_button__4_form_left_info {
        display: none !important;
      }

      #form_section_1,
      #form_section_2,
      #form_section_3,
      #form_section_4 {
        display: block;
      }
    </style>
  </noscript>
  <a href="#" name="frm_bookmark_student_sign_up"></a>
  <a href="#" name="frm_bookmark_2963"></a>
  <section class="section_form_signup position-relative">
    <section class="form">
      <section class="p-4 shadow bg-white">
        <h3>Ready to make a payment?</h3>
        <p>If you don’t already have a Student account, please Register a Payment (You will create an account as part of the payment process).</p>
        <p><a href="#" class="btn btn_primary ThemesBlueButton" onclick="this.closest('section.form').remove();document.getElementById('form').classList.toggle('hidden')">Register
                                a payment</a></p>
        <h3>Or</h3>
        <p>If you already have a Student payment account then please log in. You will then be able to make a payment. </p>
        <p><a href="/login_by_email.aspx" class="btn btn_secondary">Student Log in</a></p>
      </section>
      <section class="mt-3 p-4 shadow bg-white text-center">
        <div class="howto_video_wrap">
          <iframe src="https://player.vimeo.com/video/731034334?h=c81e1515aa" poster="/images/global/tm_edu_video_poster.avif" width="580" height="330" frameborder="0" allow="fullscreen;" allowfullscreen=""></iframe>
        </div>
        <span>Not sure how it works? Watch the video to see how easy it is to make a payment</span>
      </section>
      <section class="d-flex mt-3 p-4 shadow bg-white text-center justify-content-between flex-wrap gap-3">
        <img src="https://gismauniversityofappliedsciences.transfermateeducation.com/templates/colleges_2/images/tm-powered.png" alt="powered by TransferMate">
        <img src="https://gismauniversityofappliedsciences.transfermateeducation.com/templates/colleges_2/images/regulators.png" alt="regulators">
        <img src="https://dwightlondon.transfermateeducation.com/images/transfermateeducation/iso_27001.jpg" alt="ISO 27001" title="ISO 27001" height="40px">
      </section>
    </section>
    <section id="form" class="form p-4 shadow bg-white hidden">
      <div id="student_sign_up_holder" class="gap-5 form_table_outframe form_table_outframe_2963 form_table_outframe_2963_2780_colleges_2">
        <div id="student_sign_up_form_table_frame" class="form_table_frame form_table_frame_2963 ">
          <div id="student_sign_up_form_table" class="form_table">
            <div id="student_sign_up_fields_holder">
              <input type="hidden" name="form_id" value="2963" autocomplete="off" id="form_id" class="form-control form_fields" aria-required="true"><input type="hidden" name="doit" value="0" autocomplete="off" id="doit"
                class="form-control form_fields"><input type="hidden" name="reg_timestamp" value="20231205160117" autocomplete="off" id="reg_timestamp" class="form-control form_fields"><input type="hidden" name="user_action" value="add"
                autocomplete="off" id="user_action" class="form-control form_fields">
              <div id="form_section_1" class="form_section form_section_1">
                <h3>Your Payment</h3>
                <div id="student_sign_up_country_pay_from_row" class="col mb-3 clearfix form-group__ form_table_row country_pay_from_row">
                  <div id="student_sign_up_country_pay_from_input_cell" class="col-12 mt-1  form_input_cell__ country_pay_from_input_cell">
                    <div id="student_sign_up_country_pay_from_form_input" class="form-field  form_input__  country_pay_from _form_input">
                      <div class="input-group">
                        <label for="country_pay_from" id="student_sign_up_country_pay_from" class="form-control-placeholder form_label">What country are you paying from?<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><select name="country_pay_from"
                            onchange="__state_switch_group(this.form['country_pay_from'].options[this.form['country_pay_from'].selectedIndex].value,this.form); linked_simple_student_sign_up_our_country_pay_from(this.form, this.value); linked_simple_student_sign_up_currency_type(this.form, this.form['__our_country_pay_from_select'].options[this.form['__our_country_pay_from_select'].selectedIndex].value); linked_value_india_fee_exceed_student_sign_up_func(this.form, this); linked_value_payer_pan_student_sign_up_func(this.form, this); linked_value_payer_ssn_student_sign_up_func(this.form, this); linked_value_payer_cpf_student_sign_up_func(this.form, this); linked_value_student_native_name_student_sign_up_func(this.form, this); linked_value_student_id_number_student_sign_up_func(this.form, this); linked_value_student_cpf_student_sign_up_func(this.form, this); linked_value_student_cpf_student_sign_up_func(this.form, 'country_pay_from'); linked_value_payer_native_name_student_sign_up_func(this.form, this); linked_value_payer_native_name_student_sign_up_func(this.form, 'country_pay_from'); linked_value_payer_id_number_student_sign_up_func(this.form, this); linked_value_payer_id_number_student_sign_up_func(this.form, 'country_pay_from'); sum_student_sign_up_3(this.form); add_subsubmit_student_sign_up(this.form)"
                            autocomplete="off" id="country_pay_from" class="form-control form-select form_fields" aria-required="true">
                            <option value="" selected="selected">Please select</option>
                            <option value="257">Aland Islands</option>
                            <option value="3">Albania</option>
                            <option value="4">Algeria</option>
                            <option value="5">American Samoa</option>
                            <option value="6">Andorra</option>
                            <option value="7">Angola</option>
                            <option value="8">Anguilla</option>
                            <option value="10">Antigua and Barbuda</option>
                            <option value="11">Argentina</option>
                            <option value="12">Armenia</option>
                            <option value="13">Aruba</option>
                            <option value="14">Australia</option>
                            <option value="16">Austria</option>
                            <option value="17">Azerbaijan</option>
                            <option value="18">Bahamas</option>
                            <option value="19">Bahrain</option>
                            <option value="20">Bangladesh</option>
                            <option value="21">Barbados</option>
                            <option value="23">Belgium</option>
                            <option value="25">Benin</option>
                            <option value="26">Bermuda</option>
                            <option value="28">Bolivia</option>
                            <option value="270">Bonaire, Sint Eustatius and Saba</option>
                            <option value="30">Botswana</option>
                            <option value="32">Brazil</option>
                            <option value="34">Brunei</option>
                            <option value="35">Bulgaria</option>
                            <option value="36">Burkina Faso</option>
                            <option value="37">Burundi</option>
                            <option value="38">Cambodia</option>
                            <option value="39">Cameroon</option>
                            <option value="40">Canada</option>
                            <option value="42">Cape Verde</option>
                            <option value="43">Cayman Islands</option>
                            <option value="45">Chad</option>
                            <option value="46">Chile</option>
                            <option value="47">China</option>
                            <option value="48">Christmas Island</option>
                            <option value="49">Cocos (Keeling) Islands</option>
                            <option value="50">Colombia</option>
                            <option value="53">Cook Islands</option>
                            <option value="54">Costa Rica</option>
                            <option value="55">Cote D'Ivoire</option>
                            <option value="56">Croatia</option>
                            <option value="268">Curaçao</option>
                            <option value="58">Cyprus</option>
                            <option value="60">Czech Republic</option>
                            <option value="61">Denmark</option>
                            <option value="64">Dominica</option>
                            <option value="65">Dominican Republic</option>
                            <option value="66">East Timor</option>
                            <option value="67">Ecuador</option>
                            <option value="68">Egypt</option>
                            <option value="69">El Salvador</option>
                            <option value="70">Equatorial Guinea</option>
                            <option value="72">Estonia</option>
                            <option value="73">Ethiopia</option>
                            <option value="75">Faroe Islands</option>
                            <option value="76">Fiji Islands</option>
                            <option value="77">Finland</option>
                            <option value="79">France</option>
                            <option value="81">French Guiana</option>
                            <option value="82">French Polynesia</option>
                            <option value="84">Gabon</option>
                            <option value="86">Georgia</option>
                            <option value="87">Germany</option>
                            <option value="89">Ghana</option>
                            <option value="90">Gibraltar</option>
                            <option value="91">Greece</option>
                            <option value="92">Greenland</option>
                            <option value="93">Grenada</option>
                            <option value="94">Guadeloupe</option>
                            <option value="95">Guam</option>
                            <option value="96">Guatemala</option>
                            <option value="258">Guernsey</option>
                            <option value="104">Honduras</option>
                            <option value="105">Hong Kong S.A.R.</option>
                            <option value="107">Hungary</option>
                            <option value="108">Iceland</option>
                            <option value="109">India</option>
                            <option value="110">Indonesia</option>
                            <option value="113">Ireland</option>
                            <option value="259">Isle of Man</option>
                            <option value="115">Israel</option>
                            <option value="116">Italy</option>
                            <option value="118">Jamaica</option>
                            <option value="119">Japan</option>
                            <option value="260">Jersey</option>
                            <option value="121">Jordan</option>
                            <option value="122">Kazakhstan</option>
                            <option value="123">Kenya</option>
                            <option value="124">Kiribati</option>
                            <option value="273">Kosovo</option>
                            <option value="126">Kuwait</option>
                            <option value="127">Kyrgyzstan</option>
                            <option value="128">Laos</option>
                            <option value="129">Latvia</option>
                            <option value="134">Liechtenstein</option>
                            <option value="135">Lithuania</option>
                            <option value="136">Luxembourg</option>
                            <option value="137">Macau S.A.R.</option>
                            <option value="138">Macedonia</option>
                            <option value="140">Malawi</option>
                            <option value="141">Malaysia</option>
                            <option value="142">Maldives</option>
                            <option value="143">Mali</option>
                            <option value="144">Malta</option>
                            <option value="146">Marshall Islands</option>
                            <option value="147">Martinique</option>
                            <option value="149">Mauritius</option>
                            <option value="150">Mayotte</option>
                            <option value="151">Mexico</option>
                            <option value="152">Micronesia</option>
                            <option value="153">Moldova</option>
                            <option value="154">Monaco</option>
                            <option value="155">Mongolia</option>
                            <option value="156">Montserrat</option>
                            <option value="157">Morocco</option>
                            <option value="158">Mozambique</option>
                            <option value="161">Nauru</option>
                            <option value="162">Nepal</option>
                            <option value="261">Netherlands Antilles</option>
                            <option value="102">Netherlands (Holland)</option>
                            <option value="262">New Caledonia</option>
                            <option value="164">New Zealand</option>
                            <option value="165">Nicaragua</option>
                            <option value="167">Nigeria</option>
                            <option value="168">Niue</option>
                            <option value="169">Norfolk Island</option>
                            <option value="170">Northern Mariana Islands</option>
                            <option value="171">Norway</option>
                            <option value="172">Oman</option>
                            <option value="173">Pakistan</option>
                            <option value="174">Palau</option>
                            <option value="263">Palestine</option>
                            <option value="175">Panama</option>
                            <option value="177">Paraguay</option>
                            <option value="178">Peru</option>
                            <option value="179">Philippines</option>
                            <option value="180">Pitcairn Island</option>
                            <option value="181">Poland</option>
                            <option value="182">Portugal</option>
                            <option value="183">Puerto Rico</option>
                            <option value="184">Qatar</option>
                            <option value="185">Reunion</option>
                            <option value="186">Romania</option>
                            <option value="188">Rwanda</option>
                            <option value="264">Saint Barthelemy</option>
                            <option value="191">Saint Kitts And Nevis</option>
                            <option value="192">Saint Lucia</option>
                            <option value="265">Saint Martin</option>
                            <option value="193">Saint Pierre and Miquelon</option>
                            <option value="194">Saint Vincent and The Grenadines</option>
                            <option value="196">San Marino</option>
                            <option value="198">Saudi Arabia</option>
                            <option value="199">Senegal</option>
                            <option value="200">Serbia</option>
                            <option value="201">Seychelles</option>
                            <option value="202">Sierra Leone</option>
                            <option value="203">Singapore</option>
                            <option value="269">Sint Maarten (Dutch part)</option>
                            <option value="204">Slovakia</option>
                            <option value="205">Slovenia</option>
                            <option value="208">South Africa</option>
                            <option value="210">South Korea</option>
                            <option value="211">Spain</option>
                            <option value="212">Sri Lanka</option>
                            <option value="214">Suriname</option>
                            <option value="215">Svalbard and Jan Mayen Islands</option>
                            <option value="217">Sweden</option>
                            <option value="218">Switzerland</option>
                            <option value="220">Taiwan</option>
                            <option value="221">Tajikistan</option>
                            <option value="222">Tanzania</option>
                            <option value="223">Thailand</option>
                            <option value="224">Togo</option>
                            <option value="225">Tokelau</option>
                            <option value="227">Trinidad And Tobago</option>
                            <option value="228">Tunisia</option>
                            <option value="229">Turkey</option>
                            <option value="230">Turkmenistan</option>
                            <option value="231">Turks And Caicos Islands</option>
                            <option value="232">Tuvalu</option>
                            <option value="233">Uganda</option>
                            <option value="235">United Arab Emirates</option>
                            <option value="236">United Kingdom</option>
                            <option value="238">United States Of America</option>
                            <option value="239">Uruguay</option>
                            <option value="241">Uzbekistan</option>
                            <option value="243">Vatican City State</option>
                            <option value="245">Vietnam</option>
                            <option value="246">Virgin Islands (British)</option>
                            <option value="247">Virgin Islands (US)</option>
                            <option value="248">Wallis and Futuna Islands</option>
                            <option value="266">Western Sahara</option>
                          </select></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_state_row" class="col mb-3 clearfix form-group__ form_table_row state_row">
                  <div id="student_sign_up_state_input_cell" class="col-12 mt-1  form_input_cell__ state_input_cell">
                    <noscript>
                      <div id="student_sign_up_update_input_cell" class="form_update_btn update_input_cell"><input type="submit" name="update" value=">" autocomplete="off" onclick="form_submitted_test=form_submitted ;
                                                            form_submitted=true ; ; sub_form='update' ; return true" id="update" class="form-control ThemesBlueButton" style="width:20px;"></div>
                    </noscript>
                    <div id="student_sign_up_state_form_input" class="form-field  form_input__  state _form_input">
                      <div class="input-group">
                        <label for="__state_select" class="form-control-placeholder form_label">State<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group">
                          <script type="text/javascript" defer="defer">
                            <!--
                            function __state_switch_group(g, f) {
                              if (g == '') {
                                n = ['Please select', ''];
                                if (('' == 'none' || '' == '' || '' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                  document.getElementById('student_sign_up_state_row').style.display = 'none';
                                } else if (document.getElementById('student_sign_up_state_row')) {
                                  document.getElementById('student_sign_up_state_row').style.display = 'block';
                                }
                              } else {
                                if (g == '14') {
                                  n = ['Please select', '', 'Australian Capital Territory', 'AU-ACT', 'New South Wales', 'AU-NSW', 'Northern Territory', 'AU-NT', 'Queensland', 'AU-QLD', 'South Australia', 'AU-SA', 'Tasmania', 'AU-TAS', 'Victoria',
                                    'AU-VIC', 'Western Australia', 'AU-WA'
                                  ];
                                  if (('AU-WA' == 'none' || 'AU-WA' == '' || 'AU-WA' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                    document.getElementById('student_sign_up_state_row').style.display = 'none';
                                  } else if (document.getElementById('student_sign_up_state_row')) {
                                    document.getElementById('student_sign_up_state_row').style.display = 'block';
                                  }
                                } else {
                                  if (g == '40') {
                                    n = ['Please select', '', 'Alberta', 'CA-AB', 'British Columbia', 'CA-BC', 'Manitoba', 'CA-MB', 'New Brunswick', 'CA-NB', 'Newfoundland and Labrador', 'CA-NL', 'Northwest Territories', 'CA-NT', 'Nova Scotia',
                                      'CA-NS', 'Nunavut', 'CA-NU', 'Ontario', 'CA-ON', 'Prince Edward Island', 'CA-PE', 'Quebec', 'CA-QC', 'Saskatchewan', 'CA-SK', 'Yukon Territory', 'CA-YT'
                                    ];
                                    if (('CA-YT' == 'none' || 'CA-YT' == '' || 'CA-YT' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                      document.getElementById('student_sign_up_state_row').style.display = 'none';
                                    } else if (document.getElementById('student_sign_up_state_row')) {
                                      document.getElementById('student_sign_up_state_row').style.display = 'block';
                                    }
                                  } else {
                                    if (g == '238') {
                                      n = ['Please select', '', 'Alabama', 'US-AL', 'Alaska', 'US-AK', 'Arizona', 'US-AZ', 'Arkansas', 'US-AR', 'California', 'US-CA', 'Colorado', 'US-CO', 'Connecticut', 'US-CT', 'Delaware', 'US-DE',
                                        'District of Columbia', 'US-DC', 'Florida', 'US-FL', 'Georgia', 'US-GA', 'Hawaii', 'US-HI', 'Idaho', 'US-ID', 'Illinois', 'US-IL', 'Indiana', 'US-IN', 'Iowa', 'US-IA', 'Kansas', 'US-KS', 'Kentucky', 'US-KY',
                                        'Louisiana', 'US-LA', 'Maine', 'US-ME', 'Maryland', 'US-MD', 'Massachusetts', 'US-MA', 'Michigan', 'US-MI', 'Minnesota', 'US-MN', 'Mississippi', 'US-MS', 'Missouri', 'US-MO', 'Montana', 'US-MT', 'Nebraska',
                                        'US-NE', 'Nevada', 'US-NV', 'New Hampshire', 'US-NH', 'New Jersey', 'US-NJ', 'New Mexico', 'US-NM', 'New York', 'US-NY', 'North Carolina', 'US-NC', 'North Dakota', 'US-ND', 'Ohio', 'US-OH', 'Oklahoma',
                                        'US-OK', 'Oregon', 'US-OR', 'Pennsylvania', 'US-PA', 'Rhode Island', 'US-RI', 'South Carolina', 'US-SC', 'South Dakota', 'US-SD', 'Tennessee', 'US-TN', 'Texas', 'US-TX', 'Utah', 'US-UT', 'Vermont', 'US-VT',
                                        'Virginia', 'US-VA', 'Washington', 'US-WA', 'West Virginia', 'US-WV', 'Wisconsin', 'US-WI', 'Wyoming', 'US-WY'
                                      ];
                                      if (('US-WY' == 'none' || 'US-WY' == '' || 'US-WY' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                        document.getElementById('student_sign_up_state_row').style.display = 'none';
                                      } else if (document.getElementById('student_sign_up_state_row')) {
                                        document.getElementById('student_sign_up_state_row').style.display = 'block';
                                      }
                                    } else {
                                      if (g == '1') {
                                        n = ['- - - - - - - - - - - - - - - - - - - -', 'none'];
                                        if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                          document.getElementById('student_sign_up_state_row').style.display = 'none';
                                        } else if (document.getElementById('student_sign_up_state_row')) {
                                          document.getElementById('student_sign_up_state_row').style.display = 'block';
                                        }
                                      } else {
                                        if (g == '2') {
                                          n = ['Afghanistan', 'none'];
                                          if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                            document.getElementById('student_sign_up_state_row').style.display = 'none';
                                          } else if (document.getElementById('student_sign_up_state_row')) {
                                            document.getElementById('student_sign_up_state_row').style.display = 'block';
                                          }
                                        } else {
                                          if (g == '257') {
                                            n = ['Aland Islands', 'none'];
                                            if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                              document.getElementById('student_sign_up_state_row').style.display = 'none';
                                            } else if (document.getElementById('student_sign_up_state_row')) {
                                              document.getElementById('student_sign_up_state_row').style.display = 'block';
                                            }
                                          } else {
                                            if (g == '3') {
                                              n = ['Albania', 'none'];
                                              if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                document.getElementById('student_sign_up_state_row').style.display = 'none';
                                              } else if (document.getElementById('student_sign_up_state_row')) {
                                                document.getElementById('student_sign_up_state_row').style.display = 'block';
                                              }
                                            } else {
                                              if (g == '4') {
                                                n = ['Algeria', 'none'];
                                                if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                  document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                } else if (document.getElementById('student_sign_up_state_row')) {
                                                  document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                }
                                              } else {
                                                if (g == '5') {
                                                  n = ['American Samoa', 'none'];
                                                  if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                    document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                  } else if (document.getElementById('student_sign_up_state_row')) {
                                                    document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                  }
                                                } else {
                                                  if (g == '6') {
                                                    n = ['Andorra', 'none'];
                                                    if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                      document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                    } else if (document.getElementById('student_sign_up_state_row')) {
                                                      document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                    }
                                                  } else {
                                                    if (g == '7') {
                                                      n = ['Angola', 'none'];
                                                      if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                        document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                      } else if (document.getElementById('student_sign_up_state_row')) {
                                                        document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                      }
                                                    } else {
                                                      if (g == '8') {
                                                        n = ['Anguilla', 'none'];
                                                        if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                          document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                        } else if (document.getElementById('student_sign_up_state_row')) {
                                                          document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                        }
                                                      } else {
                                                        if (g == '9') {
                                                          n = ['Antarctica', 'none'];
                                                          if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                            document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                          } else if (document.getElementById('student_sign_up_state_row')) {
                                                            document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                          }
                                                        } else {
                                                          if (g == '10') {
                                                            n = ['Antigua and Barbuda', 'none'];
                                                            if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                              document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                            } else if (document.getElementById('student_sign_up_state_row')) {
                                                              document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                            }
                                                          } else {
                                                            if (g == '11') {
                                                              n = ['Argentina', 'none'];
                                                              if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                              } else if (document.getElementById('student_sign_up_state_row')) {
                                                                document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                              }
                                                            } else {
                                                              if (g == '12') {
                                                                n = ['Armenia', 'none'];
                                                                if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                  document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                } else if (document.getElementById('student_sign_up_state_row')) {
                                                                  document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                }
                                                              } else {
                                                                if (g == '13') {
                                                                  n = ['Aruba', 'none'];
                                                                  if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                    document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                  } else if (document.getElementById('student_sign_up_state_row')) {
                                                                    document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                  }
                                                                } else {
                                                                  if (g == '16') {
                                                                    n = ['Austria', 'none'];
                                                                    if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                      document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                    } else if (document.getElementById('student_sign_up_state_row')) {
                                                                      document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                    }
                                                                  } else {
                                                                    if (g == '17') {
                                                                      n = ['Azerbaijan', 'none'];
                                                                      if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                        document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                      } else if (document.getElementById('student_sign_up_state_row')) {
                                                                        document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                      }
                                                                    } else {
                                                                      if (g == '18') {
                                                                        n = ['Bahamas', 'none'];
                                                                        if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                          document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                        } else if (document.getElementById('student_sign_up_state_row')) {
                                                                          document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                        }
                                                                      } else {
                                                                        if (g == '19') {
                                                                          n = ['Bahrain', 'none'];
                                                                          if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                            document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                          } else if (document.getElementById('student_sign_up_state_row')) {
                                                                            document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                          }
                                                                        } else {
                                                                          if (g == '20') {
                                                                            n = ['Bangladesh', 'none'];
                                                                            if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                              document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                            } else if (document.getElementById('student_sign_up_state_row')) {
                                                                              document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                            }
                                                                          } else {
                                                                            if (g == '21') {
                                                                              n = ['Barbados', 'none'];
                                                                              if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                              } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                              }
                                                                            } else {
                                                                              if (g == '22') {
                                                                                n = ['Belarus', 'none'];
                                                                                if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                  document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                  document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                }
                                                                              } else {
                                                                                if (g == '23') {
                                                                                  n = ['Belgium', 'none'];
                                                                                  if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                    document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                  } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                    document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                  }
                                                                                } else {
                                                                                  if (g == '24') {
                                                                                    n = ['Belize', 'none'];
                                                                                    if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                      document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                    } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                      document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                    }
                                                                                  } else {
                                                                                    if (g == '25') {
                                                                                      n = ['Benin', 'none'];
                                                                                      if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                        document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                      } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                        document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                      }
                                                                                    } else {
                                                                                      if (g == '26') {
                                                                                        n = ['Bermuda', 'none'];
                                                                                        if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                          document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                        } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                          document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                        }
                                                                                      } else {
                                                                                        if (g == '27') {
                                                                                          n = ['Bhutan', 'none'];
                                                                                          if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                            document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                          } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                            document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                          }
                                                                                        } else {
                                                                                          if (g == '28') {
                                                                                            n = ['Bolivia', 'none'];
                                                                                            if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                              document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                            } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                              document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                            }
                                                                                          } else {
                                                                                            if (g == '270') {
                                                                                              n = ['Bonaire, Sint Eustatius and Saba', 'none'];
                                                                                              if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                              } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                              }
                                                                                            } else {
                                                                                              if (g == '29') {
                                                                                                n = ['Bosnia and Herzegovina', 'none'];
                                                                                                if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                  document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                  document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                }
                                                                                              } else {
                                                                                                if (g == '30') {
                                                                                                  n = ['Botswana', 'none'];
                                                                                                  if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                    document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                  } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                    document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                  }
                                                                                                } else {
                                                                                                  if (g == '31') {
                                                                                                    n = ['Bouvet Island', 'none'];
                                                                                                    if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                      document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                    } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                      document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                    }
                                                                                                  } else {
                                                                                                    if (g == '32') {
                                                                                                      n = ['Brazil', 'none'];
                                                                                                      if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                        document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                      } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                        document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                      }
                                                                                                    } else {
                                                                                                      if (g == '33') {
                                                                                                        n = ['British Indian Ocean Territory', 'none'];
                                                                                                        if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                          document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                        } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                          document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                        }
                                                                                                      } else {
                                                                                                        if (g == '34') {
                                                                                                          n = ['Brunei', 'none'];
                                                                                                          if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                            document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                          } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                            document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                          }
                                                                                                        } else {
                                                                                                          if (g == '35') {
                                                                                                            n = ['Bulgaria', 'none'];
                                                                                                            if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                              document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                            } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                              document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                            }
                                                                                                          } else {
                                                                                                            if (g == '36') {
                                                                                                              n = ['Burkina Faso', 'none'];
                                                                                                              if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                                document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                              } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                              }
                                                                                                            } else {
                                                                                                              if (g == '37') {
                                                                                                                n = ['Burundi', 'none'];
                                                                                                                if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                                  document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                  document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                }
                                                                                                              } else {
                                                                                                                if (g == '38') {
                                                                                                                  n = ['Cambodia', 'none'];
                                                                                                                  if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                                    document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                  } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                    document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                  }
                                                                                                                } else {
                                                                                                                  if (g == '39') {
                                                                                                                    n = ['Cameroon', 'none'];
                                                                                                                    if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                                      document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                    } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                      document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                    }
                                                                                                                  } else {
                                                                                                                    if (g == '42') {
                                                                                                                      n = ['Cape Verde', 'none'];
                                                                                                                      if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                                        document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                      } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                        document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                      }
                                                                                                                    } else {
                                                                                                                      if (g == '43') {
                                                                                                                        n = ['Cayman Islands', 'none'];
                                                                                                                        if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                                          document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                        } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                          document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                        }
                                                                                                                      } else {
                                                                                                                        if (g == '44') {
                                                                                                                          n = ['Central African Republic', 'none'];
                                                                                                                          if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                                            document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                          } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                            document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                          }
                                                                                                                        } else {
                                                                                                                          if (g == '45') {
                                                                                                                            n = ['Chad', 'none'];
                                                                                                                            if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                                              document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                            } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                              document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                            }
                                                                                                                          } else {
                                                                                                                            if (g == '46') {
                                                                                                                              n = ['Chile', 'none'];
                                                                                                                              if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                                                document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                              } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                              }
                                                                                                                            } else {
                                                                                                                              if (g == '47') {
                                                                                                                                n = ['China', 'none'];
                                                                                                                                if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                                                  document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                  document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                }
                                                                                                                              } else {
                                                                                                                                if (g == '48') {
                                                                                                                                  n = ['Christmas Island', 'none'];
                                                                                                                                  if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_state_row')) {
                                                                                                                                    document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                  } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                    document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                  }
                                                                                                                                } else {
                                                                                                                                  if (g == '49') {
                                                                                                                                    n = ['Cocos (Keeling) Islands', 'none'];
                                                                                                                                    if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById(
                                                                                                                                      'student_sign_up_state_row')) {
                                                                                                                                      document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                    } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                      document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                    }
                                                                                                                                  } else {
                                                                                                                                    if (g == '50') {
                                                                                                                                      n = ['Colombia', 'none'];
                                                                                                                                      if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById(
                                                                                                                                        'student_sign_up_state_row')) {
                                                                                                                                        document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                      } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                        document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                      }
                                                                                                                                    } else {
                                                                                                                                      if (g == '51') {
                                                                                                                                        n = ['Comoros', 'none'];
                                                                                                                                        if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById(
                                                                                                                                            'student_sign_up_state_row')) {
                                                                                                                                          document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                        } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                          document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                        }
                                                                                                                                      } else {
                                                                                                                                        if (g == '52') {
                                                                                                                                          n = ['Congo', 'none'];
                                                                                                                                          if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById(
                                                                                                                                              'student_sign_up_state_row')) {
                                                                                                                                            document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                          } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                            document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                          }
                                                                                                                                        } else {
                                                                                                                                          if (g == '256') {
                                                                                                                                            n = ['Congo (Republic of the Congo)', 'none'];
                                                                                                                                            if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById(
                                                                                                                                                'student_sign_up_state_row')) {
                                                                                                                                              document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                            } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                              document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                            }
                                                                                                                                          } else {
                                                                                                                                            if (g == '53') {
                                                                                                                                              n = ['Cook Islands', 'none'];
                                                                                                                                              if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById(
                                                                                                                                                  'student_sign_up_state_row')) {
                                                                                                                                                document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                              } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                              }
                                                                                                                                            } else {
                                                                                                                                              if (g == '54') {
                                                                                                                                                n = ['Costa Rica', 'none'];
                                                                                                                                                if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById(
                                                                                                                                                    'student_sign_up_state_row')) {
                                                                                                                                                  document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                                } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                  document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                                }
                                                                                                                                              } else {
                                                                                                                                                if (g == '55') {
                                                                                                                                                  n = ['Cote D\'Ivoire', 'none'];
                                                                                                                                                  if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById(
                                                                                                                                                      'student_sign_up_state_row')) {
                                                                                                                                                    document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                                  } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                    document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                                  }
                                                                                                                                                } else {
                                                                                                                                                  if (g == '56') {
                                                                                                                                                    n = ['Croatia', 'none'];
                                                                                                                                                    if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById(
                                                                                                                                                        'student_sign_up_state_row')) {
                                                                                                                                                      document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                                    } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                      document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                                    }
                                                                                                                                                  } else {
                                                                                                                                                    if (g == '57') {
                                                                                                                                                      n = ['Cuba', 'none'];
                                                                                                                                                      if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById(
                                                                                                                                                          'student_sign_up_state_row')) {
                                                                                                                                                        document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                                      } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                        document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                                      }
                                                                                                                                                    } else {
                                                                                                                                                      if (g == '268') {
                                                                                                                                                        n = ['Curacao', 'none'];
                                                                                                                                                        if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById(
                                                                                                                                                            'student_sign_up_state_row')) {
                                                                                                                                                          document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                                        } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                          document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                                        }
                                                                                                                                                      } else {
                                                                                                                                                        if (g == '58') {
                                                                                                                                                          n = ['Cyprus', 'none'];
                                                                                                                                                          if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById(
                                                                                                                                                              'student_sign_up_state_row')) {
                                                                                                                                                            document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                                          } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                            document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                                          }
                                                                                                                                                        } else {
                                                                                                                                                          if (g == '60') {
                                                                                                                                                            n = ['Czech Republic', 'none'];
                                                                                                                                                            if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById(
                                                                                                                                                                'student_sign_up_state_row')) {
                                                                                                                                                              document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                                            } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                              document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                                            }
                                                                                                                                                          } else {
                                                                                                                                                            if (g == '61') {
                                                                                                                                                              n = ['Denmark', 'none'];
                                                                                                                                                              if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById(
                                                                                                                                                                  'student_sign_up_state_row')) {
                                                                                                                                                                document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                                              } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                                              }
                                                                                                                                                            } else {
                                                                                                                                                              if (g == '63') {
                                                                                                                                                                n = ['Djibouti', 'none'];
                                                                                                                                                                if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById(
                                                                                                                                                                    'student_sign_up_state_row')) {
                                                                                                                                                                  document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                                                } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                  document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                                                }
                                                                                                                                                              } else {
                                                                                                                                                                if (g == '64') {
                                                                                                                                                                  n = ['Dominica', 'none'];
                                                                                                                                                                  if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById(
                                                                                                                                                                      'student_sign_up_state_row')) {
                                                                                                                                                                    document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                                                  } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                    document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                                                  }
                                                                                                                                                                } else {
                                                                                                                                                                  if (g == '65') {
                                                                                                                                                                    n = ['Dominican Republic', 'none'];
                                                                                                                                                                    if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document
                                                                                                                                                                      .getElementById('student_sign_up_state_row')) {
                                                                                                                                                                      document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                                                    } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                      document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                                                    }
                                                                                                                                                                  } else {
                                                                                                                                                                    if (g == '66') {
                                                                                                                                                                      n = ['East Timor', 'none'];
                                                                                                                                                                      if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document
                                                                                                                                                                        .getElementById('student_sign_up_state_row')) {
                                                                                                                                                                        document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                                                      } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                        document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                                                      }
                                                                                                                                                                    } else {
                                                                                                                                                                      if (g == '67') {
                                                                                                                                                                        n = ['Ecuador', 'none'];
                                                                                                                                                                        if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document
                                                                                                                                                                          .getElementById('student_sign_up_state_row')) {
                                                                                                                                                                          document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                                                        } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                          document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                                                        }
                                                                                                                                                                      } else {
                                                                                                                                                                        if (g == '68') {
                                                                                                                                                                          n = ['Egypt', 'none'];
                                                                                                                                                                          if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document
                                                                                                                                                                            .getElementById('student_sign_up_state_row')) {
                                                                                                                                                                            document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                                                          } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                            document.getElementById('student_sign_up_state_row').style.display = 'block';
                                                                                                                                                                          }
                                                                                                                                                                        } else {
                                                                                                                                                                          if (g == '69') {
                                                                                                                                                                            n = ['El Salvador', 'none'];
                                                                                                                                                                            if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document
                                                                                                                                                                              .getElementById('student_sign_up_state_row')) {
                                                                                                                                                                              document.getElementById('student_sign_up_state_row').style.display = 'none';
                                                                                                                                                                            } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                              document.getElementById('student_sign_up_state_row').style.display =
                                                                                                                                                                              'block';
                                                                                                                                                                            }
                                                                                                                                                                          } else {
                                                                                                                                                                            if (g == '70') {
                                                                                                                                                                              n = ['Equatorial Guinea', 'none'];
                                                                                                                                                                              if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document
                                                                                                                                                                                .getElementById('student_sign_up_state_row')) {
                                                                                                                                                                                document.getElementById('student_sign_up_state_row').style.display =
                                                                                                                                                                                  'none';
                                                                                                                                                                              } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                                document.getElementById('student_sign_up_state_row').style.display =
                                                                                                                                                                                  'block';
                                                                                                                                                                              }
                                                                                                                                                                            } else {
                                                                                                                                                                              if (g == '71') {
                                                                                                                                                                                n = ['Eritrea', 'none'];
                                                                                                                                                                                if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document
                                                                                                                                                                                  .getElementById('student_sign_up_state_row')) {
                                                                                                                                                                                  document.getElementById('student_sign_up_state_row').style.display =
                                                                                                                                                                                    'none';
                                                                                                                                                                                } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                                  document.getElementById('student_sign_up_state_row').style.display =
                                                                                                                                                                                    'block';
                                                                                                                                                                                }
                                                                                                                                                                              } else {
                                                                                                                                                                                if (g == '72') {
                                                                                                                                                                                  n = ['Estonia', 'none'];
                                                                                                                                                                                  if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document
                                                                                                                                                                                    .getElementById('student_sign_up_state_row')) {
                                                                                                                                                                                    document.getElementById('student_sign_up_state_row').style.display =
                                                                                                                                                                                      'none';
                                                                                                                                                                                  } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                                    document.getElementById('student_sign_up_state_row').style.display =
                                                                                                                                                                                      'block';
                                                                                                                                                                                  }
                                                                                                                                                                                } else {
                                                                                                                                                                                  if (g == '216') {
                                                                                                                                                                                    n = ['Eswatini', 'none'];
                                                                                                                                                                                    if (('none' == 'none' || 'none' == '' || 'none' == '::no::') &&
                                                                                                                                                                                      document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                                      document.getElementById('student_sign_up_state_row').style.display =
                                                                                                                                                                                        'none';
                                                                                                                                                                                    } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                                      document.getElementById('student_sign_up_state_row').style.display =
                                                                                                                                                                                        'block';
                                                                                                                                                                                    }
                                                                                                                                                                                  } else {
                                                                                                                                                                                    if (g == '73') {
                                                                                                                                                                                      n = ['Ethiopia', 'none'];
                                                                                                                                                                                      if (('none' == 'none' || 'none' == '' || 'none' == '::no::') &&
                                                                                                                                                                                        document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                                        document.getElementById('student_sign_up_state_row').style
                                                                                                                                                                                          .display = 'none';
                                                                                                                                                                                      } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                                        document.getElementById('student_sign_up_state_row').style
                                                                                                                                                                                          .display = 'block';
                                                                                                                                                                                      }
                                                                                                                                                                                    } else {
                                                                                                                                                                                      if (g == '74') {
                                                                                                                                                                                        n = ['Falkland Islands', 'none'];
                                                                                                                                                                                        if (('none' == 'none' || 'none' == '' || 'none' == '::no::') &&
                                                                                                                                                                                          document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                                          document.getElementById('student_sign_up_state_row').style
                                                                                                                                                                                            .display = 'none';
                                                                                                                                                                                        } else if (document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                                          document.getElementById('student_sign_up_state_row').style
                                                                                                                                                                                            .display = 'block';
                                                                                                                                                                                        }
                                                                                                                                                                                      } else {
                                                                                                                                                                                        if (g == '75') {
                                                                                                                                                                                          n = ['Faroe Islands', 'none'];
                                                                                                                                                                                          if (('none' == 'none' || 'none' == '' || 'none' == '::no::') &&
                                                                                                                                                                                            document.getElementById('student_sign_up_state_row')) {
                                                                                                                                                                                            document.getElementById('student_sign_up_state_row').style
                                                                                                                                                                                              .display = 'none';
                                                                                                                                                                                          } else if (document.getElementById(
                                                                                                                                                                                            'student_sign_up_state_row')) {
                                                                                                                                                                                            document.getElementById('student_sign_up_state_row').style
                                                                                                                                                                                              .display = 'block';
                                                                                                                                                                                          }
                                                                                                                                                                                        } else {
                                                                                                                                                                                          if (g == '76') {
                                                                                                                                                                                            n = ['Fiji Islands', 'none'];
                                                                                                                                                                                            if (('none' == 'none' || 'none' == '' || 'none' ==
                                                                                                                                                                                              '::no::') && document.getElementById(
                                                                                                                                                                                                'student_sign_up_state_row')) {
                                                                                                                                                                                              document.getElementById('student_sign_up_state_row').style
                                                                                                                                                                                                .display = 'none';
                                                                                                                                                                                            } else if (document.getElementById(
                                                                                                                                                                                                'student_sign_up_state_row')) {
                                                                                                                                                                                              document.getElementById('student_sign_up_state_row').style
                                                                                                                                                                                                .display = 'block';
                                                                                                                                                                                            }
                                                                                                                                                                                          } else {
                                                                                                                                                                                            if (g == '77') {
                                                                                                                                                                                              n = ['Finland', 'none'];
                                                                                                                                                                                              if (('none' == 'none' || 'none' == '' || 'none' ==
                                                                                                                                                                                                '::no::') && document.getElementById(
                                                                                                                                                                                                  'student_sign_up_state_row')) {
                                                                                                                                                                                                document.getElementById('student_sign_up_state_row').style
                                                                                                                                                                                                  .display = 'none';
                                                                                                                                                                                              } else if (document.getElementById(
                                                                                                                                                                                                  'student_sign_up_state_row')) {
                                                                                                                                                                                                document.getElementById('student_sign_up_state_row').style
                                                                                                                                                                                                  .display = 'block';
                                                                                                                                                                                              }
                                                                                                                                                                                            } else {
                                                                                                                                                                                              if (g == '79') {
                                                                                                                                                                                                n = ['France', 'none'];
                                                                                                                                                                                                if (('none' == 'none' || 'none' == '' || 'none' ==
                                                                                                                                                                                                    '::no::') && document.getElementById(
                                                                                                                                                                                                    'student_sign_up_state_row')) {
                                                                                                                                                                                                  document.getElementById('student_sign_up_state_row')
                                                                                                                                                                                                    .style.display = 'none';
                                                                                                                                                                                                } else if (document.getElementById(
                                                                                                                                                                                                    'student_sign_up_state_row')) {
                                                                                                                                                                                                  document.getElementById('student_sign_up_state_row')
                                                                                                                                                                                                    .style.display = 'block';
                                                                                                                                                                                                }
                                                                                                                                                                                              } else {
                                                                                                                                                                                                if (g == '81') {
                                                                                                                                                                                                  n = ['French Guiana', 'none'];
                                                                                                                                                                                                  if (('none' == 'none' || 'none' == '' || 'none' ==
                                                                                                                                                                                                      '::no::') && document.getElementById(
                                                                                                                                                                                                      'student_sign_up_state_row')) {
                                                                                                                                                                                                    document.getElementById('student_sign_up_state_row')
                                                                                                                                                                                                      .style.display = 'none';
                                                                                                                                                                                                  } else if (document.getElementById(
                                                                                                                                                                                                      'student_sign_up_state_row')) {
                                                                                                                                                                                                    document.getElementById('student_sign_up_state_row')
                                                                                                                                                                                                      .style.display = 'block';
                                                                                                                                                                                                  }
                                                                                                                                                                                                } else {
                                                                                                                                                                                                  if (g == '82') {
                                                                                                                                                                                                    n = ['French Polynesia', 'none'];
                                                                                                                                                                                                    if (('none' == 'none' || 'none' == '' || 'none' ==
                                                                                                                                                                                                        '::no::') && document.getElementById(
                                                                                                                                                                                                        'student_sign_up_state_row')) {
                                                                                                                                                                                                      document.getElementById('student_sign_up_state_row')
                                                                                                                                                                                                        .style.display = 'none';
                                                                                                                                                                                                    } else if (document.getElementById(
                                                                                                                                                                                                        'student_sign_up_state_row')) {
                                                                                                                                                                                                      document.getElementById('student_sign_up_state_row')
                                                                                                                                                                                                        .style.display = 'block';
                                                                                                                                                                                                    }
                                                                                                                                                                                                  } else {
                                                                                                                                                                                                    if (g == '83') {
                                                                                                                                                                                                      n = ['French Southern Territories', 'none'];
                                                                                                                                                                                                      if (('none' == 'none' || 'none' == '' || 'none' ==
                                                                                                                                                                                                          '::no::') && document.getElementById(
                                                                                                                                                                                                          'student_sign_up_state_row')) {
                                                                                                                                                                                                        document.getElementById(
                                                                                                                                                                                                            'student_sign_up_state_row').style.display =
                                                                                                                                                                                                          'none';
                                                                                                                                                                                                      } else if (document.getElementById(
                                                                                                                                                                                                          'student_sign_up_state_row')) {
                                                                                                                                                                                                        document.getElementById(
                                                                                                                                                                                                            'student_sign_up_state_row').style.display =
                                                                                                                                                                                                          'block';
                                                                                                                                                                                                      }
                                                                                                                                                                                                    } else {
                                                                                                                                                                                                      if (g == '84') {
                                                                                                                                                                                                        n = ['Gabon', 'none'];
                                                                                                                                                                                                        if (('none' == 'none' || 'none' == '' || 'none' ==
                                                                                                                                                                                                            '::no::') && document.getElementById(
                                                                                                                                                                                                            'student_sign_up_state_row')) {
                                                                                                                                                                                                          document.getElementById(
                                                                                                                                                                                                              'student_sign_up_state_row').style.display =
                                                                                                                                                                                                            'none';
                                                                                                                                                                                                        } else if (document.getElementById(
                                                                                                                                                                                                            'student_sign_up_state_row')) {
                                                                                                                                                                                                          document.getElementById(
                                                                                                                                                                                                              'student_sign_up_state_row').style.display =
                                                                                                                                                                                                            'block';
                                                                                                                                                                                                        }
                                                                                                                                                                                                      } else {
                                                                                                                                                                                                        if (g == '85') {
                                                                                                                                                                                                          n = ['Gambia', 'none'];
                                                                                                                                                                                                          if (('none' == 'none' || 'none' == '' ||
                                                                                                                                                                                                              'none' == '::no::') && document
                                                                                                                                                                                                            .getElementById('student_sign_up_state_row')
                                                                                                                                                                                                            ) {
                                                                                                                                                                                                            document.getElementById(
                                                                                                                                                                                                                'student_sign_up_state_row').style
                                                                                                                                                                                                              .display = 'none';
                                                                                                                                                                                                          } else if (document.getElementById(
                                                                                                                                                                                                              'student_sign_up_state_row')) {
                                                                                                                                                                                                            document.getElementById(
                                                                                                                                                                                                                'student_sign_up_state_row').style
                                                                                                                                                                                                              .display = 'block';
                                                                                                                                                                                                          }
                                                                                                                                                                                                        } else {
                                                                                                                                                                                                          if (g == '86') {
                                                                                                                                                                                                            n = ['Georgia', 'none'];
                                                                                                                                                                                                            if (('none' == 'none' || 'none' == '' ||
                                                                                                                                                                                                                'none' == '::no::') && document
                                                                                                                                                                                                              .getElementById('student_sign_up_state_row')
                                                                                                                                                                                                              ) {
                                                                                                                                                                                                              document.getElementById(
                                                                                                                                                                                                                  'student_sign_up_state_row').style
                                                                                                                                                                                                                .display = 'none';
                                                                                                                                                                                                            } else if (document.getElementById(
                                                                                                                                                                                                                'student_sign_up_state_row')) {
                                                                                                                                                                                                              document.getElementById(
                                                                                                                                                                                                                  'student_sign_up_state_row').style
                                                                                                                                                                                                                .display = 'block';
                                                                                                                                                                                                            }
                                                                                                                                                                                                          } else {
                                                                                                                                                                                                            if (g == '87') {
                                                                                                                                                                                                              n = ['Germany', 'none'];
                                                                                                                                                                                                              if (('none' == 'none' || 'none' == '' ||
                                                                                                                                                                                                                  'none' == '::no::') && document
                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                  'student_sign_up_state_row')) {
                                                                                                                                                                                                                document.getElementById(
                                                                                                                                                                                                                    'student_sign_up_state_row').style
                                                                                                                                                                                                                  .display = 'none';
                                                                                                                                                                                                              } else if (document.getElementById(
                                                                                                                                                                                                                  'student_sign_up_state_row')) {
                                                                                                                                                                                                                document.getElementById(
                                                                                                                                                                                                                    'student_sign_up_state_row').style
                                                                                                                                                                                                                  .display = 'block';
                                                                                                                                                                                                              }
                                                                                                                                                                                                            } else {
                                                                                                                                                                                                              if (g == '89') {
                                                                                                                                                                                                                n = ['Ghana', 'none'];
                                                                                                                                                                                                                if (('none' == 'none' || 'none' == '' ||
                                                                                                                                                                                                                    'none' == '::no::') && document
                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                    'student_sign_up_state_row')) {
                                                                                                                                                                                                                  document.getElementById(
                                                                                                                                                                                                                      'student_sign_up_state_row').style
                                                                                                                                                                                                                    .display = 'none';
                                                                                                                                                                                                                } else if (document.getElementById(
                                                                                                                                                                                                                    'student_sign_up_state_row')) {
                                                                                                                                                                                                                  document.getElementById(
                                                                                                                                                                                                                      'student_sign_up_state_row').style
                                                                                                                                                                                                                    .display = 'block';
                                                                                                                                                                                                                }
                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                if (g == '90') {
                                                                                                                                                                                                                  n = ['Gibraltar', 'none'];
                                                                                                                                                                                                                  if (('none' == 'none' || 'none' == '' ||
                                                                                                                                                                                                                      'none' == '::no::') && document
                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                      'student_sign_up_state_row')) {
                                                                                                                                                                                                                    document.getElementById(
                                                                                                                                                                                                                        'student_sign_up_state_row').style
                                                                                                                                                                                                                      .display = 'none';
                                                                                                                                                                                                                  } else if (document.getElementById(
                                                                                                                                                                                                                      'student_sign_up_state_row')) {
                                                                                                                                                                                                                    document.getElementById(
                                                                                                                                                                                                                        'student_sign_up_state_row').style
                                                                                                                                                                                                                      .display = 'block';
                                                                                                                                                                                                                  }
                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                  if (g == '91') {
                                                                                                                                                                                                                    n = ['Greece', 'none'];
                                                                                                                                                                                                                    if (('none' == 'none' || 'none' ==
                                                                                                                                                                                                                        '' || 'none' == '::no::') &&
                                                                                                                                                                                                                      document.getElementById(
                                                                                                                                                                                                                        'student_sign_up_state_row')) {
                                                                                                                                                                                                                      document.getElementById(
                                                                                                                                                                                                                          'student_sign_up_state_row')
                                                                                                                                                                                                                        .style.display = 'none';
                                                                                                                                                                                                                    } else if (document.getElementById(
                                                                                                                                                                                                                        'student_sign_up_state_row')) {
                                                                                                                                                                                                                      document.getElementById(
                                                                                                                                                                                                                          'student_sign_up_state_row')
                                                                                                                                                                                                                        .style.display = 'block';
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                    if (g == '92') {
                                                                                                                                                                                                                      n = ['Greenland', 'none'];
                                                                                                                                                                                                                      if (('none' == 'none' || 'none' ==
                                                                                                                                                                                                                          '' || 'none' == '::no::') &&
                                                                                                                                                                                                                        document.getElementById(
                                                                                                                                                                                                                          'student_sign_up_state_row')) {
                                                                                                                                                                                                                        document.getElementById(
                                                                                                                                                                                                                            'student_sign_up_state_row')
                                                                                                                                                                                                                          .style.display = 'none';
                                                                                                                                                                                                                      } else if (document.getElementById(
                                                                                                                                                                                                                          'student_sign_up_state_row')) {
                                                                                                                                                                                                                        document.getElementById(
                                                                                                                                                                                                                            'student_sign_up_state_row')
                                                                                                                                                                                                                          .style.display = 'block';
                                                                                                                                                                                                                      }
                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                      if (g == '93') {
                                                                                                                                                                                                                        n = ['Grenada', 'none'];
                                                                                                                                                                                                                        if (('none' == 'none' || 'none' ==
                                                                                                                                                                                                                            '' || 'none' == '::no::') &&
                                                                                                                                                                                                                          document.getElementById(
                                                                                                                                                                                                                            'student_sign_up_state_row')
                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                          document.getElementById(
                                                                                                                                                                                                                              'student_sign_up_state_row')
                                                                                                                                                                                                                            .style.display = 'none';
                                                                                                                                                                                                                        } else if (document
                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                            'student_sign_up_state_row')
                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                          document.getElementById(
                                                                                                                                                                                                                              'student_sign_up_state_row')
                                                                                                                                                                                                                            .style.display = 'block';
                                                                                                                                                                                                                        }
                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                        if (g == '94') {
                                                                                                                                                                                                                          n = ['Guadeloupe', 'none'];
                                                                                                                                                                                                                          if (('none' == 'none' ||
                                                                                                                                                                                                                              'none' == '' || 'none' ==
                                                                                                                                                                                                                              '::no::') && document
                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                              'student_sign_up_state_row')
                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                            document.getElementById(
                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                              ).style.display = 'none';
                                                                                                                                                                                                                          } else if (document
                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                              'student_sign_up_state_row')
                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                            document.getElementById(
                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                              ).style.display = 'block';
                                                                                                                                                                                                                          }
                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                          if (g == '95') {
                                                                                                                                                                                                                            n = ['Guam', 'none'];
                                                                                                                                                                                                                            if (('none' == 'none' ||
                                                                                                                                                                                                                                'none' == '' || 'none' ==
                                                                                                                                                                                                                                '::no::') && document
                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                )) {
                                                                                                                                                                                                                              document.getElementById(
                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                ).style.display = 'none';
                                                                                                                                                                                                                            } else if (document
                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                )) {
                                                                                                                                                                                                                              document.getElementById(
                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                  ).style.display =
                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                            if (g == '96') {
                                                                                                                                                                                                                              n = ['Guatemala', 'none'];
                                                                                                                                                                                                                              if (('none' == 'none' ||
                                                                                                                                                                                                                                  'none' == '' ||
                                                                                                                                                                                                                                  'none' == '::no::') &&
                                                                                                                                                                                                                                document.getElementById(
                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                  )) {
                                                                                                                                                                                                                                document.getElementById(
                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                    ).style.display =
                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                              } else if (document
                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                  )) {
                                                                                                                                                                                                                                document.getElementById(
                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                    ).style.display =
                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                              }
                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                              if (g == '258') {
                                                                                                                                                                                                                                n = ['Guernsey', 'none'];
                                                                                                                                                                                                                                if (('none' == 'none' ||
                                                                                                                                                                                                                                    'none' == '' ||
                                                                                                                                                                                                                                    'none' == '::no::') &&
                                                                                                                                                                                                                                  document.getElementById(
                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                    )) {
                                                                                                                                                                                                                                  document.getElementById(
                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                      ).style.display =
                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                } else if (document
                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                    )) {
                                                                                                                                                                                                                                  document.getElementById(
                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                      ).style.display =
                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                }
                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                if (g == '97') {
                                                                                                                                                                                                                                  n = ['Guinea', 'none'];
                                                                                                                                                                                                                                  if (('none' == 'none' ||
                                                                                                                                                                                                                                      'none' == '' ||
                                                                                                                                                                                                                                      'none' == '::no::'
                                                                                                                                                                                                                                      ) && document
                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                      )) {
                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                        ).style.display =
                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                  } else if (document
                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                      )) {
                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                        ).style.display =
                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                  if (g == '98') {
                                                                                                                                                                                                                                    n = ['Guinea-Bissau',
                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                    if (('none' ==
                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                        'none' == '' ||
                                                                                                                                                                                                                                        'none' == '::no::'
                                                                                                                                                                                                                                        ) && document
                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                        )) {
                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                          ).style
                                                                                                                                                                                                                                        .display = 'none';
                                                                                                                                                                                                                                    } else if (document
                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                        )) {
                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                          ).style
                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                    if (g == '99') {
                                                                                                                                                                                                                                      n = ['Guyana',
                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                      if (('none' ==
                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                          'none' == '' ||
                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                          '::no::') &&
                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                          )) {
                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                            ).style
                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                      } else if (document
                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                          )) {
                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                            ).style
                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                      if (g == '100') {
                                                                                                                                                                                                                                        n = ['Haiti',
                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                        if (('none' ==
                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                            '::no::') &&
                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                            )) {
                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                              ).style
                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                            )) {
                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                              ).style
                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                        if (g == '101') {
                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                            'Heard and Mc Donald Islands',
                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                          if (('none' ==
                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                              '::no::') &&
                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                              )) {
                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                ).style
                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                              )) {
                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                ).style
                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                          if (g ==
                                                                                                                                                                                                                                            '104') {
                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                              'Honduras',
                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                            if (('none' ==
                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                )) {
                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                  ).style
                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                )) {
                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                  ).style
                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                            if (g ==
                                                                                                                                                                                                                                              '105') {
                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                'Hong Kong S.A.R.',
                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                              if ((
                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                  )) {
                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                  )) {
                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                              if (g ==
                                                                                                                                                                                                                                                '107') {
                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                  'Hungary',
                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                if ((
                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                    )) {
                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                    )) {
                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                if (g ==
                                                                                                                                                                                                                                                  '108') {
                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                    'Iceland',
                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                  if ((
                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                      )) {
                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                      )) {
                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                  if (g ==
                                                                                                                                                                                                                                                    '109'
                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                      'India',
                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                    if ((
                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                      '110'
                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                        'Indonesia',
                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                        '111'
                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                          'Iran',
                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                          '112'
                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                            'Iraq',
                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                            '113'
                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                              'Ireland',
                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                              '259'
                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                'Isle of Man',
                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                '115'
                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                  'Israel',
                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                  '116'
                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                    'Italy',
                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                    '118'
                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                      'Jamaica',
                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                      '119'
                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                        'Japan',
                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                        '260'
                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                          'Jersey',
                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                                          '121'
                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                                            'Jordan',
                                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                                            '122'
                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                                              'Kazakhstan',
                                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                                              '123'
                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                                'Kenya',
                                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                                '124'
                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                                  'Kiribati',
                                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                                  '273'
                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                                    'Kosovo',
                                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                                    '126'
                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                                      'Kuwait',
                                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                                      '127'
                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                                        'Kyrgyzstan',
                                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                                        '128'
                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                                          'Laos',
                                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                                                          '129'
                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                                                            'Latvia',
                                                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                                                            '130'
                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                                                              'Lebanon',
                                                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                                                              '131'
                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                                                'Lesotho',
                                                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                                                '132'
                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                                                  'Liberia',
                                                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                                                  '133'
                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                                                    'Libyan Arab Jamahiriya',
                                                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                                                    '134'
                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                                                      'Liechtenstein',
                                                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                                                      '135'
                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                                                        'Lithuania',
                                                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                                                        '136'
                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                                                          'Luxembourg',
                                                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                                                                          '137'
                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                                                                            'Macau S.A.R.',
                                                                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                                                                            '138'
                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                                                                              'Macedonia',
                                                                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                                                                              '139'
                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                                                                'Madagascar',
                                                                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                                                                '140'
                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                                                                  'Malawi',
                                                                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                                                                  '141'
                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                                                                    'Malaysia',
                                                                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                                                                    '142'
                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                                                                      'Maldives',
                                                                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                                                                      '143'
                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                                                                        'Mali',
                                                                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                                                                        '144'
                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                                                                          'Malta',
                                                                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                                                                                          '146'
                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                                                                                            'Marshall Islands',
                                                                                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                                                                                            '147'
                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                                                                                              'Martinique',
                                                                                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                                                                                              '148'
                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                                                                                'Mauritania',
                                                                                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                                                                                '149'
                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                                                                                  'Mauritius',
                                                                                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                                                                                  '150'
                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                                                                                    'Mayotte',
                                                                                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                                                                                    '151'
                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                                                                                      'Mexico',
                                                                                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                                                                                      '152'
                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                                                                                        'Micronesia',
                                                                                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                                                                                        '153'
                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                                                                                          'Moldova',
                                                                                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                                                                                                          '154'
                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                                                                                                            'Monaco',
                                                                                                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                                                                                                            '155'
                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                                                                                                              'Mongolia',
                                                                                                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                                                                                                              '267'
                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                                                                                                'Montenegro',
                                                                                                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                                                                                                '156'
                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                                                                                                  'Montserrat',
                                                                                                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                                                                                                  '157'
                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                                                                                                    'Morocco',
                                                                                                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                                                                                                    '158'
                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                                                                                                      'Mozambique',
                                                                                                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                                                                                                      '159'
                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                                                                                                        'Myanmar',
                                                                                                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                                                                                                        '160'
                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                                                                                                          'Namibia',
                                                                                                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                                                                                                                          '161'
                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                                                                                                                            'Nauru',
                                                                                                                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                                                                                                                            '162'
                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                                                                                                                              'Nepal',
                                                                                                                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                                                                                                                              '261'
                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                                                                                                                'Netherlands Antilles',
                                                                                                                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                                                                                                                '102'
                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                                                                                                                  'Netherlands (Holland)',
                                                                                                                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                                                                                                                  '262'
                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                                                                                                                    'New Caledonia',
                                                                                                                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                                                                                                                    '164'
                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                                                                                                                      'New Zealand',
                                                                                                                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                                                                                                                      '165'
                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                                                                                                                        'Nicaragua',
                                                                                                                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                                                                                                                        '166'
                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                                                                                                                          'Niger',
                                                                                                                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                                                                                                                                          '167'
                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                                                                                                                                            'Nigeria',
                                                                                                                                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                                                                                                                                            '168'
                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                                                                                                                                              'Niue',
                                                                                                                                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                                                                                                                                              '169'
                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                                                                                                                                'Norfolk Island',
                                                                                                                                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                                                                                                                                '170'
                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                                                                                                                                  'Northern Mariana Islands',
                                                                                                                                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                                                                                                                                  '125'
                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                                                                                                                                    'North Korea',
                                                                                                                                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                                                                                                                                    '171'
                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                                                                                                                                      'Norway',
                                                                                                                                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                                                                                                                                      '172'
                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                                                                                                                                        'Oman',
                                                                                                                                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                                                                                                                                        '173'
                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                                                                                                                                          'Pakistan',
                                                                                                                                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                                                                                                                                                          '174'
                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                                                                                                                                                            'Palau',
                                                                                                                                                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                                                                                                                                                            '263'
                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                                                                                                                                                              'Palestine',
                                                                                                                                                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                                                                                                                                                              '175'
                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                                                                                                                                                'Panama',
                                                                                                                                                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                                                                                                                                                '176'
                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                                                                                                                                                  'Papua New Guinea',
                                                                                                                                                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                                                                                                                                                  '177'
                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                                                                                                                                                    'Paraguay',
                                                                                                                                                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                                                                                                                                                    '178'
                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                                                                                                                                                      'Peru',
                                                                                                                                                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                                                                                                                                                      '179'
                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                                                                                                                                                        'Philippines',
                                                                                                                                                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                                                                                                                                                        '180'
                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                                                                                                                                                          'Pitcairn Island',
                                                                                                                                                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                                                                                                                                                                          '181'
                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                                                                                                                                                                            'Poland',
                                                                                                                                                                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                                                                                                                                                                            '182'
                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                                                                                                                                                                              'Portugal',
                                                                                                                                                                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                                                                                                                                                                              '183'
                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                                                                                                                                                                'Puerto Rico',
                                                                                                                                                                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                                                                                                                                                                '184'
                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                                                                                                                                                                  'Qatar',
                                                                                                                                                                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                                                                                                                                                                  '185'
                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                                                                                                                                                                    'Reunion',
                                                                                                                                                                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                                                                                                                                                                    '186'
                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                                                                                                                                                                      'Romania',
                                                                                                                                                                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                                                                                                                                                                      '187'
                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                                                                                                                                                                        'Russia',
                                                                                                                                                                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                                                                                                                                                                        '188'
                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                                                                                                                                                                          'Rwanda',
                                                                                                                                                                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                                                                                                                                                                                          '264'
                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                                                                                                                                                                                            'Saint Barthelemy',
                                                                                                                                                                                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                                                                                                                                                                                            '190'
                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                                                                                                                                                                                              'Saint Helena',
                                                                                                                                                                                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                                                                                                                                                                                              '191'
                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                'Saint Kitts And Nevis',
                                                                                                                                                                                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                '192'
                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                  'Saint Lucia',
                                                                                                                                                                                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                  '265'
                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                    'Saint Martin',
                                                                                                                                                                                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                    '193'
                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                      'Saint Pierre and Miquelon',
                                                                                                                                                                                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                      '194'
                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                        'Saint Vincent and The Grenadines',
                                                                                                                                                                                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                        '195'
                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                          'Samoa',
                                                                                                                                                                                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                          '196'
                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                            'San Marino',
                                                                                                                                                                                                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                            '197'
                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                              'Sao Tome and Principe',
                                                                                                                                                                                                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                              '198'
                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                'Saudi Arabia',
                                                                                                                                                                                                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                '199'
                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                  'Senegal',
                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                  '200'
                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Serbia',
                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                    '201'
                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                      'Seychelles',
                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                      '189'
                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                        'S. Georgia and the S. Sandwich Islands',
                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                        '202'
                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                          'Sierra Leone',
                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                          '203'
                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                            'Singapore',
                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                            '269'
                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                              'Sint Maarten (Dutch part)',
                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                              '204'
                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                'Slovakia',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                '205'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'Slovenia',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '206'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Solomon Islands',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '207'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'Somalia',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '208'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'South Africa',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '210'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'South Korea',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          '272'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'South Sudan',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            '211'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'Spain',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              '212'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'Sri Lanka',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                '213'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'Sudan',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '214'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Suriname',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '215'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'Svalbard and Jan Mayen Islands',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '217'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'Sweden',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '218'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'Switzerland',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          '219'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'Syrian Arab Republic',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            '220'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'Taiwan',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              '221'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'Tajikistan',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                '222'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'Tanzania',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '223'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Thailand',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '224'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'Togo',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '225'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'Tokelau',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '226'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'Tonga',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          '227'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'Trinidad And Tobago',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            '228'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'Tunisia',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              '229'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'Turkey',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                '230'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'Turkmenistan',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '231'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Turks And Caicos Islands',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '232'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'Tuvalu',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '233'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'Uganda',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '234'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'Ukraine',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          '235'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'United Arab Emirates',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            '236'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'United Kingdom',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              '239'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'Uruguay',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                '240'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'US Minor Outlying Islands',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '241'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Uzbekistan',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '242'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'Vanuatu',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '243'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'Vatican City State',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '244'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'Venezuela',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          '245'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'Vietnam',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            '246'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'Virgin Islands (British)',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              '247'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'Virgin Islands (US)',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                '248'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'Wallis and Futuna Islands',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  '266'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'Western Sahara',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    '249'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'Yemen',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      '250'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'Zambia',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        g ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        '251'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        n = [
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'Zimbabwe',
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          'none'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ];
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ('none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            '' ||
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none' ==
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            '::no::'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ) &&
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'none';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        } else if (
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          document
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .getElementById(
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              'student_sign_up_state_row'
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              )
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .style
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .display =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            'block';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      } else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        n =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          null
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                }
                                                                                                                                                                                                                              }
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                          }
                                                                                                                                                                                                                        }
                                                                                                                                                                                                                      }
                                                                                                                                                                                                                    }
                                                                                                                                                                                                                  }
                                                                                                                                                                                                                }
                                                                                                                                                                                                              }
                                                                                                                                                                                                            }
                                                                                                                                                                                                          }
                                                                                                                                                                                                        }
                                                                                                                                                                                                      }
                                                                                                                                                                                                    }
                                                                                                                                                                                                  }
                                                                                                                                                                                                }
                                                                                                                                                                                              }
                                                                                                                                                                                            }
                                                                                                                                                                                          }
                                                                                                                                                                                        }
                                                                                                                                                                                      }
                                                                                                                                                                                    }
                                                                                                                                                                                  }
                                                                                                                                                                                }
                                                                                                                                                                              }
                                                                                                                                                                            }
                                                                                                                                                                          }
                                                                                                                                                                        }
                                                                                                                                                                      }
                                                                                                                                                                    }
                                                                                                                                                                  }
                                                                                                                                                                }
                                                                                                                                                              }
                                                                                                                                                            }
                                                                                                                                                          }
                                                                                                                                                        }
                                                                                                                                                      }
                                                                                                                                                    }
                                                                                                                                                  }
                                                                                                                                                }
                                                                                                                                              }
                                                                                                                                            }
                                                                                                                                          }
                                                                                                                                        }
                                                                                                                                      }
                                                                                                                                    }
                                                                                                                                  }
                                                                                                                                }
                                                                                                                              }
                                                                                                                            }
                                                                                                                          }
                                                                                                                        }
                                                                                                                      }
                                                                                                                    }
                                                                                                                  }
                                                                                                                }
                                                                                                              }
                                                                                                            }
                                                                                                          }
                                                                                                        }
                                                                                                      }
                                                                                                    }
                                                                                                  }
                                                                                                }
                                                                                              }
                                                                                            }
                                                                                          }
                                                                                        }
                                                                                      }
                                                                                    }
                                                                                  }
                                                                                }
                                                                              }
                                                                            }
                                                                          }
                                                                        }
                                                                      }
                                                                    }
                                                                  }
                                                                }
                                                              }
                                                            }
                                                          }
                                                        }
                                                      }
                                                    }
                                                  }
                                                }
                                              }
                                            }
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                              s = Array();
                              if (n != null) {
                                o = f['__state_select'].options;
                                i = 0;
                                while (i < n.length) {
                                  o[i / 2] = new Option(n[i], n[i + 1]);
                                  i = i + 2
                                }
                                while (i < o.length * 2) {
                                  o[i / 2] = null
                                }
                                f['__state_group'].value = g;
                                if (typeof(s[g]) != 'undefined') {
                                  for (x = 0; x < o.length; x++) {
                                    if (o[x].value == s[g]) {
                                      o[x].selected = true;
                                      break;
                                    }
                                  }
                                } else {
                                  o[0].selected = true;
                                  try {
                                    document.getElementById('__state_select').onchange();
                                  } catch (err) {}
                                }
                              }
                            }
                            // 
                            -->
                          </script><select name="__state_select" onchange="add_subsubmit_student_sign_up(this.form)" autocomplete="off" id="__state_select" class="form-control form-select form_fields" aria-required="true">
                            <option value="" selected="selected">Please select</option>
                          </select><input type="hidden" name="__state_group" value="" autocomplete="off" id="__state_group" class="form-control">
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_india_fee_exceed_row" class="col mb-3 clearfix form-group__ form_table_row india_fee_exceed_row">
                  <div id="student_sign_up_india_fee_exceed_input_cell" class="col-12 mt-1  form_input_cell__ india_fee_exceed_input_cell">
                    <div id="student_sign_up_india_fee_exceed_form_input" class="form-field  form_input__  india_fee_exceed _form_input">
                      <div class="input-group">
                        <label for="__india_fee_exceed_linked" class="form-control-placeholder form_label">Will you exceed the US$250,000 foreign exchange limit in the calendar year 01 April -31 March<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><select name="__india_fee_exceed_linked" autocomplete="off" id="__india_fee_exceed_linked" class="form-control form-select form_fields" aria-required="true">
                            <option value="" selected="selected">Please select</option>
                            <option value="1">Yes</option>
                            <option value="0">No</option>
                          </select>
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_value_india_fee_exceed_student_sign_up = new Array();
                            var linked_value_india_fee_exceed_student_sign_up_defaultvalue = (document.getElementById("__india_fee_exceed_linked").value) ? (document.getElementById("__india_fee_exceed_linked").value) : '';
                            var linked_value_india_fee_exceed_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_india_fee_exceed_row").style.display) ? document.getElementById("student_sign_up_india_fee_exceed_row").style
                              .display : 'block';
                            linked_value_india_fee_exceed_student_sign_up['109'] = 1;

                            function ValidateEmpty__india_fee_exceed_linkedstudent_sign_up(thefield) {
                              var linked = document.forms['student_sign_up'].elements['country_pay_from'];
                              if (linked.type == 'checkbox' || linked.type == 'radio') {
                                var status = linked.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_india_fee_exceed_student_sign_up[linked.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_india_fee_exceed_student_sign_up[linked.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status && thefield.value.trim() == '') {
                                return false;
                              }
                              return true;
                            }

                            function linked_value_india_fee_exceed_student_sign_up_func(theform, thisfield) {
                              var x = document.getElementById("student_sign_up_india_fee_exceed_row");
                              if (thisfield.type == 'checkbox' || thisfield.type == 'radio') {
                                var status = thisfield.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_india_fee_exceed_student_sign_up[thisfield.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_india_fee_exceed_student_sign_up[thisfield.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status) {
                                document.getElementById("student_sign_up_india_fee_exceed_row").style.display = linked_value_india_fee_exceed_student_sign_up_defaultdisplay;
                              } else {
                                document.getElementById("student_sign_up_india_fee_exceed_row").style.display = 'none';
                                if (document.getElementById("__india_fee_exceed_linked").selectedIndex) document.getElementById("__india_fee_exceed_linked").selectedIndex = 0;
                                if (document.getElementById("__india_fee_exceed_linked").checked) document.getElementById("__india_fee_exceed_linked").checked = false;
                                document.getElementById("__india_fee_exceed_linked").value = linked_value_india_fee_exceed_student_sign_up_defaultvalue;
                                try {
                                  document.getElementById("__india_fee_exceed_linked").onchange();
                                } catch (err) {}
                                try {
                                  document.getElementById("__india_fee_exceed_linked").onblur();
                                } catch (err) {}
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_payer_pan_row" class="col mb-3 clearfix form-group__ form_table_row payer_pan_row">
                  <div id="student_sign_up_payer_pan_input_cell" class="col-12 mt-1  form_input_cell__ payer_pan_input_cell">
                    <div id="student_sign_up_payer_pan_form_input" class="form-field  form_input__  payer_pan _form_input">
                      <div class="input-group">
                        <label for="__payer_pan_linked" class="form-control-placeholder form_label">Payer PAN Number<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__payer_pan_linked" value="" maxlength="10" size="35" autocomplete="off" id="__payer_pan_linked" class="form-control form_fields" aria-required="true">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_value_payer_pan_student_sign_up = new Array();
                            var linked_value_payer_pan_student_sign_up_defaultvalue = (document.getElementById("__payer_pan_linked").value) ? (document.getElementById("__payer_pan_linked").value) : '';
                            var linked_value_payer_pan_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_payer_pan_row").style.display) ? document.getElementById("student_sign_up_payer_pan_row").style.display : 'block';
                            linked_value_payer_pan_student_sign_up['109'] = 1;

                            function ValidateEmpty__payer_pan_linkedstudent_sign_up(thefield) {
                              var linked = document.forms['student_sign_up'].elements['country_pay_from'];
                              if (linked.type == 'checkbox' || linked.type == 'radio') {
                                var status = linked.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_payer_pan_student_sign_up[linked.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_payer_pan_student_sign_up[linked.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status && thefield.value.trim() == '') {
                                return false;
                              }
                              return true;
                            }

                            function linked_value_payer_pan_student_sign_up_func(theform, thisfield) {
                              var x = document.getElementById("student_sign_up_payer_pan_row");
                              if (thisfield.type == 'checkbox' || thisfield.type == 'radio') {
                                var status = thisfield.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_payer_pan_student_sign_up[thisfield.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_payer_pan_student_sign_up[thisfield.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status) {
                                document.getElementById("student_sign_up_payer_pan_row").style.display = linked_value_payer_pan_student_sign_up_defaultdisplay;
                              } else {
                                document.getElementById("student_sign_up_payer_pan_row").style.display = 'none';
                                if (document.getElementById("__payer_pan_linked").selectedIndex) document.getElementById("__payer_pan_linked").selectedIndex = 0;
                                if (document.getElementById("__payer_pan_linked").checked) document.getElementById("__payer_pan_linked").checked = false;
                                document.getElementById("__payer_pan_linked").value = linked_value_payer_pan_student_sign_up_defaultvalue;
                                try {
                                  document.getElementById("__payer_pan_linked").onchange();
                                } catch (err) {}
                                try {
                                  document.getElementById("__payer_pan_linked").onblur();
                                } catch (err) {}
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_payer_ssn_row" class="col mb-3 clearfix form-group__ form_table_row payer_ssn_row">
                  <div id="student_sign_up_payer_ssn_input_cell" class="col-12 mt-1  form_input_cell__ payer_ssn_input_cell">
                    <div id="student_sign_up_payer_ssn_form_input" class="form-field  form_input__  payer_ssn _form_input">
                      <div class="input-group">
                        <label for="__payer_ssn_linked" class="form-control-placeholder form_label">Payer Social Security Number<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__payer_ssn_linked" value="" maxlength="11" size="35" autocomplete="off" id="__payer_ssn_linked" class="form-control form_fields" aria-required="true">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_value_payer_ssn_student_sign_up = new Array();
                            var linked_value_payer_ssn_student_sign_up_defaultvalue = (document.getElementById("__payer_ssn_linked").value) ? (document.getElementById("__payer_ssn_linked").value) : '';
                            var linked_value_payer_ssn_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_payer_ssn_row").style.display) ? document.getElementById("student_sign_up_payer_ssn_row").style.display : 'block';
                            linked_value_payer_ssn_student_sign_up['238'] = 1;

                            function ValidateEmpty__payer_ssn_linkedstudent_sign_up(thefield) {
                              var linked = document.forms['student_sign_up'].elements['country_pay_from'];
                              if (linked.type == 'checkbox' || linked.type == 'radio') {
                                var status = linked.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_payer_ssn_student_sign_up[linked.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_payer_ssn_student_sign_up[linked.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status && thefield.value.trim() == '') {
                                return false;
                              }
                              return true;
                            }

                            function linked_value_payer_ssn_student_sign_up_func(theform, thisfield) {
                              var x = document.getElementById("student_sign_up_payer_ssn_row");
                              if (thisfield.type == 'checkbox' || thisfield.type == 'radio') {
                                var status = thisfield.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_payer_ssn_student_sign_up[thisfield.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_payer_ssn_student_sign_up[thisfield.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status) {
                                document.getElementById("student_sign_up_payer_ssn_row").style.display = linked_value_payer_ssn_student_sign_up_defaultdisplay;
                              } else {
                                document.getElementById("student_sign_up_payer_ssn_row").style.display = 'none';
                                if (document.getElementById("__payer_ssn_linked").selectedIndex) document.getElementById("__payer_ssn_linked").selectedIndex = 0;
                                if (document.getElementById("__payer_ssn_linked").checked) document.getElementById("__payer_ssn_linked").checked = false;
                                document.getElementById("__payer_ssn_linked").value = linked_value_payer_ssn_student_sign_up_defaultvalue;
                                try {
                                  document.getElementById("__payer_ssn_linked").onchange();
                                } catch (err) {}
                                try {
                                  document.getElementById("__payer_ssn_linked").onblur();
                                } catch (err) {}
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_payer_cpf_row" class="col mb-3 clearfix form-group__ form_table_row payer_cpf_row">
                  <div id="student_sign_up_payer_cpf_input_cell" class="col-12 mt-1  form_input_cell__ payer_cpf_input_cell">
                    <div id="student_sign_up_payer_cpf_form_input" class="form-field  form_input__  payer_cpf _form_input">
                      <div class="input-group">
                        <label for="__payer_cpf_linked" class="form-control-placeholder form_label">Payer CPF*</label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__payer_cpf_linked" value="___.___.___-__" size="35" onblur="add_subsubmit_student_sign_up(this.form)" autocomplete="off" id="__payer_cpf_linked"
                            class="form-control form_fields">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_value_payer_cpf_student_sign_up = new Array();
                            var linked_value_payer_cpf_student_sign_up_defaultvalue = (document.getElementById("__payer_cpf_linked").value) ? (document.getElementById("__payer_cpf_linked").value) : '';
                            var linked_value_payer_cpf_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_payer_cpf_row").style.display) ? document.getElementById("student_sign_up_payer_cpf_row").style.display : 'block';
                            linked_value_payer_cpf_student_sign_up['32'] = 1;

                            function linked_value_payer_cpf_student_sign_up_func(theform, thisfield) {
                              var x = document.getElementById("student_sign_up_payer_cpf_row");
                              if (thisfield.type == 'checkbox' || thisfield.type == 'radio') {
                                var status = thisfield.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_payer_cpf_student_sign_up[thisfield.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_payer_cpf_student_sign_up[thisfield.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status) {
                                document.getElementById("student_sign_up_payer_cpf_row").style.display = linked_value_payer_cpf_student_sign_up_defaultdisplay;
                              } else {
                                document.getElementById("student_sign_up_payer_cpf_row").style.display = 'none';
                                if (document.getElementById("__payer_cpf_linked").selectedIndex) document.getElementById("__payer_cpf_linked").selectedIndex = 0;
                                if (document.getElementById("__payer_cpf_linked").checked) document.getElementById("__payer_cpf_linked").checked = false;
                                document.getElementById("__payer_cpf_linked").value = linked_value_payer_cpf_student_sign_up_defaultvalue;
                                try {
                                  document.getElementById("__payer_cpf_linked").onchange();
                                } catch (err) {}
                                try {
                                  document.getElementById("__payer_cpf_linked").onblur();
                                } catch (err) {}
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_payment_method_row" class="col mb-3 clearfix form-group__ form_table_row payment_method_row">
                  <div id="student_sign_up_payment_method_input_cell" class="col-12 mt-1  form_input_cell__ payment_method_input_cell">
                    <div id="student_sign_up_payment_method_form_input" class="form-field  form_input__  payment_method _form_input">
                      <div class="input-group">
                        <label for="payment_method" id="student_sign_up_payment_method" class="form-control-placeholder form_label">Payment Method<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><select name="payment_method" onchange="add_subsubmit_student_sign_up(this.form)" autocomplete="off" id="payment_method" class="form-control form-select form_fields"
                            aria-required="true">
                            <option value="0">Default</option>
                            <option value="0">Bank Transfer</option>
                            <option value="2">VISA Credit</option>
                            <option value="7">VISA Debit</option>
                            <option value="3">Mastercard Credit</option>
                            <option value="8">Mastercard Debit</option>
                            <option value="4">AMEX</option>
                            <option value="9">Maestro</option>
                            <option value="5">Discover Card</option>
                            <option value="14">Diners</option>
                            <option value="15">Carte Bleue</option>
                            <option value="6">JCB</option>
                            <option value="13">Trustly</option>
                            <option value="10">UnionPay</option>
                            <option value="11">Alipay</option>
                          </select></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_our_country_pay_from_row" class="col mb-3 clearfix form-group__ form_table_row our_country_pay_from_row hidden">
                  <div id="student_sign_up_our_country_pay_from_input_cell" class="col-12 mt-1  form_input_cell__ our_country_pay_from_input_cell">
                    <noscript>
                      <div id="student_sign_up_update_input_cell" class="form_update_btn update_input_cell"><input type="submit" name="update" value=">" autocomplete="off" onclick="form_submitted_test=form_submitted ;
                                                            form_submitted=true ; ; sub_form='update' ; return true" id="update" class="form-control ThemesBlueButton" style="width:20px;"></div>
                    </noscript>
                    <div id="student_sign_up_our_country_pay_from_form_input" class="form-field  form_input__  our_country_pay_from _form_input">
                      <div class="input-group">
                        <label for="__our_country_pay_from_select" class="form-control-placeholder form_label">!<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_data_student_sign_up_our_country_pay_from = new Array();
                            linked_data_student_sign_up_our_country_pay_from['98'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['267'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['77'] = '113';
                            linked_data_student_sign_up_our_country_pay_from['91'] = '113';
                            linked_data_student_sign_up_our_country_pay_from['136'] = '113';
                            linked_data_student_sign_up_our_country_pay_from['204'] = '113';
                            linked_data_student_sign_up_our_country_pay_from['205'] = '113';
                            linked_data_student_sign_up_our_country_pay_from['135'] = '113';
                            linked_data_student_sign_up_our_country_pay_from['58'] = '113';
                            linked_data_student_sign_up_our_country_pay_from['72'] = '113';
                            linked_data_student_sign_up_our_country_pay_from['4'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['75'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['64'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['65'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['38'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['5'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['6'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['7'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['8'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['10'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['12'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['13'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['17'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['18'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['20'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['21'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['25'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['26'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['30'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['34'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['36'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['39'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['42'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['45'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['48'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['49'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['53'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['54'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['66'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['69'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['70'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['73'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['76'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['81'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['82'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['84'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['86'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['89'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['90'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['92'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['93'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['29'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['95'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['96'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['104'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['115'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['118'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['121'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['122'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['123'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['124'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['126'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['127'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['128'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['137'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['138'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['140'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['142'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['143'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['146'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['147'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['108'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['134'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['149'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['150'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['152'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['154'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['156'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['160'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['161'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['162'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['165'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['168'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['169'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['170'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['172'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['174'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['175'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['180'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['183'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['184'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['185'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['188'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['191'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['192'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['193'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['194'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['196'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['198'] = '198';
                            linked_data_student_sign_up_our_country_pay_from['199'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['201'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['231'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['245'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['212'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['210'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['214'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['215'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['220'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['221'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['222'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['224'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['225'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['227'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['230'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['232'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['233'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['241'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['243'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['246'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['247'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['248'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['257'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['234'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['259'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['260'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['261'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['262'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['264'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['265'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['266'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['269'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['3'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['94'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['268'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['155'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['158'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['229'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['258'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['43'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['55'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['129'] = '113';
                            linked_data_student_sign_up_our_country_pay_from['153'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['270'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['11'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['67'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['157'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['177'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['239'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['44'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['256'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['250'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['68'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['273'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['228'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['37'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['263'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['202'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['200'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['166'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['79'] = '79';
                            linked_data_student_sign_up_our_country_pay_from['87'] = '87';
                            linked_data_student_sign_up_our_country_pay_from['107'] = '107';
                            linked_data_student_sign_up_our_country_pay_from['116'] = '116';
                            linked_data_student_sign_up_our_country_pay_from['144'] = '144';
                            linked_data_student_sign_up_our_country_pay_from['181'] = '181';
                            linked_data_student_sign_up_our_country_pay_from['182'] = '182';
                            linked_data_student_sign_up_our_country_pay_from['186'] = '186';
                            linked_data_student_sign_up_our_country_pay_from['211'] = '211';
                            linked_data_student_sign_up_our_country_pay_from['217'] = '217';
                            linked_data_student_sign_up_our_country_pay_from['102'] = '102';
                            linked_data_student_sign_up_our_country_pay_from['16'] = '16';
                            linked_data_student_sign_up_our_country_pay_from['23'] = '23';
                            linked_data_student_sign_up_our_country_pay_from['35'] = '35';
                            linked_data_student_sign_up_our_country_pay_from['60'] = '60';
                            linked_data_student_sign_up_our_country_pay_from['61'] = '61';
                            linked_data_student_sign_up_our_country_pay_from['19'] = '19';
                            linked_data_student_sign_up_our_country_pay_from['56'] = '56';
                            linked_data_student_sign_up_our_country_pay_from['40'] = '40';
                            linked_data_student_sign_up_our_country_pay_from['47'] = '47';
                            linked_data_student_sign_up_our_country_pay_from['105'] = '105';
                            linked_data_student_sign_up_our_country_pay_from['119'] = '119';
                            linked_data_student_sign_up_our_country_pay_from['50'] = '50';
                            linked_data_student_sign_up_our_country_pay_from['110'] = '110';
                            linked_data_student_sign_up_our_country_pay_from['164'] = '164';
                            linked_data_student_sign_up_our_country_pay_from['179'] = '179';
                            linked_data_student_sign_up_our_country_pay_from['203'] = '203';
                            linked_data_student_sign_up_our_country_pay_from['171'] = '171';
                            linked_data_student_sign_up_our_country_pay_from['151'] = '151';
                            linked_data_student_sign_up_our_country_pay_from['218'] = '218';
                            linked_data_student_sign_up_our_country_pay_from['223'] = '223';
                            linked_data_student_sign_up_our_country_pay_from['235'] = '235';
                            linked_data_student_sign_up_our_country_pay_from['236'] = '236';
                            linked_data_student_sign_up_our_country_pay_from['14'] = '14';
                            linked_data_student_sign_up_our_country_pay_from['141'] = '141';
                            linked_data_student_sign_up_our_country_pay_from['173'] = '173';
                            linked_data_student_sign_up_our_country_pay_from['46'] = '46';
                            linked_data_student_sign_up_our_country_pay_from['113'] = '113';
                            linked_data_student_sign_up_our_country_pay_from['28'] = '28';
                            linked_data_student_sign_up_our_country_pay_from['32'] = '32';
                            linked_data_student_sign_up_our_country_pay_from['109'] = '109';
                            linked_data_student_sign_up_our_country_pay_from['178'] = '178';
                            linked_data_student_sign_up_our_country_pay_from['208'] = '208';
                            linked_data_student_sign_up_our_country_pay_from['238'] = '238';
                            linked_data_student_sign_up_our_country_pay_from['167'] = '167';

                            function linked_simple_student_sign_up_our_country_pay_from(theform, val) {
                              if (linked_data_student_sign_up_our_country_pay_from[val]) {
                                theform.elements['__our_country_pay_from_select'].value = linked_data_student_sign_up_our_country_pay_from[val];
                              }
                            }
                            // 
                            -->
                          </script><select name="__our_country_pay_from_select" onchange="linked_simple_student_sign_up_currency_type(this.form, this.value)" autocomplete="off" disabled="" id="__our_country_pay_from_select"
                            class="form-control form-select hidden" aria-required="true">
                            <option value="">Please select</option>
                            <option value="238">United States Of America</option>
                            <option value="113">Ireland</option>
                            <option value="198">-----</option>
                            <option value="79">France</option>
                            <option value="87">Germany</option>
                            <option value="107">Hungary</option>
                            <option value="116">Italy</option>
                            <option value="144">Malta</option>
                            <option value="181">Poland</option>
                            <option value="182">Portugal</option>
                            <option value="186">Romania</option>
                            <option value="211">Spain</option>
                            <option value="217">Sweden</option>
                            <option value="102">Netherlands (Holland)</option>
                            <option value="16">Austria</option>
                            <option value="23">Belgium</option>
                            <option value="35">Bulgaria</option>
                            <option value="60">Czech Republic</option>
                            <option value="61">Denmark</option>
                            <option value="19">Bahrain</option>
                            <option value="56">Croatia</option>
                            <option value="40">Canada</option>
                            <option value="47">China</option>
                            <option value="105">Hong Kong S.A.R.</option>
                            <option value="119">Japan</option>
                            <option value="50">Colombia</option>
                            <option value="110">Indonesia</option>
                            <option value="164">New Zealand</option>
                            <option value="179">Philippines</option>
                            <option value="203">Singapore</option>
                            <option value="171">Norway</option>
                            <option value="151">Mexico</option>
                            <option value="218">Switzerland</option>
                            <option value="223">Thailand</option>
                            <option value="235">United Arab Emirates</option>
                            <option value="236">United Kingdom</option>
                            <option value="14">Australia</option>
                            <option value="141">Malaysia</option>
                            <option value="173">Pakistan</option>
                            <option value="46">Chile</option>
                            <option value="28">Bolivia</option>
                            <option value="32">Brazil</option>
                            <option value="109">India</option>
                            <option value="178">Peru</option>
                            <option value="208">South Africa</option>
                            <option value="167">Nigeria</option>
                          </select>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_currency_type_row" class="col mb-3 clearfix form-group__ form_table_row currency_type_row hidden">
                  <div id="student_sign_up_currency_type_input_cell" class="col-12 mt-1  form_input_cell__ currency_type_input_cell">
                    <noscript>
                      <div id="student_sign_up_update_input_cell" class="form_update_btn update_input_cell"><input type="submit" name="update" value=">" autocomplete="off" onclick="form_submitted_test=form_submitted ;
                                                            form_submitted=true ; ; sub_form='update' ; return true" id="update" class="form-control ThemesBlueButton" style="width:20px;"></div>
                    </noscript>
                    <div id="student_sign_up_currency_type_form_input" class="form-field  form_input__  currency_type _form_input">
                      <div class="input-group">
                        <div class="col-12 bordered_input_group">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_data_student_sign_up_currency_type = new Array();
                            linked_data_student_sign_up_currency_type['2'] = 'AFN';
                            linked_data_student_sign_up_currency_type['3'] = 'ALL';
                            linked_data_student_sign_up_currency_type['4'] = 'DZD';
                            linked_data_student_sign_up_currency_type['7'] = 'AOA';
                            linked_data_student_sign_up_currency_type['11'] = 'ARS';
                            linked_data_student_sign_up_currency_type['12'] = 'AMD';
                            linked_data_student_sign_up_currency_type['13'] = 'AWG';
                            linked_data_student_sign_up_currency_type['124'] = 'AUD';
                            linked_data_student_sign_up_currency_type['232'] = 'AUD';
                            linked_data_student_sign_up_currency_type['14'] = 'AUD';
                            linked_data_student_sign_up_currency_type['48'] = 'AUD';
                            linked_data_student_sign_up_currency_type['169'] = 'AUD';
                            linked_data_student_sign_up_currency_type['161'] = 'AUD';
                            linked_data_student_sign_up_currency_type['49'] = 'AUD';
                            linked_data_student_sign_up_currency_type['17'] = 'AZN';
                            linked_data_student_sign_up_currency_type['18'] = 'BSD';
                            linked_data_student_sign_up_currency_type['19'] = 'BHD';
                            linked_data_student_sign_up_currency_type['20'] = 'BDT';
                            linked_data_student_sign_up_currency_type['21'] = 'BBD';
                            linked_data_student_sign_up_currency_type['22'] = 'BYR';
                            linked_data_student_sign_up_currency_type['24'] = 'BZD';
                            linked_data_student_sign_up_currency_type['26'] = 'BMD';
                            linked_data_student_sign_up_currency_type['27'] = 'BTN';
                            linked_data_student_sign_up_currency_type['28'] = 'BOB';
                            linked_data_student_sign_up_currency_type['29'] = 'USD';
                            linked_data_student_sign_up_currency_type['30'] = 'USD';
                            linked_data_student_sign_up_currency_type['32'] = 'BRL';
                            linked_data_student_sign_up_currency_type['34'] = 'BND';
                            linked_data_student_sign_up_currency_type['35'] = 'BGN';
                            linked_data_student_sign_up_currency_type['37'] = 'BIF';
                            linked_data_student_sign_up_currency_type['40'] = 'CAD';
                            linked_data_student_sign_up_currency_type['42'] = 'CVE';
                            linked_data_student_sign_up_currency_type['46'] = 'CLP';
                            linked_data_student_sign_up_currency_type['50'] = 'COP';
                            linked_data_student_sign_up_currency_type['36'] = 'XOF';
                            linked_data_student_sign_up_currency_type['199'] = 'XOF';
                            linked_data_student_sign_up_currency_type['98'] = 'XOF';
                            linked_data_student_sign_up_currency_type['224'] = 'XOF';
                            linked_data_student_sign_up_currency_type['166'] = 'XOF';
                            linked_data_student_sign_up_currency_type['55'] = 'XOF';
                            linked_data_student_sign_up_currency_type['143'] = 'XOF';
                            linked_data_student_sign_up_currency_type['25'] = 'XOF';
                            linked_data_student_sign_up_currency_type['84'] = 'XAF';
                            linked_data_student_sign_up_currency_type['256'] = 'XAF';
                            linked_data_student_sign_up_currency_type['45'] = 'XAF';
                            linked_data_student_sign_up_currency_type['39'] = 'XAF';
                            linked_data_student_sign_up_currency_type['44'] = 'XAF';
                            linked_data_student_sign_up_currency_type['70'] = 'XAF';
                            linked_data_student_sign_up_currency_type['51'] = 'KMF';
                            linked_data_student_sign_up_currency_type['248'] = 'XPF';
                            linked_data_student_sign_up_currency_type['82'] = 'XPF';
                            linked_data_student_sign_up_currency_type['262'] = 'XPF';
                            linked_data_student_sign_up_currency_type['52'] = 'CDF';
                            linked_data_student_sign_up_currency_type['54'] = 'CRC';
                            linked_data_student_sign_up_currency_type['57'] = 'CUP';
                            linked_data_student_sign_up_currency_type['60'] = 'CZK';
                            linked_data_student_sign_up_currency_type['61'] = 'DKK';
                            linked_data_student_sign_up_currency_type['75'] = 'DKK';
                            linked_data_student_sign_up_currency_type['92'] = 'DKK';
                            linked_data_student_sign_up_currency_type['63'] = 'DJF';
                            linked_data_student_sign_up_currency_type['65'] = 'DOP';
                            linked_data_student_sign_up_currency_type['8'] = 'XCD';
                            linked_data_student_sign_up_currency_type['194'] = 'XCD';
                            linked_data_student_sign_up_currency_type['192'] = 'XCD';
                            linked_data_student_sign_up_currency_type['64'] = 'XCD';
                            linked_data_student_sign_up_currency_type['156'] = 'XCD';
                            linked_data_student_sign_up_currency_type['10'] = 'XCD';
                            linked_data_student_sign_up_currency_type['93'] = 'XCD';
                            linked_data_student_sign_up_currency_type['191'] = 'XCD';
                            linked_data_student_sign_up_currency_type['68'] = 'EGP';
                            linked_data_student_sign_up_currency_type['71'] = 'ERN';
                            linked_data_student_sign_up_currency_type['73'] = 'ETB';
                            linked_data_student_sign_up_currency_type['6'] = 'EUR';
                            linked_data_student_sign_up_currency_type['56'] = 'EUR';
                            linked_data_student_sign_up_currency_type['23'] = 'EUR';
                            linked_data_student_sign_up_currency_type['16'] = 'EUR';
                            linked_data_student_sign_up_currency_type['273'] = 'USD';
                            linked_data_student_sign_up_currency_type['102'] = 'EUR';
                            linked_data_student_sign_up_currency_type['72'] = 'EUR';
                            linked_data_student_sign_up_currency_type['58'] = 'EUR';
                            linked_data_student_sign_up_currency_type['135'] = 'EUR';
                            linked_data_student_sign_up_currency_type['211'] = 'EUR';
                            linked_data_student_sign_up_currency_type['205'] = 'EUR';
                            linked_data_student_sign_up_currency_type['204'] = 'EUR';
                            linked_data_student_sign_up_currency_type['182'] = 'EUR';
                            linked_data_student_sign_up_currency_type['144'] = 'EUR';
                            linked_data_student_sign_up_currency_type['136'] = 'EUR';
                            linked_data_student_sign_up_currency_type['81'] = 'EUR';
                            linked_data_student_sign_up_currency_type['257'] = 'EUR';
                            linked_data_student_sign_up_currency_type['116'] = 'EUR';
                            linked_data_student_sign_up_currency_type['91'] = 'EUR';
                            linked_data_student_sign_up_currency_type['87'] = 'EUR';
                            linked_data_student_sign_up_currency_type['147'] = 'EUR';
                            linked_data_student_sign_up_currency_type['79'] = 'EUR';
                            linked_data_student_sign_up_currency_type['150'] = 'EUR';
                            linked_data_student_sign_up_currency_type['154'] = 'EUR';
                            linked_data_student_sign_up_currency_type['77'] = 'EUR';
                            linked_data_student_sign_up_currency_type['185'] = 'EUR';
                            linked_data_student_sign_up_currency_type['267'] = 'USD';
                            linked_data_student_sign_up_currency_type['193'] = 'EUR';
                            linked_data_student_sign_up_currency_type['129'] = 'EUR';
                            linked_data_student_sign_up_currency_type['196'] = 'EUR';
                            linked_data_student_sign_up_currency_type['113'] = 'EUR';
                            linked_data_student_sign_up_currency_type['94'] = 'EUR';
                            linked_data_student_sign_up_currency_type['265'] = 'EUR';
                            linked_data_student_sign_up_currency_type['264'] = 'EUR';
                            linked_data_student_sign_up_currency_type['243'] = 'EUR';
                            linked_data_student_sign_up_currency_type['74'] = 'FKP';
                            linked_data_student_sign_up_currency_type['76'] = 'FJD';
                            linked_data_student_sign_up_currency_type['85'] = 'GMD';
                            linked_data_student_sign_up_currency_type['86'] = 'GEL';
                            linked_data_student_sign_up_currency_type['89'] = 'GHS';
                            linked_data_student_sign_up_currency_type['90'] = 'GIP';
                            linked_data_student_sign_up_currency_type['96'] = 'GTQ';
                            linked_data_student_sign_up_currency_type['97'] = 'GNF';
                            linked_data_student_sign_up_currency_type['99'] = 'GYD';
                            linked_data_student_sign_up_currency_type['100'] = 'HTG';
                            linked_data_student_sign_up_currency_type['104'] = 'HNL';
                            linked_data_student_sign_up_currency_type['105'] = 'HKD';
                            linked_data_student_sign_up_currency_type['107'] = 'HUF';
                            linked_data_student_sign_up_currency_type['108'] = 'ISK';
                            linked_data_student_sign_up_currency_type['109'] = 'INR';
                            linked_data_student_sign_up_currency_type['110'] = 'IDR';
                            linked_data_student_sign_up_currency_type['111'] = 'IRR';
                            linked_data_student_sign_up_currency_type['112'] = 'IQD';
                            linked_data_student_sign_up_currency_type['115'] = 'ILS';
                            linked_data_student_sign_up_currency_type['118'] = 'JMD';
                            linked_data_student_sign_up_currency_type['119'] = 'JPY';
                            linked_data_student_sign_up_currency_type['121'] = 'JOD';
                            linked_data_student_sign_up_currency_type['263'] = 'JOD';
                            linked_data_student_sign_up_currency_type['122'] = 'KZT';
                            linked_data_student_sign_up_currency_type['123'] = 'USD';
                            linked_data_student_sign_up_currency_type['125'] = 'KPW';
                            linked_data_student_sign_up_currency_type['210'] = 'KRW';
                            linked_data_student_sign_up_currency_type['126'] = 'KWD';
                            linked_data_student_sign_up_currency_type['127'] = 'KGS';
                            linked_data_student_sign_up_currency_type['128'] = 'LAK';
                            linked_data_student_sign_up_currency_type['130'] = 'LBP';
                            linked_data_student_sign_up_currency_type['131'] = 'LSL';
                            linked_data_student_sign_up_currency_type['132'] = 'LRD';
                            linked_data_student_sign_up_currency_type['133'] = 'LYD';
                            linked_data_student_sign_up_currency_type['137'] = 'MOP';
                            linked_data_student_sign_up_currency_type['138'] = 'USD';
                            linked_data_student_sign_up_currency_type['139'] = 'MGA';
                            linked_data_student_sign_up_currency_type['140'] = 'MWK';
                            linked_data_student_sign_up_currency_type['141'] = 'MYR';
                            linked_data_student_sign_up_currency_type['142'] = 'MVR';
                            linked_data_student_sign_up_currency_type['148'] = 'MRO';
                            linked_data_student_sign_up_currency_type['149'] = 'MUR';
                            linked_data_student_sign_up_currency_type['151'] = 'MXN';
                            linked_data_student_sign_up_currency_type['153'] = 'MDL';
                            linked_data_student_sign_up_currency_type['155'] = 'MNT';
                            linked_data_student_sign_up_currency_type['266'] = 'MAD';
                            linked_data_student_sign_up_currency_type['157'] = 'MAD';
                            linked_data_student_sign_up_currency_type['158'] = 'MZN';
                            linked_data_student_sign_up_currency_type['159'] = 'MMK';
                            linked_data_student_sign_up_currency_type['160'] = 'NAD';
                            linked_data_student_sign_up_currency_type['162'] = 'NPR';
                            linked_data_student_sign_up_currency_type['261'] = 'ANG';
                            linked_data_student_sign_up_currency_type['268'] = 'ANG';
                            linked_data_student_sign_up_currency_type['269'] = 'ANG';
                            linked_data_student_sign_up_currency_type['164'] = 'NZD';
                            linked_data_student_sign_up_currency_type['180'] = 'NZD';
                            linked_data_student_sign_up_currency_type['225'] = 'NZD';
                            linked_data_student_sign_up_currency_type['53'] = 'NZD';
                            linked_data_student_sign_up_currency_type['168'] = 'NZD';
                            linked_data_student_sign_up_currency_type['165'] = 'NIO';
                            linked_data_student_sign_up_currency_type['167'] = 'NGN';
                            linked_data_student_sign_up_currency_type['215'] = 'NOK';
                            linked_data_student_sign_up_currency_type['171'] = 'NOK';
                            linked_data_student_sign_up_currency_type['172'] = 'OMR';
                            linked_data_student_sign_up_currency_type['173'] = 'PKR';
                            linked_data_student_sign_up_currency_type['175'] = 'PAB';
                            linked_data_student_sign_up_currency_type['176'] = 'PGK';
                            linked_data_student_sign_up_currency_type['177'] = 'PYG';
                            linked_data_student_sign_up_currency_type['178'] = 'PEN';
                            linked_data_student_sign_up_currency_type['179'] = 'PHP';
                            linked_data_student_sign_up_currency_type['181'] = 'PLN';
                            linked_data_student_sign_up_currency_type['184'] = 'QAR';
                            linked_data_student_sign_up_currency_type['186'] = 'RON';
                            linked_data_student_sign_up_currency_type['187'] = 'RUB';
                            linked_data_student_sign_up_currency_type['188'] = 'RWF';
                            linked_data_student_sign_up_currency_type['190'] = 'SHP';
                            linked_data_student_sign_up_currency_type['195'] = 'WST';
                            linked_data_student_sign_up_currency_type['197'] = 'STD';
                            linked_data_student_sign_up_currency_type['198'] = 'SAR';
                            linked_data_student_sign_up_currency_type['200'] = 'USD';
                            linked_data_student_sign_up_currency_type['201'] = 'SCR';
                            linked_data_student_sign_up_currency_type['203'] = 'SGD';
                            linked_data_student_sign_up_currency_type['206'] = 'SBD';
                            linked_data_student_sign_up_currency_type['207'] = 'SOS';
                            linked_data_student_sign_up_currency_type['208'] = 'ZAR';
                            linked_data_student_sign_up_currency_type['212'] = 'LKR';
                            linked_data_student_sign_up_currency_type['213'] = 'SDG';
                            linked_data_student_sign_up_currency_type['214'] = 'SRD';
                            linked_data_student_sign_up_currency_type['216'] = 'SZL';
                            linked_data_student_sign_up_currency_type['217'] = 'SEK';
                            linked_data_student_sign_up_currency_type['218'] = 'CHF';
                            linked_data_student_sign_up_currency_type['134'] = 'CHF';
                            linked_data_student_sign_up_currency_type['219'] = 'SYP';
                            linked_data_student_sign_up_currency_type['220'] = 'TWD';
                            linked_data_student_sign_up_currency_type['221'] = 'TJS';
                            linked_data_student_sign_up_currency_type['222'] = 'TZS';
                            linked_data_student_sign_up_currency_type['223'] = 'THB';
                            linked_data_student_sign_up_currency_type['226'] = 'TOP';
                            linked_data_student_sign_up_currency_type['227'] = 'TTD';
                            linked_data_student_sign_up_currency_type['228'] = 'TND';
                            linked_data_student_sign_up_currency_type['229'] = 'TRY';
                            linked_data_student_sign_up_currency_type['233'] = 'UGX';
                            linked_data_student_sign_up_currency_type['234'] = 'UAH';
                            linked_data_student_sign_up_currency_type['235'] = 'AED';
                            linked_data_student_sign_up_currency_type['259'] = 'GBP';
                            linked_data_student_sign_up_currency_type['43'] = 'GBP';
                            linked_data_student_sign_up_currency_type['260'] = 'GBP';
                            linked_data_student_sign_up_currency_type['258'] = 'GBP';
                            linked_data_student_sign_up_currency_type['236'] = 'GBP';
                            linked_data_student_sign_up_currency_type['231'] = 'USD';
                            linked_data_student_sign_up_currency_type['270'] = 'USD';
                            linked_data_student_sign_up_currency_type['183'] = 'USD';
                            linked_data_student_sign_up_currency_type['174'] = 'USD';
                            linked_data_student_sign_up_currency_type['67'] = 'USD';
                            linked_data_student_sign_up_currency_type['170'] = 'USD';
                            linked_data_student_sign_up_currency_type['152'] = 'USD';
                            linked_data_student_sign_up_currency_type['146'] = 'USD';
                            linked_data_student_sign_up_currency_type['238'] = 'USD';
                            linked_data_student_sign_up_currency_type['95'] = 'USD';
                            linked_data_student_sign_up_currency_type['69'] = 'USD';
                            linked_data_student_sign_up_currency_type['66'] = 'USD';
                            linked_data_student_sign_up_currency_type['47'] = 'CNY';
                            linked_data_student_sign_up_currency_type['5'] = 'USD';
                            linked_data_student_sign_up_currency_type['38'] = 'USD';
                            linked_data_student_sign_up_currency_type['247'] = 'USD';
                            linked_data_student_sign_up_currency_type['246'] = 'USD';
                            linked_data_student_sign_up_currency_type['239'] = 'UYU';
                            linked_data_student_sign_up_currency_type['241'] = 'UZS';
                            linked_data_student_sign_up_currency_type['242'] = 'VUV';
                            linked_data_student_sign_up_currency_type['244'] = 'VEF';
                            linked_data_student_sign_up_currency_type['245'] = 'VND';
                            linked_data_student_sign_up_currency_type['249'] = 'YER';
                            linked_data_student_sign_up_currency_type['251'] = 'ZWD';

                            function linked_simple_student_sign_up_currency_type(theform, val) {
                              if (linked_data_student_sign_up_currency_type[val]) {
                                theform.elements['__currency_type_select'].value = linked_data_student_sign_up_currency_type[val];
                              }
                            }
                            // 
                            -->
                          </script><select name="__currency_type_select" autocomplete="off" disabled="" id="__currency_type_select" class="form-control form-select hidden">
                            <option value="">Please select</option>
                            <option value="AFN">Afghanistan Afghanis - AFN</option>
                            <option value="ALL">Albania Leke - ALL</option>
                            <option value="DZD">Algeria Algeria Dinars - DZD</option>
                            <option value="AOA">Angola Kwanza - AOA</option>
                            <option value="ARS">Argentina Pesos - ARS</option>
                            <option value="AMD">Armenia Drams - AMD</option>
                            <option value="AWG">Aruba Guilders (also called Florins) - AWG</option>
                            <option value="AUD">Australian Dollar - AUD</option>
                            <option value="AZN">Azerbaijan New Manats - AZN</option>
                            <option value="BSD">Bahamas Dollars - BSD</option>
                            <option value="BHD">Bahrain Dinars - BHD</option>
                            <option value="BDT">Bangladesh Taka - BDT</option>
                            <option value="BBD">Barbados Dollars - BBD</option>
                            <option value="BYR">Belarus Rubles - BYR</option>
                            <option value="BZD">Belize Dollars - BZD</option>
                            <option value="BMD">Bermuda Dollars - BMD</option>
                            <option value="BTN">Bhutan Ngultrum - BTN</option>
                            <option value="BOB">Bolivia Bolivianos - BOB</option>
                            <option value="USD">United States of America Dollars - USD</option>
                            <option value="BRL">Brazil Reais - BRL</option>
                            <option value="BND">Brunei Darussalam Dollars - BND</option>
                            <option value="BGN">Bulgaria Leva - BGN</option>
                            <option value="BIF">Burundi Francs - BIF</option>
                            <option value="CAD">Canada Dollars - CAD</option>
                            <option value="CVE">Cape Verde Escudos - CVE</option>
                            <option value="CLP">Chile Pesos - CLP</option>
                            <option value="COP">Colombia Pesos - COP</option>
                            <option value="XOF">Communaute Financiere Africaine BCEAO Francs - XOF</option>
                            <option value="XAF">Communaute Financiere Africaine BEAC Francs - XAF</option>
                            <option value="KMF">Comoros Francs - KMF</option>
                            <option value="XPF">Comptoirs Francais du Pacifique Francs - XPF</option>
                            <option value="CDF">Congo/Kinshasa Congolese Francs - CDF</option>
                            <option value="CRC">Costa Rica Colón - CRC</option>
                            <option value="CUP">Cuba Pesos - CUP</option>
                            <option value="CZK">Czech Republic Koruny - CZK</option>
                            <option value="DKK">Denmark Kroner - DKK</option>
                            <option value="DJF">Djibouti Francs - DJF</option>
                            <option value="DOP">Dominican Republic Pesos - DOP</option>
                            <option value="XCD">East Caribbean Dollars - XCD</option>
                            <option value="EGP">Egypt Pounds - EGP</option>
                            <option value="ERN">Eritrea Nakfa - ERN</option>
                            <option value="ETB">Ethiopia Birr - ETB</option>
                            <option value="EUR">Euro - EUR</option>
                            <option value="FKP">Falkland Islands Pounds - FKP</option>
                            <option value="FJD">Fiji Dollars - FJD</option>
                            <option value="GMD">Gambia Dalasi - GMD</option>
                            <option value="GEL">Georgia Lari - GEL</option>
                            <option value="GHS">Ghana Cedis - GHS</option>
                            <option value="GIP">Gibraltar Pounds - GIP</option>
                            <option value="GTQ">Guatemala Quetzales - GTQ</option>
                            <option value="GNF">Guinea Francs - GNF</option>
                            <option value="GYD">Guyana Dollars - GYD</option>
                            <option value="HTG">Haiti Gourdes - HTG</option>
                            <option value="HNL">Honduras Lempiras - HNL</option>
                            <option value="HKD">Hong Kong Dollars - HKD</option>
                            <option value="HUF">Hungary Forint - HUF</option>
                            <option value="ISK">Iceland Kronur - ISK</option>
                            <option value="INR">India Rupees - INR</option>
                            <option value="IDR">Indonesia Rupiahs - IDR</option>
                            <option value="IRR">Iran Rials - IRR</option>
                            <option value="IQD">Iraq Dinars - IQD</option>
                            <option value="ILS">Israel New Shekels - ILS</option>
                            <option value="JMD">Jamaica Dollars - JMD</option>
                            <option value="JPY">Japan Yen - JPY</option>
                            <option value="JOD">Jordan Dinars - JOD</option>
                            <option value="KZT">Kazakhstan Tenge - KZT</option>
                            <option value="KPW">Korea (North) Won - KPW</option>
                            <option value="KRW">Korea (South) Won - KRW</option>
                            <option value="KWD">Kuwait Dinars - KWD</option>
                            <option value="KGS">Kyrgyzstan Soms - KGS</option>
                            <option value="LAK">Laos Kips - LAK</option>
                            <option value="LBP">Lebanon Pounds - LBP</option>
                            <option value="LSL">Lesotho Maloti - LSL</option>
                            <option value="LRD">Liberia Dollars - LRD</option>
                            <option value="LYD">Libya Dinars - LYD</option>
                            <option value="MOP">Macau Patacas - MOP</option>
                            <option value="MGA">Madagascar Ariary - MGA</option>
                            <option value="MWK">Malawi Kwachas - MWK</option>
                            <option value="MYR">Malaysia Ringgits - MYR</option>
                            <option value="MVR">Maldives (Maldive Islands) Rufiyaa - MVR</option>
                            <option value="MRO">Mauritania Ouguiyas - MRO</option>
                            <option value="MUR">Mauritius Rupees - MUR</option>
                            <option value="MXN">Mexico Pesos - MXN</option>
                            <option value="MDL">Moldova Lei - MDL</option>
                            <option value="MNT">Mongolia Tugriks - MNT</option>
                            <option value="MAD">Morocco Dirhams - MAD</option>
                            <option value="MZN">Mozambique Meticais - MZN</option>
                            <option value="MMK">Myanmar (Burma) Kyats - MMK</option>
                            <option value="NAD">Namibia Dollars - NAD</option>
                            <option value="NPR">Nepal Rupees - NPR</option>
                            <option value="ANG">Netherlands Antilles Guilders (also called Florins) - ANG</option>
                            <option value="NZD">New Zealand Dollars - NZD</option>
                            <option value="NIO">Nicaragua Cordobas - NIO</option>
                            <option value="NGN">Nigeria Nairas - NGN</option>
                            <option value="NOK">Norway Krone - NOK</option>
                            <option value="OMR">Oman Rials - OMR</option>
                            <option value="PKR">Pakistan Rupees - PKR</option>
                            <option value="PAB">Panama Balboa - PAB</option>
                            <option value="PGK">Papua New Guinea Kina - PGK</option>
                            <option value="PYG">Paraguay Guarani - PYG</option>
                            <option value="PEN">Peru Nuevos Soles - PEN</option>
                            <option value="PHP">Philippines Pesos - PHP</option>
                            <option value="PLN">Poland Zlotych - PLN</option>
                            <option value="QAR">Qatar Rials - QAR</option>
                            <option value="RON">Romania New Lei - RON</option>
                            <option value="RUB">Russia Rubles - RUB</option>
                            <option value="RWF">Rwanda Rwanda Francs - RWF</option>
                            <option value="SHP">Saint Helena Pounds - SHP</option>
                            <option value="WST">Samoa Tala - WST</option>
                            <option value="STD">Sao Tome and Principe Dobras - STD</option>
                            <option value="SAR">Saudi Arabia Riyals - SAR</option>
                            <option value="SCR">Seychelles Rupees - SCR</option>
                            <option value="SGD">Singapore Dollars - SGD</option>
                            <option value="SBD">Solomon Islands Dollars - SBD</option>
                            <option value="SOS">Somalia Shillings - SOS</option>
                            <option value="ZAR">South Africa Rand - ZAR</option>
                            <option value="LKR">Sri Lanka Rupees - LKR</option>
                            <option value="SDG">Sudan Pounds - SDG</option>
                            <option value="SRD">Suriname Dollars - SRD</option>
                            <option value="SZL">Swaziland Emalangeni - SZL</option>
                            <option value="SEK">Sweden Kronor - SEK</option>
                            <option value="CHF">Switzerland Francs - CHF</option>
                            <option value="SYP">Syria Pounds - SYP</option>
                            <option value="TWD">Taiwan New Dollars - TWD</option>
                            <option value="TJS">Tajikistan Somoni - TJS</option>
                            <option value="TZS">Tanzania Shillings - TZS</option>
                            <option value="THB">Thailand Baht - THB</option>
                            <option value="TOP">Tonga Pa'anga - TOP</option>
                            <option value="TTD">Trinidad and Tobago Dollars - TTD</option>
                            <option value="TND">Tunisia Dinars - TND</option>
                            <option value="TRY">Turkish Lira - TRY</option>
                            <option value="UGX">Uganda Shillings - UGX</option>
                            <option value="UAH">Ukraine Hryvnia - UAH</option>
                            <option value="AED">United Arab Emirates Dirhams - AED</option>
                            <option value="GBP">United Kingdom Pounds - GBP</option>
                            <option value="CNY">CNY</option>
                            <option value="UYU">Uruguay Pesos - UYU</option>
                            <option value="UZS">Uzbekistan Sums - UZS</option>
                            <option value="VUV">Vanuatu Vatu - VUV</option>
                            <option value="VEF">Venezuela Bolivares Fuertes - VEF</option>
                            <option value="VND">Vietnam Dong - VND</option>
                            <option value="YER">Yemen Rials - YER</option>
                            <option value="ZWD">Zimbabwe Zimbabwe Dollars - ZWD</option>
                          </select>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_tuition_row" class="col mb-3 clearfix form-group__ form_table_row tuition_row">
                  <div id="student_sign_up_tuition_input_cell" class="col-12 mt-1  form_input_cell__ tuition_input_cell">
                    <div id="student_sign_up_tuition_form_input" class="form-field  form_input__  tuition _form_input">
                      <div class="input-group">
                        <label for="__tuition_price" class="form-control-placeholder form_label">Tuition</label>
                        <div class="col-12 bordered_input_group">
                          <div id="student_sign_up_tuition_form_left_info" class="input-group-prepend form_left_info__ tuition_form_left_info"><span class="input-group-text">€</span></div>
                          <style type="text/css">
                            #student_sign_up_tuition_row {
                              display: block;
                            }
                          </style>
                          <style type="text/css">
                            #student_sign_up_tuition_row {
                              display: block;
                            }
                          </style>
                          <style type="text/css">
                            #student_sign_up_tuition_row {
                              display: block;
                            }
                          </style><input type="text" name="__tuition_price" value="" onblur="validatePrice(this.name,this.value);; sum_student_sign_up_3(this.form); add_subsubmit_student_sign_up(this.form)" autocomplete="off"
                            onkeyup="validatePrice(this.name,this.value);" id="__tuition_price" class="form-control form_fields">
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_deposit_row" class="col mb-3 clearfix form-group__ form_table_row deposit_row">
                  <div id="student_sign_up_deposit_input_cell" class="col-12 mt-1  form_input_cell__ deposit_input_cell">
                    <div id="student_sign_up_deposit_form_input" class="form-field  form_input__  deposit _form_input">
                      <div class="input-group">
                        <label for="__deposit_price" class="form-control-placeholder form_label">Deposit</label>
                        <div class="col-12 bordered_input_group">
                          <div id="student_sign_up_deposit_form_left_info" class="input-group-prepend form_left_info__ deposit_form_left_info"><span class="input-group-text">€</span></div>
                          <style type="text/css">
                            #student_sign_up_deposit_row {
                              display: block;
                            }
                          </style>
                          <style type="text/css">
                            #student_sign_up_deposit_row {
                              display: block;
                            }
                          </style>
                          <style type="text/css">
                            #student_sign_up_deposit_row {
                              display: block;
                            }
                          </style><input type="text" name="__deposit_price" value="" onblur="validatePrice(this.name,this.value);; sum_student_sign_up_3(this.form); add_subsubmit_student_sign_up(this.form)" autocomplete="off"
                            onkeyup="validatePrice(this.name,this.value);" id="__deposit_price" class="form-control form_fields">
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_accommodation_row" class="col mb-3 clearfix form-group__ form_table_row accommodation_row">
                  <div id="student_sign_up_accommodation_input_cell" class="col-12 mt-1  form_input_cell__ accommodation_input_cell">
                    <div id="student_sign_up_accommodation_form_input" class="form-field  form_input__  accommodation _form_input">
                      <div class="input-group">
                        <label for="__accommodation_price" class="form-control-placeholder form_label">Accommodation</label>
                        <div class="col-12 bordered_input_group">
                          <div id="student_sign_up_accommodation_form_left_info" class="input-group-prepend form_left_info__ accommodation_form_left_info"><span class="input-group-text">€</span></div>
                          <style type="text/css">
                            #student_sign_up_accommodation_row {
                              display: block;
                            }
                          </style>
                          <style type="text/css">
                            #student_sign_up_accommodation_row {
                              display: block;
                            }
                          </style>
                          <style type="text/css">
                            #student_sign_up_accommodation_row {
                              display: block;
                            }
                          </style><input type="text" name="__accommodation_price" value="" onblur="validatePrice(this.name,this.value);; sum_student_sign_up_3(this.form); add_subsubmit_student_sign_up(this.form)" autocomplete="off"
                            onkeyup="validatePrice(this.name,this.value);" id="__accommodation_price" class="form-control form_fields">
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_instalment_row" class="col mb-3 clearfix form-group__ form_table_row instalment_row">
                  <div id="student_sign_up_instalment_input_cell" class="col-12 mt-1  form_input_cell__ instalment_input_cell">
                    <div id="student_sign_up_instalment_form_input" class="form-field  form_input__  instalment _form_input">
                      <div class="input-group">
                        <label for="__instalment_price" class="form-control-placeholder form_label">Instalment</label>
                        <div class="col-12 bordered_input_group">
                          <div id="student_sign_up_instalment_form_left_info" class="input-group-prepend form_left_info__ instalment_form_left_info"><span class="input-group-text">€</span></div>
                          <style type="text/css">
                            #student_sign_up_instalment_row {
                              display: block;
                            }
                          </style>
                          <style type="text/css">
                            #student_sign_up_instalment_row {
                              display: block;
                            }
                          </style>
                          <style type="text/css">
                            #student_sign_up_instalment_row {
                              display: block;
                            }
                          </style><input type="text" name="__instalment_price" value="" onblur="validatePrice(this.name,this.value);; sum_student_sign_up_3(this.form); add_subsubmit_student_sign_up(this.form)" autocomplete="off"
                            onkeyup="validatePrice(this.name,this.value);" id="__instalment_price" class="form-control form_fields">
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_other_fees_row" class="col mb-3 clearfix form-group__ form_table_row other_fees_row">
                  <div id="student_sign_up_other_fees_input_cell" class="col-12 mt-1  form_input_cell__ other_fees_input_cell">
                    <div id="student_sign_up_other_fees_form_input" class="form-field  form_input__  other_fees _form_input">
                      <div class="input-group">
                        <label for="__other_fees_price" class="form-control-placeholder form_label">Other Fees</label>
                        <div class="col-12 bordered_input_group">
                          <div id="student_sign_up_other_fees_form_left_info" class="input-group-prepend form_left_info__ other_fees_form_left_info"><span class="input-group-text">€</span></div>
                          <style type="text/css">
                            #student_sign_up_other_fees_row {
                              display: block;
                            }
                          </style>
                          <style type="text/css">
                            #student_sign_up_other_fees_row {
                              display: block;
                            }
                          </style>
                          <style type="text/css">
                            #student_sign_up_other_fees_row {
                              display: block;
                            }
                          </style><input type="text" name="__other_fees_price" value="" onblur="validatePrice(this.name,this.value);; sum_student_sign_up_3(this.form); add_subsubmit_student_sign_up(this.form)" autocomplete="off"
                            onkeyup="validatePrice(this.name,this.value);" id="__other_fees_price" class="form-control form_fields">
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_sum_total_eur_row" class="col mb-3 clearfix form-group__ form_table_row sum_total_eur_row">
                  <div id="student_sign_up_sum_total_eur_input_cell" class="col-12 mt-1  form_input_cell__ sum_total_eur_input_cell">
                    <noscript>
                      <div id="student_sign_up_update_input_cell" class="form_update_btn update_input_cell"><input type="submit" name="update" value=">" autocomplete="off" onclick="form_submitted_test=form_submitted ;
                                                            form_submitted=true ; ; sub_form='update' ; return true" id="update" class="form-control ThemesBlueButton" style="width:20px;"></div>
                    </noscript>
                    <div id="student_sign_up_sum_total_eur_form_input" class="form-field  form_input__  sum_total_eur _form_input">
                      <div class="input-group">
                        <label for="__sum_total_eur_total_discount" class="form-control-placeholder form_label">Total<span class="required">*</span></label>
                        <div class="col-12  borderless_children total_sum">
                          <div id="student_sign_up_sum_total_eur_form_left_info" class="input-group-prepend form_left_info__ sum_total_eur_form_left_info"><span class="input-group-text">€</span></div><input type="text" name="__sum_total_eur_total"
                            value="0" size="10" autocomplete="off" readonly="" id="__sum_total_eur_total" class="form-control form_fields total_sum" aria-required="true"><input type="hidden" name="__sum_total_eur_total_discount" value="0"
                            autocomplete="off" readonly="" id="__sum_total_eur_total_discount" class="form-control" aria-required="true"><input type="hidden" name="__sum_total_eur_discount_amount" value="0" autocomplete="off" readonly=""
                            id="__sum_total_eur_discount_amount" class="form-control" aria-required="true">
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <script>
                  $(document).ready(function() {
                    $(document).on('click', '.payment-option', function() {
                      if ($(this).hasClass("disabled")) {
                        return false;
                      }
                      var sectionSelected = this.id.split('_').pop();
                      $('section.steps .payment-option').removeClass('active').find('input').attr('checked', false);
                      $('.same_currency_info_message').each(function() {
                        $(this).addClass('hidden');
                      });
                      $(this).addClass('active');
                      $(this).find('.same_currency_info_message').removeClass('hidden');
                      if (document.getElementById('payment_method_options_' + sectionSelected)) {
                        document.getElementById('payment_method_options_' + sectionSelected).checked = true
                      };
                      var paymentMethod = ($('input[type=radio][name=payment_method_options]').filter(":checked").val() >= 0) ? $('input[type=radio][name=payment_method_options]').filter(":checked").val() : '';
                      $('#payment_method').val(paymentMethod);
                    });
                  });
                </script>
                <script type="text/javascript" defer="defer">
                  var student_sign_up_ajax_calc = new sack();

                  function whenLoading() {
                    if (e = document.getElementById('payment-methods-wrapper')) {
                      e.innerHTML = '<p><img src="https://gismauniversityofappliedsciences.transfermateeducation.com/templates/colleges_2/images/calc_loading.gif" alt="loaging data" class="calc_loading">Updating data...<\/p>';
                    }
                    if (document.getElementById('form_section_button__1')) {
                      document.getElementById('form_section_button__1').value = 'Updating data...';
                    }
                  }

                  function whenLoaded() {}

                  function whenInteractive() {}

                  function whenCompleted() {
                    theform = document.forms['student_sign_up'];
                    for (var i = 0; i < theform.length; i++) {
                      var tempobj = theform.elements[i];
                      if (tempobj.type.toLowerCase() == 'submit' || tempobj.type.toLowerCase() == 'reset') {
                        tempobj.disabled = false;
                      }
                    }
                    student_sign_up_ajax_calc.runResponse();
                  }

                  function student_sign_up_ajax_calc_func(theform) {
                    if (typeof currentFormAmount == 'undefined') currentFormAmount = 0;
                    if (typeof currentFormCountryPayFrom == 'undefined') currentFormCountryPayFrom = '';
                    if (((document.getElementById('__sum_total_eur_total') && parseInt(document.getElementById('__sum_total_eur_total').value) == 0) && currentFormAmount == parseInt(document.getElementById('__sum_total_eur_total').value)) || (((
                        document.getElementById('country_pay_from') && !parseInt(document.getElementById('country_pay_from').value) > 0)) && currentFormCountryPayFrom == document.getElementById('country_pay_from').value) || (document.getElementById(
                        '__sum_total_eur_total') && parseInt(document.getElementById('__sum_total_eur_total').value) == 0 && document.getElementById('country_pay_from') && !parseInt(document.getElementById('country_pay_from').value) > 0)) {
                      currentFormAmount = parseInt(document.getElementById('__sum_total_eur_total').value);
                      currentFormCountryPayFrom = document.getElementById('country_pay_from').value;
                      scipLiveRateCalcAjaxRequest = true;
                      for (var i = 0; i < theform.length; i++) {
                        var tempobj = theform.elements[i];
                        if (tempobj.type.toLowerCase() == 'submit' || tempobj.type.toLowerCase() == 'reset') {
                          tempobj.disabled = false;
                        }
                      }
                    } else {
                      currentFormAmount = parseInt(document.getElementById('__sum_total_eur_total').value);
                      currentFormCountryPayFrom = document.getElementById('country_pay_from').value;
                      scipLiveRateCalcAjaxRequest = false;
                    }
                    if (typeof scipLiveRateCalcAjaxRequest != 'undefined' && scipLiveRateCalcAjaxRequest == true) return;
                    var e = document.getElementById('payment-methods-wrapper');
                    if (e.innerHTML) {
                      e.innerHTML = '<p><img src="https://gismauniversityofappliedsciences.transfermateeducation.com/templates/colleges_2/images/calc_loading.gif" alt="loaging data" class="calc_loading">Updating data...<\/p>';
                    }
                    if (document.getElementById('form_section_button__1')) {
                      document.getElementById('form_section_button__1').value = 'Updating data...';
                    }
                    var form = theform;
                    student_sign_up_ajax_calc.reset();
                    for (var i = 0; i < theform.length; i++) {
                      var tempobj = theform.elements[i];
                      var type = tempobj.type.toLowerCase();
                      if (type == 'checkbox' || type == 'radio') {
                        if (tempobj.checked) {
                          student_sign_up_ajax_calc.setVar(tempobj.name, tempobj.value);
                        }
                      } else {
                        student_sign_up_ajax_calc.setVar(tempobj.name, tempobj.value);
                      }
                    }
                    student_sign_up_ajax_calc.setVar('student_sign_up_ajax_calc_sub', '1'); // recommended method of setting data to be parsed.
                    student_sign_up_ajax_calc.requestFile = 'https://gismauniversityofappliedsciences.transfermateeducation.com/en/studentregistration.aspx';
                    student_sign_up_ajax_calc.method = 'POST';
                    student_sign_up_ajax_calc.onLoading = whenLoading;
                    student_sign_up_ajax_calc.onLoaded = whenLoaded;
                    student_sign_up_ajax_calc.onInteractive = whenInteractive;
                    student_sign_up_ajax_calc.onCompletion = whenCompleted;
                    student_sign_up_ajax_calc.runAJAX('');
                  }

                  function add_subsubmit_student_sign_up(theform) {
                    for (var i = 0; i < theform.length; i++) {
                      var tempobj = theform.elements[i];
                      if ((tempobj.type.toLowerCase() == "submit" || tempobj.type.toLowerCase() == "reset") && (typeof scipLiveRateCalcAjaxRequest == "undefined" || !scipLiveRateCalcAjaxRequest)) {
                        tempobj.disabled = true;
                      }
                    }
                    student_sign_up_ajax_calc_func(theform);
                  }
                </script>
                <input type="hidden" name="__rate_calculate_rate" value="0" autocomplete="off" readonly="" id="__rate_calculate_rate" class="form-control form_fields" aria-required="true">
                <div id="payment-methods-wrapper">
                </div>
                <div id="student_sign_up_form_section_button__1_row" class="col mb-3 clearfix form-group__ form_table_row form_section_button__1_row">
                  <div id="student_sign_up_form_section_button__1_input_cell" class="col-12 mt-1  form_input_cell__ form_section_button__1_input_cell">
                    <div id="student_sign_up_form_section_button__1_form_input" class="form-field  form_input__  form_section_button__1 _form_input">
                      <div class="input-group">
                        <div class="col-12 d-flex"><input type="button" name="form_section_button__1" value="Next: Student Details" autocomplete="off" id="form_section_button__1" class="form-control ThemesBlueButton"
                            onclick="multistepNavigator('+');"></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
              </div><!-- END OF div id='form_section_1' class='form_section_1' -->
              <div id="form_section_2" class="form_section form_section_2">
                <h3>Student Details</h3>
                <div id="student_sign_up_whi_is_making_the_payment_row" class="col mb-3 clearfix form-group__ form_table_row whi_is_making_the_payment_row">
                  <div id="student_sign_up_whi_is_making_the_payment_input_cell" class="col-12 mt-1  form_input_cell__ whi_is_making_the_payment_input_cell">
                    <div id="student_sign_up_whi_is_making_the_payment_form_input" class="form-field  form_input__  whi_is_making_the_payment _form_input">
                      <div class="input-group">
                        <label for="whi_is_making_the_payment" id="student_sign_up_whi_is_making_the_payment" class="form-control-placeholder form_label">Who is making the payment?<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><select name="whi_is_making_the_payment"
                            onchange="__relationship_to_student_switch_group(this.form['whi_is_making_the_payment'].options[this.form['whi_is_making_the_payment'].selectedIndex].value,this.form); linked_value_student_cpf_student_sign_up_func(this.form, this); linked_value_student_cpf_student_sign_up_func(this.form, 'whi_is_making_the_payment'); linked_value_name_of_loan_company_student_sign_up_func(this.form, this); linked_value_name_of_payer_student_sign_up_func(this.form, this); linked_value_payer_native_name_student_sign_up_func(this.form, this); linked_value_payer_native_name_student_sign_up_func(this.form, 'whi_is_making_the_payment'); linked_value_payer_id_number_student_sign_up_func(this.form, this); linked_value_payer_id_number_student_sign_up_func(this.form, 'whi_is_making_the_payment'); linked_value_nationality_of_payer_student_sign_up_func(this.form, this); linked_value_payer_city_student_sign_up_func(this.form, this); linked_value_payer_postal_code_student_sign_up_func(this.form, this); linked_value_contact_address_linked_student_sign_up_func(this.form, this); linked_value_contact_telephone_number_student_sign_up_func(this.form, this); linked_value_contact_email_linked_student_sign_up_func(this.form, this); linked_value_contact_person_student_sign_up_func(this.form, this); linked_value_name_of_company_student_sign_up_func(this.form, this); linked_value_number_of_company_student_sign_up_func(this.form, this)"
                            autocomplete="off" id="whi_is_making_the_payment" class="form-control form-select form_fields" aria-required="true">
                            <option value="" selected="selected">Please select</option>
                            <option value="student">Student</option>
                            <option value="Parent of Student">Parent of Student</option>
                            <option value="Relative of Student">Relative of Student</option>
                            <option value="Other">Other</option>
                          </select></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                  <div id="student_sign_up_whi_is_making_the_payment_form_under_text_paragraph" class="col-12 form_under_text_paragraph whi_is_making_the_payment_form_under_text_paragraph">
                    <b><span class="err">Additional information may be required if paying from a company account. Other methods (cash/cheque) also need verification. These will result in longer processing times.</span></b></div>
                </div>
                <div id="student_sign_up_student_native_name_row" class="col mb-3 clearfix form-group__ form_table_row student_native_name_row">
                  <div id="student_sign_up_student_native_name_input_cell" class="col-12 mt-1  form_input_cell__ student_native_name_input_cell">
                    <div id="student_sign_up_student_native_name_form_input" class="form-field  form_input__  student_native_name _form_input">
                      <div class="input-group">
                        <label for="__student_native_name_linked" class="form-control-placeholder form_label">Student Name</label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__student_native_name_linked" value="" maxlength="50" size="35" autocomplete="off" id="__student_native_name_linked" class="form-control form_fields">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_value_student_native_name_student_sign_up = new Array();
                            var linked_value_student_native_name_student_sign_up_defaultvalue = (document.getElementById("__student_native_name_linked").value) ? (document.getElementById("__student_native_name_linked").value) : '';
                            var linked_value_student_native_name_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_student_native_name_row").style.display) ? document.getElementById("student_sign_up_student_native_name_row")
                              .style.display : 'block';
                            var linked_value_student_native_name_student_sign_up_labels = new Array();
                            linked_value_student_native_name_student_sign_up['47'] = 1;
                            linked_value_student_native_name_student_sign_up_labels['47'] = "Student Chinese Name";
                            var __student_native_name_linked_dynamic_label = '';

                            function linked_value_student_native_name_student_sign_up_func(theform, thisfield) {
                              var x = document.getElementById("student_sign_up_student_native_name_row");
                              if (thisfield.type == 'checkbox' || thisfield.type == 'radio') {
                                var status = thisfield.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_student_native_name_student_sign_up[thisfield.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_student_native_name_student_sign_up[thisfield.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status) {
                                document.getElementById("__student_native_name_linked").value = linked_value_student_native_name_student_sign_up_defaultvalue;
                                document.getElementById("student_sign_up_student_native_name_row").style.display = linked_value_student_native_name_student_sign_up_defaultdisplay;
                                var labelText = linked_value_student_native_name_student_sign_up_labels[thisfield.value.trim()] + "<span class='required'>*</span>";
                                document.querySelector("label[for=__student_native_name_linked]").innerHTML = labelText;
                                __student_native_name_linked_dynamic_label = linked_value_student_native_name_student_sign_up_labels[thisfield.value.trim()];
                              } else {
                                document.getElementById("student_sign_up_student_native_name_row").style.display = 'none';
                                document.getElementById("__student_native_name_linked").value = linked_value_student_native_name_student_sign_up_defaultvalue;
                                document.querySelector("label[for=__student_native_name_linked]").innerHTML = "ID Number";
                                __student_native_name_linked_dynamic_label = '';
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_student_id_number_row" class="col mb-3 clearfix form-group__ form_table_row student_id_number_row">
                  <div id="student_sign_up_student_id_number_input_cell" class="col-12 mt-1  form_input_cell__ student_id_number_input_cell">
                    <div id="student_sign_up_student_id_number_form_input" class="form-field  form_input__  student_id_number _form_input">
                      <div class="input-group">
                        <label for="__student_id_number_linked" class="form-control-placeholder form_label">ID Number</label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__student_id_number_linked" value="" size="35" autocomplete="off" id="__student_id_number_linked" class="form-control form_fields">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_value_student_id_number_student_sign_up = new Array();
                            var linked_value_student_id_number_student_sign_up_defaultvalue = (document.getElementById("__student_id_number_linked").value) ? (document.getElementById("__student_id_number_linked").value) : '';
                            var linked_value_student_id_number_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_student_id_number_row").style.display) ? document.getElementById("student_sign_up_student_id_number_row").style
                              .display : 'block';
                            var linked_value_student_id_number_student_sign_up_labels = new Array();
                            linked_value_student_id_number_student_sign_up['11'] = 1;
                            linked_value_student_id_number_student_sign_up_labels['11'] = "Student DNI or CUIT";
                            linked_value_student_id_number_student_sign_up['28'] = 1;
                            linked_value_student_id_number_student_sign_up_labels['28'] = "Student CI";
                            linked_value_student_id_number_student_sign_up['46'] = 1;
                            linked_value_student_id_number_student_sign_up_labels['46'] = "Student CI/RUT";
                            linked_value_student_id_number_student_sign_up['47'] = 1;
                            linked_value_student_id_number_student_sign_up_labels['47'] = "Student National ID No";
                            linked_value_student_id_number_student_sign_up['50'] = 1;
                            linked_value_student_id_number_student_sign_up_labels['50'] = "Student CC";
                            linked_value_student_id_number_student_sign_up['67'] = 1;
                            linked_value_student_id_number_student_sign_up_labels['67'] = "Student CI";
                            linked_value_student_id_number_student_sign_up['68'] = 1;
                            linked_value_student_id_number_student_sign_up_labels['68'] = "Student National ID Number";
                            linked_value_student_id_number_student_sign_up['110'] = 1;
                            linked_value_student_id_number_student_sign_up_labels['110'] = "Student NIK";
                            linked_value_student_id_number_student_sign_up['151'] = 1;
                            linked_value_student_id_number_student_sign_up_labels['151'] = "Student CURP";
                            linked_value_student_id_number_student_sign_up['157'] = 1;
                            linked_value_student_id_number_student_sign_up_labels['157'] = "Student CNIE";
                            linked_value_student_id_number_student_sign_up['167'] = 1;
                            linked_value_student_id_number_student_sign_up_labels['167'] = "Student Nigerian National Identification Number (NIN) - 11 digit number";
                            linked_value_student_id_number_student_sign_up['177'] = 1;
                            linked_value_student_id_number_student_sign_up_labels['177'] = "Student CI";
                            linked_value_student_id_number_student_sign_up['178'] = 1;
                            linked_value_student_id_number_student_sign_up_labels['178'] = "Student DNI";
                            linked_value_student_id_number_student_sign_up['208'] = 1;
                            linked_value_student_id_number_student_sign_up_labels['208'] = "Student ID";
                            linked_value_student_id_number_student_sign_up['210'] = 1;
                            linked_value_student_id_number_student_sign_up_labels['210'] = "Student National ID No";
                            linked_value_student_id_number_student_sign_up['229'] = 1;
                            linked_value_student_id_number_student_sign_up_labels['229'] = "Student T.C. Kimlik No.";
                            linked_value_student_id_number_student_sign_up['239'] = 1;
                            linked_value_student_id_number_student_sign_up_labels['239'] = "Student CI";
                            var __student_id_number_linked_dynamic_label = '';

                            function linked_value_student_id_number_student_sign_up_func(theform, thisfield) {
                              var x = document.getElementById("student_sign_up_student_id_number_row");
                              if (thisfield.type == 'checkbox' || thisfield.type == 'radio') {
                                var status = thisfield.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_student_id_number_student_sign_up[thisfield.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_student_id_number_student_sign_up[thisfield.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status) {
                                document.getElementById("__student_id_number_linked").value = linked_value_student_id_number_student_sign_up_defaultvalue;
                                document.getElementById("student_sign_up_student_id_number_row").style.display = linked_value_student_id_number_student_sign_up_defaultdisplay;
                                var labelText = linked_value_student_id_number_student_sign_up_labels[thisfield.value.trim()] + "<span class='required'>*</span>";
                                document.querySelector("label[for=__student_id_number_linked]").innerHTML = labelText
                                __student_id_number_linked_dynamic_label = linked_value_student_id_number_student_sign_up_labels[thisfield.value.trim()];
                              } else {
                                document.getElementById("student_sign_up_student_id_number_row").style.display = 'none';
                                document.getElementById("__student_id_number_linked").value = linked_value_student_id_number_student_sign_up_defaultvalue;
                                document.querySelector("label[for=__student_id_number_linked]").innerHTML = "ID Number";
                                __student_id_number_linked_dynamic_label = '';
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_cu_id_number_row" class="col mb-3 clearfix form-group__ form_table_row cu_id_number_row">
                  <div id="student_sign_up_cu_id_number_input_cell" class="col-12 mt-1  form_input_cell__ cu_id_number_input_cell">
                    <div id="student_sign_up_cu_id_number_form_input" class="form-field  form_input__  cu_id_number _form_input">
                      <div class="input-group">
                        <label for="cu_id_number" id="student_sign_up_cu_id_number" class="form-control-placeholder form_label">Student Number<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="cu_id_number" value="" maxlength="100" size="35"
                            onblur="new_value=value; if(new_value.toUpperCase) new_value=new_value.toUpperCase() ;  if(new_value!=value) value=new_value ;" autocomplete="off" id="cu_id_number" class="form-control form_fields" aria-required="true">
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_student_cpf_row" class="col mb-3 clearfix form-group__ form_table_row student_cpf_row">
                  <div id="student_sign_up_student_cpf_input_cell" class="col-12 mt-1  form_input_cell__ student_cpf_input_cell">
                    <noscript>
                      <div id="student_sign_up_update_input_cell" class="form_update_btn update_input_cell"><input type="submit" name="update" value=">" autocomplete="off" onclick="form_submitted_test=form_submitted ;
                                                            form_submitted=true ; ; sub_form='update' ; return true" id="update" class="form-control ThemesBlueButton" style="width:20px;"></div>
                    </noscript>
                    <div id="student_sign_up_student_cpf_form_input" class="form-field  form_input__  student_cpf _form_input">
                      <div class="input-group">
                        <label for="__student_cpf_linked" class="form-control-placeholder form_label">Student CPF*</label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__student_cpf_linked" value="___.___.___-__" size="35" autocomplete="off" id="__student_cpf_linked" class="form-control form_fields">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var fl = 'whi_is_making_the_payment,country_pay_from';
                            var l_fields_student_cpf_student_sign_up = fl.split(',');
                            var sfl = 'whi_is_making_the_payment,country_pay_from';
                            var sfl_fields_student_cpf_student_sign_up = sfl.split(',');
                            var linked_value_student_cpf_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_student_cpf_row").style.display) ? document.getElementById("student_sign_up_student_cpf_row").style.display : 'block';

                            function linked_value_student_cpf_student_sign_up_func(theform, thisfield) {
                              var f = '';
                              var f_cr = '';
                              var fa = new Array();
                              var x = document.getElementById("student_sign_up_student_cpf_row");
                              for (field in l_fields_student_cpf_student_sign_up) {
                                f = document.forms['student_sign_up'].elements['' + l_fields_student_cpf_student_sign_up[field] + ''];
                                f_cr = (f.type == 'checkbox' || f.type == 'radio');
                                fa[sfl_fields_student_cpf_student_sign_up[field]] = !f_cr ? f.value.trim() : f.checked ? '1' : '0';
                              }
                              var is_normal = ((!('' === fa['whi_is_making_the_payment'] || 'student' === fa['whi_is_making_the_payment']) && ('32' === fa['country_pay_from']))) && 'normal' == 'normal';
                              var is_reverse = !((!('' === fa['whi_is_making_the_payment'] || 'student' === fa['whi_is_making_the_payment']) && ('32' === fa['country_pay_from']))) && 'normal' == 'reverse';
                              if ((is_normal || is_reverse)) {
                                x.style.display = linked_value_student_cpf_student_sign_up_defaultdisplay;
                                if (document.getElementById("__student_cpf_linked").disabled) document.getElementById("__student_cpf_linked").value = 'Yes';
                              } else {
                                x.style.display = 'none';
                                if (document.getElementById("__student_cpf_linked").selectedIndex) document.getElementById("__student_cpf_linked").selectedIndex = 0;
                                if (document.getElementById("__student_cpf_linked").type == 'checkbox') document.getElementById("__student_cpf_linked").checked = false;
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_title_row" class="col mb-3 clearfix form-group__ form_table_row title_row">
                  <div id="student_sign_up_title_input_cell" class="col-12 mt-1  form_input_cell__ title_input_cell">
                    <div id="student_sign_up_title_form_input" class="form-field  form_input__  title _form_input">
                      <div class="input-group">
                        <label for="title" id="student_sign_up_title" class="form-control-placeholder form_label">Title<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><select name="title" autocomplete="off" id="title" class="form-control form-select form_fields" aria-required="true">
                            <option value="" selected="selected">Please select</option>
                            <option value="Dr">Dr</option>
                            <option value="Mr">Mr</option>
                            <option value="Ms">Ms</option>
                            <option value="Miss">Miss</option>
                            <option value="Mrs">Mrs</option>
                          </select></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_first_name_row" class="col mb-3 clearfix form-group__ form_table_row first_name_row">
                  <div id="student_sign_up_first_name_input_cell" class="col-12 mt-1  form_input_cell__ first_name_input_cell">
                    <div id="student_sign_up_first_name_form_input" class="form-field  form_input__  first_name _form_input">
                      <div class="input-group">
                        <label for="first_name" id="student_sign_up_first_name" class="form-control-placeholder form_label">First Name<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="first_name" value="" maxlength="80" size="35"
                            onblur="new_value=value; if(new_value.toLowerCase &amp;&amp; new_value.toUpperCase) { for(var capitalize=true, position=0, capitalized_value='' ; position<new_value.length; position++) { character=new_value.charAt(position) ; if(character==' ' || character=='\t' || character=='\n' || character=='\r') { capitalize=true } else { character=(capitalize ? character.toUpperCase() : character.toLowerCase()) ; capitalize=false } ; capitalized_value+=character } new_value=capitalized_value } ;  if(new_value!=value) value=new_value ;"
                            autocomplete="off" id="first_name" class="form-control form_fields" aria-required="true"></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_last_name_row" class="col mb-3 clearfix form-group__ form_table_row last_name_row">
                  <div id="student_sign_up_last_name_input_cell" class="col-12 mt-1  form_input_cell__ last_name_input_cell">
                    <div id="student_sign_up_last_name_form_input" class="form-field  form_input__  last_name _form_input">
                      <div class="input-group">
                        <label for="last_name" id="student_sign_up_last_name" class="form-control-placeholder form_label">Family Name<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="last_name" value="" maxlength="80" size="35"
                            onblur="new_value=value; if(new_value.toLowerCase &amp;&amp; new_value.toUpperCase) { for(var capitalize=true, position=0, capitalized_value='' ; position<new_value.length; position++) { character=new_value.charAt(position) ; if(character==' ' || character=='\t' || character=='\n' || character=='\r') { capitalize=true } else { character=(capitalize ? character.toUpperCase() : character.toLowerCase()) ; capitalize=false } ; capitalized_value+=character } new_value=capitalized_value } ;  if(new_value!=value) value=new_value ;"
                            autocomplete="off" id="last_name" class="form-control form_fields" aria-required="true"></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_date_of_birth_row" class="col mb-3 clearfix form-group__ form_table_row date_of_birth_row">
                  <div id="student_sign_up_date_of_birth_input_cell" class="col-12 mt-1  form_input_cell__ date_of_birth_input_cell">
                    <div id="student_sign_up_date_of_birth_form_input" class="form-field  form_input__  date_of_birth _form_input">
                      <div class="input-group">
                        <label for="__date_of_birth_day" class="form-control-placeholder form_label">Date of Birth<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><select name="__date_of_birth_day" autocomplete="off" id="__date_of_birth_day" class="form-control form-select form_fields date_separated day" aria-required="true">
                            <option value="" selected="selected"></option>
                            <option value="01">1</option>
                            <option value="02">2</option>
                            <option value="03">3</option>
                            <option value="04">4</option>
                            <option value="05">5</option>
                            <option value="06">6</option>
                            <option value="07">7</option>
                            <option value="08">8</option>
                            <option value="09">9</option>
                            <option value="10">10</option>
                            <option value="11">11</option>
                            <option value="12">12</option>
                            <option value="13">13</option>
                            <option value="14">14</option>
                            <option value="15">15</option>
                            <option value="16">16</option>
                            <option value="17">17</option>
                            <option value="18">18</option>
                            <option value="19">19</option>
                            <option value="20">20</option>
                            <option value="21">21</option>
                            <option value="22">22</option>
                            <option value="23">23</option>
                            <option value="24">24</option>
                            <option value="25">25</option>
                            <option value="26">26</option>
                            <option value="27">27</option>
                            <option value="28">28</option>
                            <option value="29">29</option>
                            <option value="30">30</option>
                            <option value="31">31</option>
                          </select>/<select name="__date_of_birth_month" autocomplete="off" id="__date_of_birth_month" class="form-control form-select form_fields date_separated month" aria-required="true">
                            <option value="" selected="selected"></option>
                            <option value="01">01</option>
                            <option value="02">02</option>
                            <option value="03">03</option>
                            <option value="04">04</option>
                            <option value="05">05</option>
                            <option value="06">06</option>
                            <option value="07">07</option>
                            <option value="08">08</option>
                            <option value="09">09</option>
                            <option value="10">10</option>
                            <option value="11">11</option>
                            <option value="12">12</option>
                          </select>/<select name="__date_of_birth_year" autocomplete="off" id="__date_of_birth_year" class="form-control form-select form_fields date_separated year">
                            <option value="1940">1940</option>
                            <option value="1941">1941</option>
                            <option value="1942">1942</option>
                            <option value="1943">1943</option>
                            <option value="1944">1944</option>
                            <option value="1945">1945</option>
                            <option value="1946">1946</option>
                            <option value="1947">1947</option>
                            <option value="1948">1948</option>
                            <option value="1949">1949</option>
                            <option value="1950">1950</option>
                            <option value="1951">1951</option>
                            <option value="1952">1952</option>
                            <option value="1953">1953</option>
                            <option value="1954">1954</option>
                            <option value="1955">1955</option>
                            <option value="1956">1956</option>
                            <option value="1957">1957</option>
                            <option value="1958">1958</option>
                            <option value="1959">1959</option>
                            <option value="1960">1960</option>
                            <option value="1961">1961</option>
                            <option value="1962">1962</option>
                            <option value="1963">1963</option>
                            <option value="1964">1964</option>
                            <option value="1965">1965</option>
                            <option value="1966">1966</option>
                            <option value="1967">1967</option>
                            <option value="1968">1968</option>
                            <option value="1969">1969</option>
                            <option value="1970">1970</option>
                            <option value="1971">1971</option>
                            <option value="1972">1972</option>
                            <option value="1973">1973</option>
                            <option value="1974">1974</option>
                            <option value="1975">1975</option>
                            <option value="1976">1976</option>
                            <option value="1977">1977</option>
                            <option value="1978">1978</option>
                            <option value="1979">1979</option>
                            <option value="1980">1980</option>
                            <option value="1981">1981</option>
                            <option value="1982">1982</option>
                            <option value="1983">1983</option>
                            <option value="1984">1984</option>
                            <option value="1985">1985</option>
                            <option value="1986">1986</option>
                            <option value="1987">1987</option>
                            <option value="1988">1988</option>
                            <option value="1989">1989</option>
                            <option value="1990">1990</option>
                            <option value="1991">1991</option>
                            <option value="1992">1992</option>
                            <option value="1993">1993</option>
                            <option value="1994">1994</option>
                            <option value="1995">1995</option>
                            <option value="1996">1996</option>
                            <option value="1997">1997</option>
                            <option value="1998">1998</option>
                            <option value="1999">1999</option>
                            <option value="2000">2000</option>
                            <option value="2001">2001</option>
                            <option value="2002">2002</option>
                            <option value="2003">2003</option>
                            <option value="2004">2004</option>
                            <option value="2005" selected="selected">2005</option>
                            <option value="2006">2006</option>
                            <option value="2007">2007</option>
                            <option value="2008">2008</option>
                            <option value="2009">2009</option>
                            <option value="2010">2010</option>
                            <option value="2011">2011</option>
                            <option value="2012">2012</option>
                            <option value="2013">2013</option>
                            <option value="2014">2014</option>
                            <option value="2015">2015</option>
                            <option value="2016">2016</option>
                            <option value="2017">2017</option>
                            <option value="2018">2018</option>
                            <option value="2019">2019</option>
                            <option value="2020">2020</option>
                          </select></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                    <div id="student_sign_up_date_of_birth_form_under_info" class="form_under_info date_of_birth_form_under_info">DD/MM/YYYY</div>
                  </div>
                </div>
                <div id="student_sign_up_email_row" class="col mb-3 clearfix form-group__ form_table_row email_row">
                  <div id="student_sign_up_email_input_cell" class="col-12 mt-1  form_input_cell__ email_input_cell">
                    <div id="student_sign_up_email_form_input" class="form-field  form_input__  email _form_input">
                      <div class="input-group">
                        <label for="email" id="student_sign_up_email" class="form-control-placeholder form_label">E-mail address<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="email" value="" maxlength="110" size="35"
                            onblur="new_value=value; if(new_value.toLowerCase) new_value=new_value.toLowerCase() ;  if(new_value!=value) value=new_value ;" autocomplete="off" id="email" class="form-control form_fields" aria-required="true"></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_upload_passport_row" class="col mb-3 clearfix form-group__ form_table_row upload_passport_row">
                  <div id="student_sign_up_upload_passport_form_text_paragraph" class="col-12 form_text_paragraph upload_passport_form_text_paragraph mb-3">
                    <h5>Passport / National ID File</h5>
                    <p>Please make sure you upload a copy of the bio-data page of your passport (the one with your photo on it). The copy must be clear and legible and no parts of the page must be cut-off, hidden or have the camera flash on them
                      (including the two rows of the machine readable zone below your photo).</p>
                  </div>
                  <div id="student_sign_up_upload_passport_input_cell" class="col-12 mt-1  form_input_cell__ upload_passport_input_cell">
                    <div id="student_sign_up_upload_passport_form_input" class="form-field  form_input__  upload_passport _form_input">
                      <div class="input-group">
                        <label for="upload_passport" id="student_sign_up_upload_passport" class="form-control-placeholder form_label">Passport / National ID File</label>
                        <div class="col-12 bordered_input_group"><input type="file" name="upload_passport" size="28" autocomplete="off" id="upload_passport" class="form-control form_fields"></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                    <div id="student_sign_up_upload_passport_form_under_info" class="form_under_info upload_passport_form_under_info">Allowed file types: pdf, jpg, jpeg, gif, png, tif<br>File size limit: 5.00 MB</div>
                  </div>
                </div>
                <div id="student_sign_up_country_row" class="col mb-3 clearfix form-group__ form_table_row country_row">
                  <div id="student_sign_up_country_input_cell" class="col-12 mt-1  form_input_cell__ country_input_cell">
                    <div id="student_sign_up_country_form_input" class="form-field  form_input__  country _form_input">
                      <div class="input-group">
                        <label for="country" id="student_sign_up_country" class="form-control-placeholder form_label">Country of residence<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><select name="country" autocomplete="off" id="country" class="form-control form-select form_fields" aria-required="true">
                            <option value="">Please select</option>
                            <option value="257">Aland Islands</option>
                            <option value="3">Albania</option>
                            <option value="4">Algeria</option>
                            <option value="5">American Samoa</option>
                            <option value="6">Andorra</option>
                            <option value="7">Angola</option>
                            <option value="8">Anguilla</option>
                            <option value="9">Antarctica</option>
                            <option value="10">Antigua and Barbuda</option>
                            <option value="11">Argentina</option>
                            <option value="12">Armenia</option>
                            <option value="13">Aruba</option>
                            <option value="14">Australia</option>
                            <option value="16">Austria</option>
                            <option value="17">Azerbaijan</option>
                            <option value="18">Bahamas</option>
                            <option value="19">Bahrain</option>
                            <option value="20">Bangladesh</option>
                            <option value="21">Barbados</option>
                            <option value="23">Belgium</option>
                            <option value="24">Belize</option>
                            <option value="25">Benin</option>
                            <option value="26">Bermuda</option>
                            <option value="27">Bhutan</option>
                            <option value="28">Bolivia</option>
                            <option value="270">Bonaire, Sint Eustatius and Saba</option>
                            <option value="30">Botswana</option>
                            <option value="31">Bouvet Island</option>
                            <option value="32">Brazil</option>
                            <option value="33">British Indian Ocean Territory</option>
                            <option value="34">Brunei</option>
                            <option value="35">Bulgaria</option>
                            <option value="36">Burkina Faso</option>
                            <option value="37">Burundi</option>
                            <option value="38">Cambodia</option>
                            <option value="39">Cameroon</option>
                            <option value="40">Canada</option>
                            <option value="42">Cape Verde</option>
                            <option value="43">Cayman Islands</option>
                            <option value="45">Chad</option>
                            <option value="46">Chile</option>
                            <option value="47">China</option>
                            <option value="48">Christmas Island</option>
                            <option value="49">Cocos (Keeling) Islands</option>
                            <option value="50">Colombia</option>
                            <option value="51">Comoros</option>
                            <option value="53">Cook Islands</option>
                            <option value="54">Costa Rica</option>
                            <option value="55">Cote D'Ivoire</option>
                            <option value="56">Croatia</option>
                            <option value="268">Curaçao</option>
                            <option value="58">Cyprus</option>
                            <option value="60">Czech Republic</option>
                            <option value="61">Denmark</option>
                            <option value="63">Djibouti</option>
                            <option value="64">Dominica</option>
                            <option value="65">Dominican Republic</option>
                            <option value="66">East Timor</option>
                            <option value="67">Ecuador</option>
                            <option value="68">Egypt</option>
                            <option value="69">El Salvador</option>
                            <option value="70">Equatorial Guinea</option>
                            <option value="72">Estonia</option>
                            <option value="216">Eswatini</option>
                            <option value="73">Ethiopia</option>
                            <option value="74">Falkland Islands</option>
                            <option value="75">Faroe Islands</option>
                            <option value="76">Fiji Islands</option>
                            <option value="77">Finland</option>
                            <option value="79">France</option>
                            <option value="81">French Guiana</option>
                            <option value="82">French Polynesia</option>
                            <option value="83">French Southern Territories</option>
                            <option value="84">Gabon</option>
                            <option value="85">Gambia</option>
                            <option value="86">Georgia</option>
                            <option value="87" selected="selected">Germany</option>
                            <option value="89">Ghana</option>
                            <option value="90">Gibraltar</option>
                            <option value="91">Greece</option>
                            <option value="92">Greenland</option>
                            <option value="93">Grenada</option>
                            <option value="94">Guadeloupe</option>
                            <option value="95">Guam</option>
                            <option value="96">Guatemala</option>
                            <option value="258">Guernsey</option>
                            <option value="99">Guyana</option>
                            <option value="100">Haiti</option>
                            <option value="101">Heard and Mc Donald Islands</option>
                            <option value="104">Honduras</option>
                            <option value="105">Hong Kong S.A.R.</option>
                            <option value="107">Hungary</option>
                            <option value="108">Iceland</option>
                            <option value="109">India</option>
                            <option value="110">Indonesia</option>
                            <option value="113">Ireland</option>
                            <option value="259">Isle of Man</option>
                            <option value="115">Israel</option>
                            <option value="116">Italy</option>
                            <option value="118">Jamaica</option>
                            <option value="119">Japan</option>
                            <option value="260">Jersey</option>
                            <option value="121">Jordan</option>
                            <option value="122">Kazakhstan</option>
                            <option value="123">Kenya</option>
                            <option value="124">Kiribati</option>
                            <option value="273">Kosovo</option>
                            <option value="126">Kuwait</option>
                            <option value="127">Kyrgyzstan</option>
                            <option value="128">Laos</option>
                            <option value="129">Latvia</option>
                            <option value="131">Lesotho</option>
                            <option value="132">Liberia</option>
                            <option value="134">Liechtenstein</option>
                            <option value="135">Lithuania</option>
                            <option value="136">Luxembourg</option>
                            <option value="137">Macau S.A.R.</option>
                            <option value="138">Macedonia</option>
                            <option value="139">Madagascar</option>
                            <option value="140">Malawi</option>
                            <option value="141">Malaysia</option>
                            <option value="142">Maldives</option>
                            <option value="143">Mali</option>
                            <option value="144">Malta</option>
                            <option value="146">Marshall Islands</option>
                            <option value="147">Martinique</option>
                            <option value="148">Mauritania</option>
                            <option value="149">Mauritius</option>
                            <option value="150">Mayotte</option>
                            <option value="151">Mexico</option>
                            <option value="152">Micronesia</option>
                            <option value="153">Moldova</option>
                            <option value="154">Monaco</option>
                            <option value="155">Mongolia</option>
                            <option value="156">Montserrat</option>
                            <option value="157">Morocco</option>
                            <option value="158">Mozambique</option>
                            <option value="160">Namibia</option>
                            <option value="161">Nauru</option>
                            <option value="162">Nepal</option>
                            <option value="261">Netherlands Antilles</option>
                            <option value="102">Netherlands (Holland)</option>
                            <option value="262">New Caledonia</option>
                            <option value="164">New Zealand</option>
                            <option value="165">Nicaragua</option>
                            <option value="167">Nigeria</option>
                            <option value="168">Niue</option>
                            <option value="169">Norfolk Island</option>
                            <option value="170">Northern Mariana Islands</option>
                            <option value="171">Norway</option>
                            <option value="172">Oman</option>
                            <option value="173">Pakistan</option>
                            <option value="174">Palau</option>
                            <option value="263">Palestine</option>
                            <option value="175">Panama</option>
                            <option value="176">Papua New Guinea</option>
                            <option value="177">Paraguay</option>
                            <option value="178">Peru</option>
                            <option value="179">Philippines</option>
                            <option value="180">Pitcairn Island</option>
                            <option value="181">Poland</option>
                            <option value="182">Portugal</option>
                            <option value="183">Puerto Rico</option>
                            <option value="184">Qatar</option>
                            <option value="185">Reunion</option>
                            <option value="186">Romania</option>
                            <option value="188">Rwanda</option>
                            <option value="264">Saint Barthelemy</option>
                            <option value="190">Saint Helena</option>
                            <option value="191">Saint Kitts And Nevis</option>
                            <option value="192">Saint Lucia</option>
                            <option value="265">Saint Martin</option>
                            <option value="193">Saint Pierre and Miquelon</option>
                            <option value="194">Saint Vincent and The Grenadines</option>
                            <option value="195">Samoa</option>
                            <option value="196">San Marino</option>
                            <option value="197">Sao Tome and Principe</option>
                            <option value="198">Saudi Arabia</option>
                            <option value="199">Senegal</option>
                            <option value="200">Serbia</option>
                            <option value="201">Seychelles</option>
                            <option value="189">S. Georgia and the S. Sandwich Islands</option>
                            <option value="202">Sierra Leone</option>
                            <option value="203">Singapore</option>
                            <option value="269">Sint Maarten (Dutch part)</option>
                            <option value="204">Slovakia</option>
                            <option value="205">Slovenia</option>
                            <option value="206">Solomon Islands</option>
                            <option value="208">South Africa</option>
                            <option value="210">South Korea</option>
                            <option value="211">Spain</option>
                            <option value="212">Sri Lanka</option>
                            <option value="214">Suriname</option>
                            <option value="215">Svalbard and Jan Mayen Islands</option>
                            <option value="217">Sweden</option>
                            <option value="218">Switzerland</option>
                            <option value="220">Taiwan</option>
                            <option value="221">Tajikistan</option>
                            <option value="222">Tanzania</option>
                            <option value="223">Thailand</option>
                            <option value="224">Togo</option>
                            <option value="225">Tokelau</option>
                            <option value="226">Tonga</option>
                            <option value="227">Trinidad And Tobago</option>
                            <option value="228">Tunisia</option>
                            <option value="229">Turkey</option>
                            <option value="230">Turkmenistan</option>
                            <option value="231">Turks And Caicos Islands</option>
                            <option value="232">Tuvalu</option>
                            <option value="233">Uganda</option>
                            <option value="235">United Arab Emirates</option>
                            <option value="236">United Kingdom</option>
                            <option value="238">United States Of America</option>
                            <option value="239">Uruguay</option>
                            <option value="240">US Minor Outlying Islands</option>
                            <option value="241">Uzbekistan</option>
                            <option value="242">Vanuatu</option>
                            <option value="243">Vatican City State</option>
                            <option value="245">Vietnam</option>
                            <option value="246">Virgin Islands (British)</option>
                            <option value="247">Virgin Islands (US)</option>
                            <option value="248">Wallis and Futuna Islands</option>
                            <option value="266">Western Sahara</option>
                          </select></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_suburban_city_row" class="col mb-3 clearfix form-group__ form_table_row suburban_city_row">
                  <div id="student_sign_up_suburban_city_input_cell" class="col-12 mt-1  form_input_cell__ suburban_city_input_cell">
                    <div id="student_sign_up_suburban_city_form_input" class="form-field  form_input__  suburban_city _form_input">
                      <div class="input-group">
                        <label for="suburban_city" id="student_sign_up_suburban_city" class="form-control-placeholder form_label">City<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="suburban_city" value="" maxlength="150" size="35" autocomplete="off" id="suburban_city" class="form-control form_fields" aria-required="true"></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_postal_code_row" class="col mb-3 clearfix form-group__ form_table_row postal_code_row">
                  <div id="student_sign_up_postal_code_input_cell" class="col-12 mt-1  form_input_cell__ postal_code_input_cell">
                    <div id="student_sign_up_postal_code_form_input" class="form-field  form_input__  postal_code _form_input">
                      <div class="input-group">
                        <label for="postal_code" id="student_sign_up_postal_code" class="form-control-placeholder form_label">Zip/Post Code<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="postal_code" value="" maxlength="50" size="35" autocomplete="off" id="postal_code" class="form-control form_fields" aria-required="true"></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_home_address_row" class="col mb-3 clearfix form-group__ form_table_row home_address_row">
                  <div id="student_sign_up_home_address_input_cell" class="col-12 mt-1  form_input_cell__ home_address_input_cell">
                    <div id="student_sign_up_home_address_form_input" class="form-field  form_input__  home_address _form_input">
                      <div class="input-group">
                        <label for="home_address" id="student_sign_up_home_address" class="form-control-placeholder form_label">Home Address<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><textarea name="home_address" rows="2" cols="40" autocomplete="off" id="home_address" aria-required="true" class="form-control form_fields"></textarea></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                  <div id="student_sign_up_home_address_form_under_text_paragraph" class="col-12 form_under_text_paragraph home_address_form_under_text_paragraph">(Please use letters from the English alphabet and/or digits from 0-9)</div>
                </div>
                <div id="student_sign_up_home_phone_number_row" class="col mb-3 clearfix form-group__ form_table_row home_phone_number_row">
                  <div id="student_sign_up_home_phone_number_input_cell" class="col-12 mt-1  form_input_cell__ home_phone_number_input_cell">
                    <div id="student_sign_up_home_phone_number_form_input" class="form-field  form_input__  home_phone_number _form_input">
                      <div class="input-group">
                        <label for="__home_phone_number_mobile_phone" class="form-control-placeholder form_label">Phone Number<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><select name="__home_phone_number_international_dialing_code" autocomplete="off" id="__home_phone_number_international_dialing_code"
                            class="form-control form-select form_fields phone_number_separated country" aria-required="true">
                            <option value="">Please select</option>
                            <option value="af 93">Afghanistan +93</option>
                            <option value="ax 358">Aland Islands +358</option>
                            <option value="al 355">Albania +355</option>
                            <option value="dz 213">Algeria +213</option>
                            <option value="as 1684">American Samoa +1-684</option>
                            <option value="ad 376">Andorra +376</option>
                            <option value="ao 244">Angola +244</option>
                            <option value="ai 1264">Anguilla +1-264</option>
                            <option value="ag 1268">Antigua and Barbuda +1-268</option>
                            <option value="ar 54">Argentina +54</option>
                            <option value="am 374">Armenia +374</option>
                            <option value="aw 297">Aruba +297</option>
                            <option value="au 61">Australia +61</option>
                            <option value="at 43">Austria +43</option>
                            <option value="az 994">Azerbaijan +994</option>
                            <option value="bs 1242">Bahamas +1-242</option>
                            <option value="bh 973">Bahrain +973</option>
                            <option value="bd 880">Bangladesh +880</option>
                            <option value="bb 1246">Barbados +1-246</option>
                            <option value="by 375">Belarus +375</option>
                            <option value="be 32">Belgium +32</option>
                            <option value="bz 501">Belize +501</option>
                            <option value="bj 229">Benin +229</option>
                            <option value="bm 1441">Bermuda +1-441</option>
                            <option value="bt 975">Bhutan +975</option>
                            <option value="bo 591">Bolivia +591</option>
                            <option value="bq 599">Bonaire, Sint Eustatius and Saba +599</option>
                            <option value="ba 387">Bosnia and Herzegovina +387</option>
                            <option value="bw 267">Botswana +267</option>
                            <option value="br 55">Brazil +55</option>
                            <option value="io 246">British Indian Ocean Territory +246</option>
                            <option value="bn 673">Brunei +673</option>
                            <option value="bg 359">Bulgaria +359</option>
                            <option value="bf 226">Burkina Faso +226</option>
                            <option value="bi 257">Burundi +257</option>
                            <option value="kh 855">Cambodia +855</option>
                            <option value="cm 237">Cameroon +237</option>
                            <option value="ca 1">Canada +1</option>
                            <option value="cv 238">Cape Verde +238</option>
                            <option value="ky 1345">Cayman Islands +1-345</option>
                            <option value="cf 236">Central African Republic +236</option>
                            <option value="td 235">Chad +235</option>
                            <option value="cl 56">Chile +56</option>
                            <option value="cn 86">China +86</option>
                            <option value="cx 61">Christmas Island +61</option>
                            <option value="cc 61">Cocos (Keeling) Islands +61</option>
                            <option value="co 57">Colombia +57</option>
                            <option value="km 269">Comoros +269</option>
                            <option value="cd 243">Congo +243</option>
                            <option value="cg 242">Congo (Republic of the Congo) +242</option>
                            <option value="ck 682">Cook Islands +682</option>
                            <option value="cr 506">Costa Rica +506</option>
                            <option value="ci 225">Cote D'Ivoire +225</option>
                            <option value="hr 385">Croatia +385</option>
                            <option value="cu 53">Cuba +53</option>
                            <option value="cw 5999">Curaçao +599-9</option>
                            <option value="cy 357">Cyprus +357</option>
                            <option value="cz 420">Czech Republic +420</option>
                            <option value="dk 45">Denmark +45</option>
                            <option value="dj 253">Djibouti +253</option>
                            <option value="dm 1767">Dominica +1-767</option>
                            <option value="do 1809">Dominican Republic +1-809</option>
                            <option value="tl 670">East Timor +670</option>
                            <option value="ec 593">Ecuador +593</option>
                            <option value="eg 20">Egypt +20</option>
                            <option value="sv 503">El Salvador +503</option>
                            <option value="gq 240">Equatorial Guinea +240</option>
                            <option value="er 291">Eritrea +291</option>
                            <option value="ee 372">Estonia +372</option>
                            <option value="sz 268">Eswatini +268</option>
                            <option value="et 251">Ethiopia +251</option>
                            <option value="fk 500">Falkland Islands +500</option>
                            <option value="fo 298">Faroe Islands +298</option>
                            <option value="fj 679">Fiji Islands +679</option>
                            <option value="fi 358">Finland +358</option>
                            <option value="fr 33">France +33</option>
                            <option value="gf 594">French Guiana +594</option>
                            <option value="pf 689">French Polynesia +689</option>
                            <option value="ga 241">Gabon +241</option>
                            <option value="gm 220">Gambia +220</option>
                            <option value="ge 995">Georgia +995</option>
                            <option value="de 49" selected="selected">Germany +49</option>
                            <option value="gh 233">Ghana +233</option>
                            <option value="gi 350">Gibraltar +350</option>
                            <option value="gr 30">Greece +30</option>
                            <option value="gl 299">Greenland +299</option>
                            <option value="gd 1473">Grenada +1-473</option>
                            <option value="gp 590">Guadeloupe +590</option>
                            <option value="gu 1671">Guam +1-671</option>
                            <option value="gt 502">Guatemala +502</option>
                            <option value="gg 441481">Guernsey +44-1481</option>
                            <option value="gn 224">Guinea +224</option>
                            <option value="gw 245">Guinea-Bissau +245</option>
                            <option value="gy 592">Guyana +592</option>
                            <option value="ht 509">Haiti +509</option>
                            <option value="hn 504">Honduras +504</option>
                            <option value="hk 852">Hong Kong S.A.R. +852</option>
                            <option value="hu 36">Hungary +36</option>
                            <option value="is 354">Iceland +354</option>
                            <option value="in 91">India +91</option>
                            <option value="id 62">Indonesia +62</option>
                            <option value="ir 98">Iran +98</option>
                            <option value="iq 964">Iraq +964</option>
                            <option value="ie 353">Ireland +353</option>
                            <option value="im 44">Isle of Man +44</option>
                            <option value="il 972">Israel +972</option>
                            <option value="it 39">Italy +39</option>
                            <option value="jm 1876">Jamaica +1-876</option>
                            <option value="jp 81">Japan +81</option>
                            <option value="je 441534">Jersey +44-1534</option>
                            <option value="jo 962">Jordan +962</option>
                            <option value="kz 7">Kazakhstan +7</option>
                            <option value="ke 254">Kenya +254</option>
                            <option value="ki 686">Kiribati +686</option>
                            <option value="xk 383">Kosovo +383</option>
                            <option value="kw 965">Kuwait +965</option>
                            <option value="kg 996">Kyrgyzstan +996</option>
                            <option value="la 856">Laos +856</option>
                            <option value="lv 371">Latvia +371</option>
                            <option value="lb 961">Lebanon +961</option>
                            <option value="ls 266">Lesotho +266</option>
                            <option value="lr 231">Liberia +231</option>
                            <option value="ly 218">Libyan Arab Jamahiriya +218</option>
                            <option value="li 423">Liechtenstein +423</option>
                            <option value="lt 370">Lithuania +370</option>
                            <option value="lu 352">Luxembourg +352</option>
                            <option value="mo 853">Macau S.A.R. +853</option>
                            <option value="mk 389">Macedonia +389</option>
                            <option value="mg 261">Madagascar +261</option>
                            <option value="mw 265">Malawi +265</option>
                            <option value="my 60">Malaysia +60</option>
                            <option value="mv 960">Maldives +960</option>
                            <option value="ml 223">Mali +223</option>
                            <option value="mt 356">Malta +356</option>
                            <option value="mh 692">Marshall Islands +692</option>
                            <option value="mq 596">Martinique +596</option>
                            <option value="mr 222">Mauritania +222</option>
                            <option value="mu 230">Mauritius +230</option>
                            <option value="yt 269">Mayotte +269</option>
                            <option value="mx 52">Mexico +52</option>
                            <option value="fm 691">Micronesia +691</option>
                            <option value="md 373533">Moldova +373-533</option>
                            <option value="mc 377">Monaco +377</option>
                            <option value="mn 976">Mongolia +976</option>
                            <option value="me =382">Montenegro =382</option>
                            <option value="ms 1664">Montserrat +1-664</option>
                            <option value="ma 212">Morocco +212</option>
                            <option value="mz 258">Mozambique +258</option>
                            <option value="mm 95">Myanmar +95</option>
                            <option value="na 264">Namibia +264</option>
                            <option value="nr 674">Nauru +674</option>
                            <option value="np 977">Nepal +977</option>
                            <option value="an 599">Netherlands Antilles +599</option>
                            <option value="nl 31">Netherlands (Holland) +31</option>
                            <option value="nc 687">New Caledonia +687</option>
                            <option value="nz 64">New Zealand +64</option>
                            <option value="ni 505">Nicaragua +505</option>
                            <option value="ne 227">Niger +227</option>
                            <option value="ng 234">Nigeria +234</option>
                            <option value="nu 683">Niue +683</option>
                            <option value="nf 672">Norfolk Island +672</option>
                            <option value="mp 1670">Northern Mariana Islands +1-670</option>
                            <option value="kp 850">North Korea +850</option>
                            <option value="no 47">Norway +47</option>
                            <option value="om 968">Oman +968</option>
                            <option value="pk 92">Pakistan +92</option>
                            <option value="pw 680">Palau +680</option>
                            <option value="ps 970">Palestine +970</option>
                            <option value="pa 507">Panama +507</option>
                            <option value="pg 675">Papua New Guinea +675</option>
                            <option value="py 595">Paraguay +595</option>
                            <option value="pe 51">Peru +51</option>
                            <option value="ph 63">Philippines +63</option>
                            <option value="pl 48">Poland +48</option>
                            <option value="pt 351">Portugal +351</option>
                            <option value="pr 1787 and 1939">Puerto Rico +1-787 and 1-939</option>
                            <option value="qa 974">Qatar +974</option>
                            <option value="re 262">Reunion +262</option>
                            <option value="ro 40">Romania +40</option>
                            <option value="ru 7">Russia +7</option>
                            <option value="rw 250">Rwanda +250</option>
                            <option value="sh 290">Saint Helena +290</option>
                            <option value="kn 1869">Saint Kitts And Nevis +1-869</option>
                            <option value="lc 1758">Saint Lucia +1-758</option>
                            <option value="pm 508">Saint Pierre and Miquelon +508</option>
                            <option value="vc 1784">Saint Vincent and The Grenadines +1-784</option>
                            <option value="ws 685">Samoa +685</option>
                            <option value="sm 378">San Marino +378</option>
                            <option value="st 239">Sao Tome and Principe +239</option>
                            <option value="sa 966">Saudi Arabia +966</option>
                            <option value="sn 221">Senegal +221</option>
                            <option value="rs 381">Serbia +381</option>
                            <option value="sc 248">Seychelles +248</option>
                            <option value="sl 232">Sierra Leone +232</option>
                            <option value="sg 65">Singapore +65</option>
                            <option value="sx 599">Sint Maarten (Dutch part) +599</option>
                            <option value="sk 421">Slovakia +421</option>
                            <option value="si 386">Slovenia +386</option>
                            <option value="sb 677">Solomon Islands +677</option>
                            <option value="so 252">Somalia +252</option>
                            <option value="za 27">South Africa +27</option>
                            <option value="kr 82">South Korea +82</option>
                            <option value="ss 211">South Sudan +211</option>
                            <option value="es 34">Spain +34</option>
                            <option value="lk 94">Sri Lanka +94</option>
                            <option value="sd 249">Sudan +249</option>
                            <option value="sr 597">Suriname +597</option>
                            <option value="sj 47">Svalbard and Jan Mayen Islands +47</option>
                            <option value="se 46">Sweden +46</option>
                            <option value="ch 41">Switzerland +41</option>
                            <option value="sy 963">Syrian Arab Republic +963</option>
                            <option value="tw 886">Taiwan +886</option>
                            <option value="tj 992">Tajikistan +992</option>
                            <option value="tz 255">Tanzania +255</option>
                            <option value="th 66">Thailand +66</option>
                            <option value="tg 228">Togo +228</option>
                            <option value="tk 690">Tokelau +690</option>
                            <option value="to 676">Tonga +676</option>
                            <option value="tt 1868">Trinidad And Tobago +1-868</option>
                            <option value="tn 216">Tunisia +216</option>
                            <option value="tr 90">Turkey +90</option>
                            <option value="tm 993">Turkmenistan +993</option>
                            <option value="tc 1649">Turks And Caicos Islands +1-649</option>
                            <option value="tv 688">Tuvalu +688</option>
                            <option value="ug 256">Uganda +256</option>
                            <option value="ua 380">Ukraine +380</option>
                            <option value="ae 971">United Arab Emirates +971</option>
                            <option value="gb 44">United Kingdom +44</option>
                            <option value="us 1">United States Of America +1</option>
                            <option value="uy 598">Uruguay +598</option>
                            <option value="uz 998">Uzbekistan +998</option>
                            <option value="vu 678">Vanuatu +678</option>
                            <option value="va 379">Vatican City State +379</option>
                            <option value="ve 58">Venezuela +58</option>
                            <option value="vn 84">Vietnam +84</option>
                            <option value="vg 1284">Virgin Islands (British) +1-284</option>
                            <option value="vi 1340">Virgin Islands (US) +1-340</option>
                            <option value="wf 681">Wallis and Futuna Islands +681</option>
                            <option value="eh 212">Western Sahara +212</option>
                            <option value="ye 967">Yemen +967</option>
                            <option value="zm 260">Zambia +260</option>
                            <option value="zw 263">Zimbabwe +263</option>
                          </select> <input type="text" name="__home_phone_number_mobile_phone" value="" maxlength="40" size="25" autocomplete="off"
                            onblur="s=this.value; s=s.replace(' ', '');  s=s.replace('\+', ''); s=s.replace('\-', ''); s=s.replace('\(', ''); s=s.replace('\)', ''); s=s.replace(/^0+/, ''); this.value = s;" id="__home_phone_number_mobile_phone"
                            class="form-control form_fields phone_number_separated number" style="" aria-required="true"></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_mobile_number_row" class="col mb-3 clearfix form-group__ form_table_row mobile_number_row">
                  <div id="student_sign_up_mobile_number_input_cell" class="col-12 mt-1  form_input_cell__ mobile_number_input_cell">
                    <div id="student_sign_up_mobile_number_form_input" class="form-field  form_input__  mobile_number _form_input">
                      <div class="input-group">
                        <label for="__mobile_number_mobile_phone" class="form-control-placeholder form_label">Mobile Number</label>
                        <div class="col-12 bordered_input_group"><select name="__mobile_number_international_dialing_code" autocomplete="off" id="__mobile_number_international_dialing_code"
                            class="form-control form-select form_fields phone_number_separated country">
                            <option value="">Please select</option>
                            <option value="af 93">Afghanistan +93</option>
                            <option value="ax 358">Aland Islands +358</option>
                            <option value="al 355">Albania +355</option>
                            <option value="dz 213">Algeria +213</option>
                            <option value="as 1684">American Samoa +1-684</option>
                            <option value="ad 376">Andorra +376</option>
                            <option value="ao 244">Angola +244</option>
                            <option value="ai 1264">Anguilla +1-264</option>
                            <option value="ag 1268">Antigua and Barbuda +1-268</option>
                            <option value="ar 54">Argentina +54</option>
                            <option value="am 374">Armenia +374</option>
                            <option value="aw 297">Aruba +297</option>
                            <option value="au 61">Australia +61</option>
                            <option value="at 43">Austria +43</option>
                            <option value="az 994">Azerbaijan +994</option>
                            <option value="bs 1242">Bahamas +1-242</option>
                            <option value="bh 973">Bahrain +973</option>
                            <option value="bd 880">Bangladesh +880</option>
                            <option value="bb 1246">Barbados +1-246</option>
                            <option value="by 375">Belarus +375</option>
                            <option value="be 32">Belgium +32</option>
                            <option value="bz 501">Belize +501</option>
                            <option value="bj 229">Benin +229</option>
                            <option value="bm 1441">Bermuda +1-441</option>
                            <option value="bt 975">Bhutan +975</option>
                            <option value="bo 591">Bolivia +591</option>
                            <option value="bq 599">Bonaire, Sint Eustatius and Saba +599</option>
                            <option value="ba 387">Bosnia and Herzegovina +387</option>
                            <option value="bw 267">Botswana +267</option>
                            <option value="br 55">Brazil +55</option>
                            <option value="io 246">British Indian Ocean Territory +246</option>
                            <option value="bn 673">Brunei +673</option>
                            <option value="bg 359">Bulgaria +359</option>
                            <option value="bf 226">Burkina Faso +226</option>
                            <option value="bi 257">Burundi +257</option>
                            <option value="kh 855">Cambodia +855</option>
                            <option value="cm 237">Cameroon +237</option>
                            <option value="ca 1">Canada +1</option>
                            <option value="cv 238">Cape Verde +238</option>
                            <option value="ky 1345">Cayman Islands +1-345</option>
                            <option value="cf 236">Central African Republic +236</option>
                            <option value="td 235">Chad +235</option>
                            <option value="cl 56">Chile +56</option>
                            <option value="cn 86">China +86</option>
                            <option value="cx 61">Christmas Island +61</option>
                            <option value="cc 61">Cocos (Keeling) Islands +61</option>
                            <option value="co 57">Colombia +57</option>
                            <option value="km 269">Comoros +269</option>
                            <option value="cd 243">Congo +243</option>
                            <option value="cg 242">Congo (Republic of the Congo) +242</option>
                            <option value="ck 682">Cook Islands +682</option>
                            <option value="cr 506">Costa Rica +506</option>
                            <option value="ci 225">Cote D'Ivoire +225</option>
                            <option value="hr 385">Croatia +385</option>
                            <option value="cu 53">Cuba +53</option>
                            <option value="cw 5999">Curaçao +599-9</option>
                            <option value="cy 357">Cyprus +357</option>
                            <option value="cz 420">Czech Republic +420</option>
                            <option value="dk 45">Denmark +45</option>
                            <option value="dj 253">Djibouti +253</option>
                            <option value="dm 1767">Dominica +1-767</option>
                            <option value="do 1809">Dominican Republic +1-809</option>
                            <option value="tl 670">East Timor +670</option>
                            <option value="ec 593">Ecuador +593</option>
                            <option value="eg 20">Egypt +20</option>
                            <option value="sv 503">El Salvador +503</option>
                            <option value="gq 240">Equatorial Guinea +240</option>
                            <option value="er 291">Eritrea +291</option>
                            <option value="ee 372">Estonia +372</option>
                            <option value="sz 268">Eswatini +268</option>
                            <option value="et 251">Ethiopia +251</option>
                            <option value="fk 500">Falkland Islands +500</option>
                            <option value="fo 298">Faroe Islands +298</option>
                            <option value="fj 679">Fiji Islands +679</option>
                            <option value="fi 358">Finland +358</option>
                            <option value="fr 33">France +33</option>
                            <option value="gf 594">French Guiana +594</option>
                            <option value="pf 689">French Polynesia +689</option>
                            <option value="ga 241">Gabon +241</option>
                            <option value="gm 220">Gambia +220</option>
                            <option value="ge 995">Georgia +995</option>
                            <option value="de 49" selected="selected">Germany +49</option>
                            <option value="gh 233">Ghana +233</option>
                            <option value="gi 350">Gibraltar +350</option>
                            <option value="gr 30">Greece +30</option>
                            <option value="gl 299">Greenland +299</option>
                            <option value="gd 1473">Grenada +1-473</option>
                            <option value="gp 590">Guadeloupe +590</option>
                            <option value="gu 1671">Guam +1-671</option>
                            <option value="gt 502">Guatemala +502</option>
                            <option value="gg 441481">Guernsey +44-1481</option>
                            <option value="gn 224">Guinea +224</option>
                            <option value="gw 245">Guinea-Bissau +245</option>
                            <option value="gy 592">Guyana +592</option>
                            <option value="ht 509">Haiti +509</option>
                            <option value="hn 504">Honduras +504</option>
                            <option value="hk 852">Hong Kong S.A.R. +852</option>
                            <option value="hu 36">Hungary +36</option>
                            <option value="is 354">Iceland +354</option>
                            <option value="in 91">India +91</option>
                            <option value="id 62">Indonesia +62</option>
                            <option value="ir 98">Iran +98</option>
                            <option value="iq 964">Iraq +964</option>
                            <option value="ie 353">Ireland +353</option>
                            <option value="im 44">Isle of Man +44</option>
                            <option value="il 972">Israel +972</option>
                            <option value="it 39">Italy +39</option>
                            <option value="jm 1876">Jamaica +1-876</option>
                            <option value="jp 81">Japan +81</option>
                            <option value="je 441534">Jersey +44-1534</option>
                            <option value="jo 962">Jordan +962</option>
                            <option value="kz 7">Kazakhstan +7</option>
                            <option value="ke 254">Kenya +254</option>
                            <option value="ki 686">Kiribati +686</option>
                            <option value="xk 383">Kosovo +383</option>
                            <option value="kw 965">Kuwait +965</option>
                            <option value="kg 996">Kyrgyzstan +996</option>
                            <option value="la 856">Laos +856</option>
                            <option value="lv 371">Latvia +371</option>
                            <option value="lb 961">Lebanon +961</option>
                            <option value="ls 266">Lesotho +266</option>
                            <option value="lr 231">Liberia +231</option>
                            <option value="ly 218">Libyan Arab Jamahiriya +218</option>
                            <option value="li 423">Liechtenstein +423</option>
                            <option value="lt 370">Lithuania +370</option>
                            <option value="lu 352">Luxembourg +352</option>
                            <option value="mo 853">Macau S.A.R. +853</option>
                            <option value="mk 389">Macedonia +389</option>
                            <option value="mg 261">Madagascar +261</option>
                            <option value="mw 265">Malawi +265</option>
                            <option value="my 60">Malaysia +60</option>
                            <option value="mv 960">Maldives +960</option>
                            <option value="ml 223">Mali +223</option>
                            <option value="mt 356">Malta +356</option>
                            <option value="mh 692">Marshall Islands +692</option>
                            <option value="mq 596">Martinique +596</option>
                            <option value="mr 222">Mauritania +222</option>
                            <option value="mu 230">Mauritius +230</option>
                            <option value="yt 269">Mayotte +269</option>
                            <option value="mx 52">Mexico +52</option>
                            <option value="fm 691">Micronesia +691</option>
                            <option value="md 373533">Moldova +373-533</option>
                            <option value="mc 377">Monaco +377</option>
                            <option value="mn 976">Mongolia +976</option>
                            <option value="me =382">Montenegro =382</option>
                            <option value="ms 1664">Montserrat +1-664</option>
                            <option value="ma 212">Morocco +212</option>
                            <option value="mz 258">Mozambique +258</option>
                            <option value="mm 95">Myanmar +95</option>
                            <option value="na 264">Namibia +264</option>
                            <option value="nr 674">Nauru +674</option>
                            <option value="np 977">Nepal +977</option>
                            <option value="an 599">Netherlands Antilles +599</option>
                            <option value="nl 31">Netherlands (Holland) +31</option>
                            <option value="nc 687">New Caledonia +687</option>
                            <option value="nz 64">New Zealand +64</option>
                            <option value="ni 505">Nicaragua +505</option>
                            <option value="ne 227">Niger +227</option>
                            <option value="ng 234">Nigeria +234</option>
                            <option value="nu 683">Niue +683</option>
                            <option value="nf 672">Norfolk Island +672</option>
                            <option value="mp 1670">Northern Mariana Islands +1-670</option>
                            <option value="kp 850">North Korea +850</option>
                            <option value="no 47">Norway +47</option>
                            <option value="om 968">Oman +968</option>
                            <option value="pk 92">Pakistan +92</option>
                            <option value="pw 680">Palau +680</option>
                            <option value="ps 970">Palestine +970</option>
                            <option value="pa 507">Panama +507</option>
                            <option value="pg 675">Papua New Guinea +675</option>
                            <option value="py 595">Paraguay +595</option>
                            <option value="pe 51">Peru +51</option>
                            <option value="ph 63">Philippines +63</option>
                            <option value="pl 48">Poland +48</option>
                            <option value="pt 351">Portugal +351</option>
                            <option value="pr 1787 and 1939">Puerto Rico +1-787 and 1-939</option>
                            <option value="qa 974">Qatar +974</option>
                            <option value="re 262">Reunion +262</option>
                            <option value="ro 40">Romania +40</option>
                            <option value="ru 7">Russia +7</option>
                            <option value="rw 250">Rwanda +250</option>
                            <option value="sh 290">Saint Helena +290</option>
                            <option value="kn 1869">Saint Kitts And Nevis +1-869</option>
                            <option value="lc 1758">Saint Lucia +1-758</option>
                            <option value="pm 508">Saint Pierre and Miquelon +508</option>
                            <option value="vc 1784">Saint Vincent and The Grenadines +1-784</option>
                            <option value="ws 685">Samoa +685</option>
                            <option value="sm 378">San Marino +378</option>
                            <option value="st 239">Sao Tome and Principe +239</option>
                            <option value="sa 966">Saudi Arabia +966</option>
                            <option value="sn 221">Senegal +221</option>
                            <option value="rs 381">Serbia +381</option>
                            <option value="sc 248">Seychelles +248</option>
                            <option value="sl 232">Sierra Leone +232</option>
                            <option value="sg 65">Singapore +65</option>
                            <option value="sx 599">Sint Maarten (Dutch part) +599</option>
                            <option value="sk 421">Slovakia +421</option>
                            <option value="si 386">Slovenia +386</option>
                            <option value="sb 677">Solomon Islands +677</option>
                            <option value="so 252">Somalia +252</option>
                            <option value="za 27">South Africa +27</option>
                            <option value="kr 82">South Korea +82</option>
                            <option value="ss 211">South Sudan +211</option>
                            <option value="es 34">Spain +34</option>
                            <option value="lk 94">Sri Lanka +94</option>
                            <option value="sd 249">Sudan +249</option>
                            <option value="sr 597">Suriname +597</option>
                            <option value="sj 47">Svalbard and Jan Mayen Islands +47</option>
                            <option value="se 46">Sweden +46</option>
                            <option value="ch 41">Switzerland +41</option>
                            <option value="sy 963">Syrian Arab Republic +963</option>
                            <option value="tw 886">Taiwan +886</option>
                            <option value="tj 992">Tajikistan +992</option>
                            <option value="tz 255">Tanzania +255</option>
                            <option value="th 66">Thailand +66</option>
                            <option value="tg 228">Togo +228</option>
                            <option value="tk 690">Tokelau +690</option>
                            <option value="to 676">Tonga +676</option>
                            <option value="tt 1868">Trinidad And Tobago +1-868</option>
                            <option value="tn 216">Tunisia +216</option>
                            <option value="tr 90">Turkey +90</option>
                            <option value="tm 993">Turkmenistan +993</option>
                            <option value="tc 1649">Turks And Caicos Islands +1-649</option>
                            <option value="tv 688">Tuvalu +688</option>
                            <option value="ug 256">Uganda +256</option>
                            <option value="ua 380">Ukraine +380</option>
                            <option value="ae 971">United Arab Emirates +971</option>
                            <option value="gb 44">United Kingdom +44</option>
                            <option value="us 1">United States Of America +1</option>
                            <option value="uy 598">Uruguay +598</option>
                            <option value="uz 998">Uzbekistan +998</option>
                            <option value="vu 678">Vanuatu +678</option>
                            <option value="va 379">Vatican City State +379</option>
                            <option value="ve 58">Venezuela +58</option>
                            <option value="vn 84">Vietnam +84</option>
                            <option value="vg 1284">Virgin Islands (British) +1-284</option>
                            <option value="vi 1340">Virgin Islands (US) +1-340</option>
                            <option value="wf 681">Wallis and Futuna Islands +681</option>
                            <option value="eh 212">Western Sahara +212</option>
                            <option value="ye 967">Yemen +967</option>
                            <option value="zm 260">Zambia +260</option>
                            <option value="zw 263">Zimbabwe +263</option>
                          </select> <input type="text" name="__mobile_number_mobile_phone" value="" maxlength="40" size="25" autocomplete="off"
                            onblur="s=this.value; s=s.replace(' ', '');  s=s.replace('\+', ''); s=s.replace('\-', ''); s=s.replace('\(', ''); s=s.replace('\)', ''); s=s.replace(/^0+/, ''); this.value = s;" id="__mobile_number_mobile_phone"
                            class="form-control form_fields phone_number_separated number" style=""></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_form_section_button__2_row" class="col mb-3 clearfix form-group__ form_table_row form_section_button__2_row">
                  <div id="student_sign_up_form_section_button__2_input_cell" class="col-12 mt-1  form_input_cell__ form_section_button__2_input_cell">
                    <div id="student_sign_up_form_section_button__2_form_input" class="form-field  form_input__  form_section_button__2 _form_input">
                      <div class="input-group">
                        <div class="col-12 d-flex">
                          <div id="student_sign_up_form_section_button__2_form_left_info" class=" form_left_info__ form_section_button__2_form_left_info"><span class="input-group-text">&lt;&lt; Back</span></div><input type="button"
                            name="form_section_button__2" value="Next: Confirmation" autocomplete="off" id="form_section_button__2" class="form-control ThemesBlueButton" onclick="multistepNavigator('+');">
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
              </div><!-- END OF div id='form_section_2' class='form_section_2' -->
              <div id="form_section_3" class="form_section form_section_3">
                <h3>Payer Details</h3>
                <div id="student_sign_up_name_of_loan_company_row" class="col mb-3 clearfix form-group__ form_table_row name_of_loan_company_row">
                  <div id="student_sign_up_name_of_loan_company_input_cell" class="col-12 mt-1  form_input_cell__ name_of_loan_company_input_cell">
                    <div id="student_sign_up_name_of_loan_company_form_input" class="form-field  form_input__  name_of_loan_company _form_input">
                      <div class="input-group">
                        <label for="__name_of_loan_company_linked" accesskey="N" class="form-control-placeholder form_label">Bank / Company Name<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__name_of_loan_company_linked" value="" autocomplete="off" id="__name_of_loan_company_linked" accesskey="N" class="form-control form_fields"
                            aria-required="true">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_value_name_of_loan_company_student_sign_up = new Array();
                            var linked_value_name_of_loan_company_student_sign_up_defaultvalue = (document.getElementById("__name_of_loan_company_linked").value) ? (document.getElementById("__name_of_loan_company_linked").value) : '';
                            var linked_value_name_of_loan_company_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_name_of_loan_company_row").style.display) ? document.getElementById(
                              "student_sign_up_name_of_loan_company_row").style.display : 'block';
                            linked_value_name_of_loan_company_student_sign_up['loan_company'] = 1;

                            function ValidateEmpty__name_of_loan_company_linkedstudent_sign_up(thefield) {
                              var linked = document.forms['student_sign_up'].elements['whi_is_making_the_payment'];
                              if (linked.type == 'checkbox' || linked.type == 'radio') {
                                var status = linked.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_name_of_loan_company_student_sign_up[linked.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_name_of_loan_company_student_sign_up[linked.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status && thefield.value.trim() == '') {
                                return false;
                              }
                              return true;
                            }

                            function linked_value_name_of_loan_company_student_sign_up_func(theform, thisfield) {
                              var x = document.getElementById("student_sign_up_name_of_loan_company_row");
                              if (thisfield.type == 'checkbox' || thisfield.type == 'radio') {
                                var status = thisfield.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_name_of_loan_company_student_sign_up[thisfield.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_name_of_loan_company_student_sign_up[thisfield.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status) {
                                document.getElementById("student_sign_up_name_of_loan_company_row").style.display = linked_value_name_of_loan_company_student_sign_up_defaultdisplay;
                              } else {
                                document.getElementById("student_sign_up_name_of_loan_company_row").style.display = 'none';
                                if (document.getElementById("__name_of_loan_company_linked").selectedIndex) document.getElementById("__name_of_loan_company_linked").selectedIndex = 0;
                                if (document.getElementById("__name_of_loan_company_linked").checked) document.getElementById("__name_of_loan_company_linked").checked = false;
                                document.getElementById("__name_of_loan_company_linked").value = linked_value_name_of_loan_company_student_sign_up_defaultvalue;
                                try {
                                  document.getElementById("__name_of_loan_company_linked").onchange();
                                } catch (err) {}
                                try {
                                  document.getElementById("__name_of_loan_company_linked").onblur();
                                } catch (err) {}
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_name_of_payer_row" class="col mb-3 clearfix form-group__ form_table_row name_of_payer_row">
                  <div id="student_sign_up_name_of_payer_input_cell" class="col-12 mt-1  form_input_cell__ name_of_payer_input_cell">
                    <div id="student_sign_up_name_of_payer_form_input" class="form-field  form_input__  name_of_payer _form_input">
                      <div class="input-group">
                        <label for="__name_of_payer_linked" class="form-control-placeholder form_label">Payer Name<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__name_of_payer_linked" value="" maxlength="255" autocomplete="off" id="__name_of_payer_linked" class="form-control form_fields" aria-required="true">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_value_name_of_payer_student_sign_up = new Array();
                            var linked_value_name_of_payer_student_sign_up_defaultvalue = (document.getElementById("__name_of_payer_linked").value) ? (document.getElementById("__name_of_payer_linked").value) : '';
                            var linked_value_name_of_payer_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_name_of_payer_row").style.display) ? document.getElementById("student_sign_up_name_of_payer_row").style.display :
                              'block';
                            linked_value_name_of_payer_student_sign_up['Parent of Student'] = 1;
                            linked_value_name_of_payer_student_sign_up['Other'] = 1;
                            linked_value_name_of_payer_student_sign_up['Relative of Student'] = 1;
                            linked_value_name_of_payer_student_sign_up['Agent of Student'] = 1;
                            linked_value_name_of_payer_student_sign_up['Company Representative'] = 1;

                            function ValidateEmpty__name_of_payer_linkedstudent_sign_up(thefield) {
                              var linked = document.forms['student_sign_up'].elements['whi_is_making_the_payment'];
                              if (linked.type == 'checkbox' || linked.type == 'radio') {
                                var status = linked.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_name_of_payer_student_sign_up[linked.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_name_of_payer_student_sign_up[linked.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status && thefield.value.trim() == '') {
                                return false;
                              }
                              return true;
                            }

                            function linked_value_name_of_payer_student_sign_up_func(theform, thisfield) {
                              var x = document.getElementById("student_sign_up_name_of_payer_row");
                              if (thisfield.type == 'checkbox' || thisfield.type == 'radio') {
                                var status = thisfield.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_name_of_payer_student_sign_up[thisfield.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_name_of_payer_student_sign_up[thisfield.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status) {
                                document.getElementById("student_sign_up_name_of_payer_row").style.display = linked_value_name_of_payer_student_sign_up_defaultdisplay;
                              } else {
                                document.getElementById("student_sign_up_name_of_payer_row").style.display = 'none';
                                if (document.getElementById("__name_of_payer_linked").selectedIndex) document.getElementById("__name_of_payer_linked").selectedIndex = 0;
                                if (document.getElementById("__name_of_payer_linked").checked) document.getElementById("__name_of_payer_linked").checked = false;
                                document.getElementById("__name_of_payer_linked").value = linked_value_name_of_payer_student_sign_up_defaultvalue;
                                try {
                                  document.getElementById("__name_of_payer_linked").onchange();
                                } catch (err) {}
                                try {
                                  document.getElementById("__name_of_payer_linked").onblur();
                                } catch (err) {}
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                    <div id="student_sign_up_name_of_payer_form_under_info" class="form_under_info name_of_payer_form_under_info">(First Name Family Name)</div>
                  </div>
                </div>
                <div id="student_sign_up_payer_native_name_row" class="col mb-3 clearfix form-group__ form_table_row payer_native_name_row">
                  <div id="student_sign_up_payer_native_name_input_cell" class="col-12 mt-1  form_input_cell__ payer_native_name_input_cell">
                    <noscript>
                      <div id="student_sign_up_update_input_cell" class="form_update_btn update_input_cell"><input type="submit" name="update" value=">" autocomplete="off" onclick="form_submitted_test=form_submitted ;
                                                            form_submitted=true ; ; sub_form='update' ; return true" id="update" class="form-control ThemesBlueButton" style="width:20px;"></div>
                    </noscript>
                    <div id="student_sign_up_payer_native_name_form_input" class="form-field  form_input__  payer_native_name _form_input">
                      <div class="input-group">
                        <label for="__payer_native_name_linked" class="form-control-placeholder form_label">Payer Name</label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__payer_native_name_linked" value="" maxlength="50" size="35" autocomplete="off" id="__payer_native_name_linked" class="form-control form_fields">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var fl = 'country_pay_from,whi_is_making_the_payment';
                            var l_fields_payer_native_name_student_sign_up = fl.split(',');
                            var sfl = 'country_pay_from,whi_is_making_the_payment';
                            var sfl_fields_payer_native_name_student_sign_up = sfl.split(',');
                            var linked_value_payer_native_name_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_payer_native_name_row").style.display) ? document.getElementById("student_sign_up_payer_native_name_row").style
                              .display : 'block';
                            var linked_value_payer_native_name_student_sign_up_defaultvalue = (document.getElementById("__payer_native_name_linked").value) ? (document.getElementById("__payer_native_name_linked").value) : '';
                            var linked_value_payer_native_name_student_sign_up_labels = new Array();
                            linked_value_payer_native_name_student_sign_up_labels['47'] = "Payer Chinese Name";
                            var __payer_native_name_linked_dynamic_label = '';

                            function linked_value_payer_native_name_student_sign_up_func(theform, thisfield) {
                              var linked = document.getElementById("country_pay_from");
                              var f = '';
                              var f_cr = '';
                              var fa = new Array();
                              var x = document.getElementById("student_sign_up_payer_native_name_row");
                              for (field in l_fields_payer_native_name_student_sign_up) {
                                f = document.forms['student_sign_up'].elements['' + l_fields_payer_native_name_student_sign_up[field] + ''];
                                f_cr = (f.type == 'checkbox' || f.type == 'radio');
                                fa[sfl_fields_payer_native_name_student_sign_up[field]] = !f_cr ? f.value.trim() : f.checked ? '1' : '0';
                              }
                              var is_normal = ((('47' === fa['country_pay_from']) && !('student' === fa['whi_is_making_the_payment'] || '' === fa['whi_is_making_the_payment']))) && 'normal' == 'normal';
                              var is_reverse = !((('47' === fa['country_pay_from']) && !('student' === fa['whi_is_making_the_payment'] || '' === fa['whi_is_making_the_payment']))) && 'normal' == 'reverse';
                              if ((is_normal || is_reverse)) {
                                x.style.display = linked_value_payer_native_name_student_sign_up_defaultdisplay;
                                document.getElementById("__payer_native_name_linked").value = linked_value_payer_native_name_student_sign_up_defaultvalue;
                                var labelText = linked_value_payer_native_name_student_sign_up_labels[linked.value.trim()] + "<span class='required'>*</span>";
                                document.querySelector("label[for=__payer_native_name_linked]").innerHTML = labelText;
                                __payer_native_name_linked_dynamic_label = linked_value_payer_native_name_student_sign_up_labels[linked.value.trim()];
                              } else {
                                document.getElementById("student_sign_up_payer_native_name_row").style.display = 'none';
                                document.getElementById("__payer_native_name_linked").value = linked_value_payer_native_name_student_sign_up_defaultvalue;
                                __payer_native_name_linked_dynamic_label = '';
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_payer_id_number_row" class="col mb-3 clearfix form-group__ form_table_row payer_id_number_row">
                  <div id="student_sign_up_payer_id_number_input_cell" class="col-12 mt-1  form_input_cell__ payer_id_number_input_cell">
                    <noscript>
                      <div id="student_sign_up_update_input_cell" class="form_update_btn update_input_cell"><input type="submit" name="update" value=">" autocomplete="off" onclick="form_submitted_test=form_submitted ;
                                                            form_submitted=true ; ; sub_form='update' ; return true" id="update" class="form-control ThemesBlueButton" style="width:20px;"></div>
                    </noscript>
                    <div id="student_sign_up_payer_id_number_form_input" class="form-field  form_input__  payer_id_number _form_input">
                      <div class="input-group">
                        <label for="__payer_id_number_linked" class="form-control-placeholder form_label">ID Number</label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__payer_id_number_linked" value="" size="35" autocomplete="off" id="__payer_id_number_linked" class="form-control form_fields">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var fl = 'country_pay_from,whi_is_making_the_payment';
                            var l_fields_payer_id_number_student_sign_up = fl.split(',');
                            var sfl = 'country_pay_from,whi_is_making_the_payment';
                            var sfl_fields_payer_id_number_student_sign_up = sfl.split(',');
                            var linked_value_payer_id_number_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_payer_id_number_row").style.display) ? document.getElementById("student_sign_up_payer_id_number_row").style
                              .display : 'block';
                            var linked_value_payer_id_number_student_sign_up_defaultvalue = (document.getElementById("__payer_id_number_linked").value) ? (document.getElementById("__payer_id_number_linked").value) : '';
                            var linked_value_payer_id_number_student_sign_up_labels = new Array();
                            linked_value_payer_id_number_student_sign_up_labels['11'] = "Payer DNI or CUIT";
                            linked_value_payer_id_number_student_sign_up_labels['28'] = "Payer CI";
                            linked_value_payer_id_number_student_sign_up_labels['46'] = "Payer CI/RUT";
                            linked_value_payer_id_number_student_sign_up_labels['47'] = "Payer National ID No";
                            linked_value_payer_id_number_student_sign_up_labels['50'] = "Payer CC";
                            linked_value_payer_id_number_student_sign_up_labels['67'] = "Payer CI";
                            linked_value_payer_id_number_student_sign_up_labels['68'] = "Payer National ID Number";
                            linked_value_payer_id_number_student_sign_up_labels['110'] = "Payer NIK";
                            linked_value_payer_id_number_student_sign_up_labels['151'] = "Payer CURP";
                            linked_value_payer_id_number_student_sign_up_labels['157'] = "Payer CNIE";
                            linked_value_payer_id_number_student_sign_up_labels['167'] = "Payer Nigerian National Identification Number (NIN) - 11 digit number";
                            linked_value_payer_id_number_student_sign_up_labels['177'] = "Payer CI";
                            linked_value_payer_id_number_student_sign_up_labels['178'] = "Payer DNI";
                            linked_value_payer_id_number_student_sign_up_labels['208'] = "Payer ID";
                            linked_value_payer_id_number_student_sign_up_labels['210'] = "Payer National ID No";
                            linked_value_payer_id_number_student_sign_up_labels['229'] = "Payer T.C. Kimlik No.";
                            linked_value_payer_id_number_student_sign_up_labels['239'] = "Payer CI";
                            var __payer_id_number_linked_dynamic_label = '';

                            function linked_value_payer_id_number_student_sign_up_func(theform, thisfield) {
                              var linked = document.getElementById("country_pay_from");
                              var f = '';
                              var f_cr = '';
                              var fa = new Array();
                              var x = document.getElementById("student_sign_up_payer_id_number_row");
                              for (field in l_fields_payer_id_number_student_sign_up) {
                                f = document.forms['student_sign_up'].elements['' + l_fields_payer_id_number_student_sign_up[field] + ''];
                                f_cr = (f.type == 'checkbox' || f.type == 'radio');
                                fa[sfl_fields_payer_id_number_student_sign_up[field]] = !f_cr ? f.value.trim() : f.checked ? '1' : '0';
                              }
                              var is_normal = ((('11' === fa['country_pay_from'] || '28' === fa['country_pay_from'] || '46' === fa['country_pay_from'] || '47' === fa['country_pay_from'] || '50' === fa['country_pay_from'] || '67' === fa[
                                  'country_pay_from'] || '68' === fa['country_pay_from'] || '110' === fa['country_pay_from'] || '151' === fa['country_pay_from'] || '157' === fa['country_pay_from'] || '167' === fa['country_pay_from'] ||
                                '177' === fa['country_pay_from'] || '178' === fa['country_pay_from'] || '208' === fa['country_pay_from'] || '210' === fa['country_pay_from'] || '229' === fa['country_pay_from'] || '239' === fa['country_pay_from']
                                ) && !('student' === fa['whi_is_making_the_payment'] || '' === fa['whi_is_making_the_payment']))) && 'normal' == 'normal';
                              var is_reverse = !((('11' === fa['country_pay_from'] || '28' === fa['country_pay_from'] || '46' === fa['country_pay_from'] || '47' === fa['country_pay_from'] || '50' === fa['country_pay_from'] || '67' === fa[
                                  'country_pay_from'] || '68' === fa['country_pay_from'] || '110' === fa['country_pay_from'] || '151' === fa['country_pay_from'] || '157' === fa['country_pay_from'] || '167' === fa['country_pay_from'] ||
                                '177' === fa['country_pay_from'] || '178' === fa['country_pay_from'] || '208' === fa['country_pay_from'] || '210' === fa['country_pay_from'] || '229' === fa['country_pay_from'] || '239' === fa['country_pay_from']
                                ) && !('student' === fa['whi_is_making_the_payment'] || '' === fa['whi_is_making_the_payment']))) && 'normal' == 'reverse';
                              if ((is_normal || is_reverse)) {
                                x.style.display = linked_value_payer_id_number_student_sign_up_defaultdisplay;
                                document.getElementById("__payer_id_number_linked").value = linked_value_payer_id_number_student_sign_up_defaultvalue;
                                var labelText = linked_value_payer_id_number_student_sign_up_labels[linked.value.trim()] + "<span class='required'>*</span>";
                                document.querySelector("label[for=__payer_id_number_linked]").innerHTML = labelText;
                                __payer_id_number_linked_dynamic_label = linked_value_payer_id_number_student_sign_up_labels[linked.value.trim()];
                              } else {
                                document.getElementById("student_sign_up_payer_id_number_row").style.display = 'none';
                                document.getElementById("__payer_id_number_linked").value = linked_value_payer_id_number_student_sign_up_defaultvalue;
                                __payer_id_number_linked_dynamic_label = '';
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_nationality_of_payer_row" class="col mb-3 clearfix form-group__ form_table_row nationality_of_payer_row">
                  <div id="student_sign_up_nationality_of_payer_input_cell" class="col-12 mt-1  form_input_cell__ nationality_of_payer_input_cell">
                    <div id="student_sign_up_nationality_of_payer_form_input" class="form-field  form_input__  nationality_of_payer _form_input">
                      <div class="input-group">
                        <label for="__nationality_of_payer_linked" class="form-control-placeholder form_label">Payer Country of Residence<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><select name="__nationality_of_payer_linked" autocomplete="off" id="__nationality_of_payer_linked" class="form-control form-select form_fields" aria-required="true">
                            <option value="" selected="selected">Please select</option>
                            <option value="257">Aland Islands</option>
                            <option value="3">Albania</option>
                            <option value="4">Algeria</option>
                            <option value="5">American Samoa</option>
                            <option value="6">Andorra</option>
                            <option value="7">Angola</option>
                            <option value="8">Anguilla</option>
                            <option value="9">Antarctica</option>
                            <option value="10">Antigua and Barbuda</option>
                            <option value="11">Argentina</option>
                            <option value="12">Armenia</option>
                            <option value="13">Aruba</option>
                            <option value="14">Australia</option>
                            <option value="16">Austria</option>
                            <option value="17">Azerbaijan</option>
                            <option value="18">Bahamas</option>
                            <option value="19">Bahrain</option>
                            <option value="20">Bangladesh</option>
                            <option value="21">Barbados</option>
                            <option value="23">Belgium</option>
                            <option value="24">Belize</option>
                            <option value="25">Benin</option>
                            <option value="26">Bermuda</option>
                            <option value="27">Bhutan</option>
                            <option value="28">Bolivia</option>
                            <option value="270">Bonaire, Sint Eustatius and Saba</option>
                            <option value="30">Botswana</option>
                            <option value="31">Bouvet Island</option>
                            <option value="32">Brazil</option>
                            <option value="33">British Indian Ocean Territory</option>
                            <option value="34">Brunei</option>
                            <option value="35">Bulgaria</option>
                            <option value="36">Burkina Faso</option>
                            <option value="37">Burundi</option>
                            <option value="38">Cambodia</option>
                            <option value="39">Cameroon</option>
                            <option value="40">Canada</option>
                            <option value="42">Cape Verde</option>
                            <option value="43">Cayman Islands</option>
                            <option value="45">Chad</option>
                            <option value="46">Chile</option>
                            <option value="47">China</option>
                            <option value="48">Christmas Island</option>
                            <option value="49">Cocos (Keeling) Islands</option>
                            <option value="50">Colombia</option>
                            <option value="51">Comoros</option>
                            <option value="53">Cook Islands</option>
                            <option value="54">Costa Rica</option>
                            <option value="55">Cote D'Ivoire</option>
                            <option value="56">Croatia</option>
                            <option value="268">Curaçao</option>
                            <option value="58">Cyprus</option>
                            <option value="60">Czech Republic</option>
                            <option value="61">Denmark</option>
                            <option value="63">Djibouti</option>
                            <option value="64">Dominica</option>
                            <option value="65">Dominican Republic</option>
                            <option value="66">East Timor</option>
                            <option value="67">Ecuador</option>
                            <option value="68">Egypt</option>
                            <option value="69">El Salvador</option>
                            <option value="70">Equatorial Guinea</option>
                            <option value="72">Estonia</option>
                            <option value="216">Eswatini</option>
                            <option value="73">Ethiopia</option>
                            <option value="74">Falkland Islands</option>
                            <option value="75">Faroe Islands</option>
                            <option value="76">Fiji Islands</option>
                            <option value="77">Finland</option>
                            <option value="79">France</option>
                            <option value="81">French Guiana</option>
                            <option value="82">French Polynesia</option>
                            <option value="83">French Southern Territories</option>
                            <option value="84">Gabon</option>
                            <option value="85">Gambia</option>
                            <option value="86">Georgia</option>
                            <option value="87">Germany</option>
                            <option value="89">Ghana</option>
                            <option value="90">Gibraltar</option>
                            <option value="91">Greece</option>
                            <option value="92">Greenland</option>
                            <option value="93">Grenada</option>
                            <option value="94">Guadeloupe</option>
                            <option value="95">Guam</option>
                            <option value="96">Guatemala</option>
                            <option value="258">Guernsey</option>
                            <option value="99">Guyana</option>
                            <option value="100">Haiti</option>
                            <option value="101">Heard and Mc Donald Islands</option>
                            <option value="104">Honduras</option>
                            <option value="105">Hong Kong S.A.R.</option>
                            <option value="107">Hungary</option>
                            <option value="108">Iceland</option>
                            <option value="109">India</option>
                            <option value="110">Indonesia</option>
                            <option value="113">Ireland</option>
                            <option value="259">Isle of Man</option>
                            <option value="115">Israel</option>
                            <option value="116">Italy</option>
                            <option value="118">Jamaica</option>
                            <option value="119">Japan</option>
                            <option value="260">Jersey</option>
                            <option value="121">Jordan</option>
                            <option value="122">Kazakhstan</option>
                            <option value="123">Kenya</option>
                            <option value="124">Kiribati</option>
                            <option value="273">Kosovo</option>
                            <option value="126">Kuwait</option>
                            <option value="127">Kyrgyzstan</option>
                            <option value="128">Laos</option>
                            <option value="129">Latvia</option>
                            <option value="131">Lesotho</option>
                            <option value="132">Liberia</option>
                            <option value="134">Liechtenstein</option>
                            <option value="135">Lithuania</option>
                            <option value="136">Luxembourg</option>
                            <option value="137">Macau S.A.R.</option>
                            <option value="138">Macedonia</option>
                            <option value="139">Madagascar</option>
                            <option value="140">Malawi</option>
                            <option value="141">Malaysia</option>
                            <option value="142">Maldives</option>
                            <option value="143">Mali</option>
                            <option value="144">Malta</option>
                            <option value="146">Marshall Islands</option>
                            <option value="147">Martinique</option>
                            <option value="148">Mauritania</option>
                            <option value="149">Mauritius</option>
                            <option value="150">Mayotte</option>
                            <option value="151">Mexico</option>
                            <option value="152">Micronesia</option>
                            <option value="153">Moldova</option>
                            <option value="154">Monaco</option>
                            <option value="155">Mongolia</option>
                            <option value="156">Montserrat</option>
                            <option value="157">Morocco</option>
                            <option value="158">Mozambique</option>
                            <option value="160">Namibia</option>
                            <option value="161">Nauru</option>
                            <option value="162">Nepal</option>
                            <option value="261">Netherlands Antilles</option>
                            <option value="102">Netherlands (Holland)</option>
                            <option value="262">New Caledonia</option>
                            <option value="164">New Zealand</option>
                            <option value="165">Nicaragua</option>
                            <option value="167">Nigeria</option>
                            <option value="168">Niue</option>
                            <option value="169">Norfolk Island</option>
                            <option value="170">Northern Mariana Islands</option>
                            <option value="171">Norway</option>
                            <option value="172">Oman</option>
                            <option value="173">Pakistan</option>
                            <option value="174">Palau</option>
                            <option value="263">Palestine</option>
                            <option value="175">Panama</option>
                            <option value="176">Papua New Guinea</option>
                            <option value="177">Paraguay</option>
                            <option value="178">Peru</option>
                            <option value="179">Philippines</option>
                            <option value="180">Pitcairn Island</option>
                            <option value="181">Poland</option>
                            <option value="182">Portugal</option>
                            <option value="183">Puerto Rico</option>
                            <option value="184">Qatar</option>
                            <option value="185">Reunion</option>
                            <option value="186">Romania</option>
                            <option value="188">Rwanda</option>
                            <option value="264">Saint Barthelemy</option>
                            <option value="190">Saint Helena</option>
                            <option value="191">Saint Kitts And Nevis</option>
                            <option value="192">Saint Lucia</option>
                            <option value="265">Saint Martin</option>
                            <option value="193">Saint Pierre and Miquelon</option>
                            <option value="194">Saint Vincent and The Grenadines</option>
                            <option value="195">Samoa</option>
                            <option value="196">San Marino</option>
                            <option value="197">Sao Tome and Principe</option>
                            <option value="198">Saudi Arabia</option>
                            <option value="199">Senegal</option>
                            <option value="200">Serbia</option>
                            <option value="201">Seychelles</option>
                            <option value="189">S. Georgia and the S. Sandwich Islands</option>
                            <option value="202">Sierra Leone</option>
                            <option value="203">Singapore</option>
                            <option value="269">Sint Maarten (Dutch part)</option>
                            <option value="204">Slovakia</option>
                            <option value="205">Slovenia</option>
                            <option value="206">Solomon Islands</option>
                            <option value="208">South Africa</option>
                            <option value="210">South Korea</option>
                            <option value="211">Spain</option>
                            <option value="212">Sri Lanka</option>
                            <option value="214">Suriname</option>
                            <option value="215">Svalbard and Jan Mayen Islands</option>
                            <option value="217">Sweden</option>
                            <option value="218">Switzerland</option>
                            <option value="220">Taiwan</option>
                            <option value="221">Tajikistan</option>
                            <option value="222">Tanzania</option>
                            <option value="223">Thailand</option>
                            <option value="224">Togo</option>
                            <option value="225">Tokelau</option>
                            <option value="226">Tonga</option>
                            <option value="227">Trinidad And Tobago</option>
                            <option value="228">Tunisia</option>
                            <option value="229">Turkey</option>
                            <option value="230">Turkmenistan</option>
                            <option value="231">Turks And Caicos Islands</option>
                            <option value="232">Tuvalu</option>
                            <option value="233">Uganda</option>
                            <option value="235">United Arab Emirates</option>
                            <option value="236">United Kingdom</option>
                            <option value="238">United States Of America</option>
                            <option value="239">Uruguay</option>
                            <option value="240">US Minor Outlying Islands</option>
                            <option value="241">Uzbekistan</option>
                            <option value="242">Vanuatu</option>
                            <option value="243">Vatican City State</option>
                            <option value="245">Vietnam</option>
                            <option value="246">Virgin Islands (British)</option>
                            <option value="247">Virgin Islands (US)</option>
                            <option value="248">Wallis and Futuna Islands</option>
                            <option value="266">Western Sahara</option>
                          </select>
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_value_nationality_of_payer_student_sign_up = new Array();
                            var linked_value_nationality_of_payer_student_sign_up_defaultvalue = (document.getElementById("__nationality_of_payer_linked").value) ? (document.getElementById("__nationality_of_payer_linked").value) : '';
                            var linked_value_nationality_of_payer_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_nationality_of_payer_row").style.display) ? document.getElementById(
                              "student_sign_up_nationality_of_payer_row").style.display : 'block';
                            linked_value_nationality_of_payer_student_sign_up['Parent of Student'] = 1;
                            linked_value_nationality_of_payer_student_sign_up['Student\'s Relative'] = 1;
                            linked_value_nationality_of_payer_student_sign_up['Student\'s Agent'] = 1;
                            linked_value_nationality_of_payer_student_sign_up['Agent of Student'] = 1;
                            linked_value_nationality_of_payer_student_sign_up['Relative of Student'] = 1;
                            linked_value_nationality_of_payer_student_sign_up['Parent of Participant'] = 1;
                            linked_value_nationality_of_payer_student_sign_up['Participant\'s Relative'] = 1;
                            linked_value_nationality_of_payer_student_sign_up['Participant\'s Agent'] = 1;
                            linked_value_nationality_of_payer_student_sign_up['Partner'] = 1;
                            linked_value_nationality_of_payer_student_sign_up['Other'] = 1;

                            function ValidateEmpty__nationality_of_payer_linkedstudent_sign_up(thefield) {
                              var linked = document.forms['student_sign_up'].elements['whi_is_making_the_payment'];
                              if (linked.type == 'checkbox' || linked.type == 'radio') {
                                var status = linked.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_nationality_of_payer_student_sign_up[linked.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_nationality_of_payer_student_sign_up[linked.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status && thefield.value.trim() == '') {
                                return false;
                              }
                              return true;
                            }

                            function linked_value_nationality_of_payer_student_sign_up_func(theform, thisfield) {
                              var x = document.getElementById("student_sign_up_nationality_of_payer_row");
                              if (thisfield.type == 'checkbox' || thisfield.type == 'radio') {
                                var status = thisfield.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_nationality_of_payer_student_sign_up[thisfield.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_nationality_of_payer_student_sign_up[thisfield.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status) {
                                document.getElementById("student_sign_up_nationality_of_payer_row").style.display = linked_value_nationality_of_payer_student_sign_up_defaultdisplay;
                              } else {
                                document.getElementById("student_sign_up_nationality_of_payer_row").style.display = 'none';
                                if (document.getElementById("__nationality_of_payer_linked").selectedIndex) document.getElementById("__nationality_of_payer_linked").selectedIndex = 0;
                                if (document.getElementById("__nationality_of_payer_linked").checked) document.getElementById("__nationality_of_payer_linked").checked = false;
                                document.getElementById("__nationality_of_payer_linked").value = linked_value_nationality_of_payer_student_sign_up_defaultvalue;
                                try {
                                  document.getElementById("__nationality_of_payer_linked").onchange();
                                } catch (err) {}
                                try {
                                  document.getElementById("__nationality_of_payer_linked").onblur();
                                } catch (err) {}
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_relationship_to_student_row" class="col mb-3 clearfix form-group__ form_table_row relationship_to_student_row">
                  <div id="student_sign_up_relationship_to_student_input_cell" class="col-12 mt-1  form_input_cell__ relationship_to_student_input_cell">
                    <noscript>
                      <div id="student_sign_up_update_input_cell" class="form_update_btn update_input_cell"><input type="submit" name="update" value=">" autocomplete="off" onclick="form_submitted_test=form_submitted ;
                                                            form_submitted=true ; ; sub_form='update' ; return true" id="update" class="form-control ThemesBlueButton" style="width:20px;"></div>
                    </noscript>
                    <div id="student_sign_up_relationship_to_student_form_input" class="form-field  form_input__  relationship_to_student _form_input">
                      <div class="input-group">
                        <label for="__relationship_to_student_select" class="form-control-placeholder form_label">Relationship to Student<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group">
                          <script type="text/javascript" defer="defer">
                            <!--
                            function __relationship_to_student_switch_group(g, f) {
                              if (g == '') {
                                n = ['Please select', ''];
                                if (('' == 'none' || '' == '' || '' == '::no::') && document.getElementById('student_sign_up_relationship_to_student_row')) {
                                  document.getElementById('student_sign_up_relationship_to_student_row').style.display = 'none';
                                } else if (document.getElementById('student_sign_up_relationship_to_student_row')) {
                                  document.getElementById('student_sign_up_relationship_to_student_row').style.display = 'block';
                                }
                              } else {
                                if (g == 'student') {
                                  n = ['Student', 'none'];
                                  if (('none' == 'none' || 'none' == '' || 'none' == '::no::') && document.getElementById('student_sign_up_relationship_to_student_row')) {
                                    document.getElementById('student_sign_up_relationship_to_student_row').style.display = 'none';
                                  } else if (document.getElementById('student_sign_up_relationship_to_student_row')) {
                                    document.getElementById('student_sign_up_relationship_to_student_row').style.display = 'block';
                                  }
                                } else {
                                  if (g == 'Parent of Student') {
                                    n = ['Please select', '', 'Father', 'Father', 'Mother', 'Mother'];
                                    if (('Mother' == 'none' || 'Mother' == '' || 'Mother' == '::no::') && document.getElementById('student_sign_up_relationship_to_student_row')) {
                                      document.getElementById('student_sign_up_relationship_to_student_row').style.display = 'none';
                                    } else if (document.getElementById('student_sign_up_relationship_to_student_row')) {
                                      document.getElementById('student_sign_up_relationship_to_student_row').style.display = 'block';
                                    }
                                  } else {
                                    if (g == 'Relative of Student') {
                                      n = ['Please select', '', 'Brother', 'Brother', 'Sister', 'Sister', 'Son', 'Son', 'Daughter', 'Daughter', 'Grandparent', 'Grandparent', 'Other', 'Other'];
                                      if (('Other' == 'none' || 'Other' == '' || 'Other' == '::no::') && document.getElementById('student_sign_up_relationship_to_student_row')) {
                                        document.getElementById('student_sign_up_relationship_to_student_row').style.display = 'none';
                                      } else if (document.getElementById('student_sign_up_relationship_to_student_row')) {
                                        document.getElementById('student_sign_up_relationship_to_student_row').style.display = 'block';
                                      }
                                    } else {
                                      if (g == 'Other') {
                                        n = ['Please select', '', 'Husband / Wife', 'Husband / Wife', 'No family relationship', 'No family relationship', 'Friend / Colleague', 'Friend / Colleague', 'Educational consultant / Agent',
                                          'Educational consultant / Agent', 'Visiting Academic', 'Visiting Academic'
                                        ];
                                        if (('Visiting Academic' == 'none' || 'Visiting Academic' == '' || 'Visiting Academic' == '::no::') && document.getElementById('student_sign_up_relationship_to_student_row')) {
                                          document.getElementById('student_sign_up_relationship_to_student_row').style.display = 'none';
                                        } else if (document.getElementById('student_sign_up_relationship_to_student_row')) {
                                          document.getElementById('student_sign_up_relationship_to_student_row').style.display = 'block';
                                        }
                                      } else {
                                        n = null
                                      }
                                    }
                                  }
                                }
                              }
                              s = Array();
                              if (n != null) {
                                o = f['__relationship_to_student_select'].options;
                                i = 0;
                                while (i < n.length) {
                                  o[i / 2] = new Option(n[i], n[i + 1]);
                                  i = i + 2
                                }
                                while (i < o.length * 2) {
                                  o[i / 2] = null
                                }
                                f['__relationship_to_student_group'].value = g;
                                if (typeof(s[g]) != 'undefined') {
                                  for (x = 0; x < o.length; x++) {
                                    if (o[x].value == s[g]) {
                                      o[x].selected = true;
                                      break;
                                    }
                                  }
                                } else {
                                  o[0].selected = true;
                                  try {
                                    document.getElementById('__relationship_to_student_select').onchange();
                                  } catch (err) {}
                                }
                              }
                            }
                            // 
                            -->
                          </script><select name="__relationship_to_student_select" autocomplete="off" id="__relationship_to_student_select" class="form-control form-select form_fields" aria-required="true">
                            <option value="" selected="selected">Please select</option>
                          </select><input type="hidden" name="__relationship_to_student_group" value="" autocomplete="off" id="__relationship_to_student_group" class="form-control">
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_payer_city_row" class="col mb-3 clearfix form-group__ form_table_row payer_city_row">
                  <div id="student_sign_up_payer_city_input_cell" class="col-12 mt-1  form_input_cell__ payer_city_input_cell">
                    <div id="student_sign_up_payer_city_form_input" class="form-field  form_input__  payer_city _form_input">
                      <div class="input-group">
                        <label for="__payer_city_linked" class="form-control-placeholder form_label">Payer City<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__payer_city_linked" value="" maxlength="255" autocomplete="off" id="__payer_city_linked" class="form-control form_fields" aria-required="true">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_value_payer_city_student_sign_up = new Array();
                            var linked_value_payer_city_student_sign_up_defaultvalue = (document.getElementById("__payer_city_linked").value) ? (document.getElementById("__payer_city_linked").value) : '';
                            var linked_value_payer_city_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_payer_city_row").style.display) ? document.getElementById("student_sign_up_payer_city_row").style.display : 'block';
                            linked_value_payer_city_student_sign_up['Parent of Student'] = 1;
                            linked_value_payer_city_student_sign_up['Other'] = 1;
                            linked_value_payer_city_student_sign_up['Relative of Student'] = 1;
                            linked_value_payer_city_student_sign_up['Agent of Student'] = 1;
                            linked_value_payer_city_student_sign_up['Company Representative'] = 1;

                            function ValidateEmpty__payer_city_linkedstudent_sign_up(thefield) {
                              var linked = document.forms['student_sign_up'].elements['whi_is_making_the_payment'];
                              if (linked.type == 'checkbox' || linked.type == 'radio') {
                                var status = linked.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_payer_city_student_sign_up[linked.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_payer_city_student_sign_up[linked.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status && thefield.value.trim() == '') {
                                return false;
                              }
                              return true;
                            }

                            function linked_value_payer_city_student_sign_up_func(theform, thisfield) {
                              var x = document.getElementById("student_sign_up_payer_city_row");
                              if (thisfield.type == 'checkbox' || thisfield.type == 'radio') {
                                var status = thisfield.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_payer_city_student_sign_up[thisfield.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_payer_city_student_sign_up[thisfield.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status) {
                                document.getElementById("student_sign_up_payer_city_row").style.display = linked_value_payer_city_student_sign_up_defaultdisplay;
                              } else {
                                document.getElementById("student_sign_up_payer_city_row").style.display = 'none';
                                if (document.getElementById("__payer_city_linked").selectedIndex) document.getElementById("__payer_city_linked").selectedIndex = 0;
                                if (document.getElementById("__payer_city_linked").checked) document.getElementById("__payer_city_linked").checked = false;
                                document.getElementById("__payer_city_linked").value = linked_value_payer_city_student_sign_up_defaultvalue;
                                try {
                                  document.getElementById("__payer_city_linked").onchange();
                                } catch (err) {}
                                try {
                                  document.getElementById("__payer_city_linked").onblur();
                                } catch (err) {}
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_payer_postal_code_row" class="col mb-3 clearfix form-group__ form_table_row payer_postal_code_row">
                  <div id="student_sign_up_payer_postal_code_input_cell" class="col-12 mt-1  form_input_cell__ payer_postal_code_input_cell">
                    <div id="student_sign_up_payer_postal_code_form_input" class="form-field  form_input__  payer_postal_code _form_input">
                      <div class="input-group">
                        <label for="__payer_postal_code_linked" class="form-control-placeholder form_label">Payer Zip/Post Code<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__payer_postal_code_linked" value="" maxlength="50" autocomplete="off" id="__payer_postal_code_linked" class="form-control form_fields" aria-required="true">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_value_payer_postal_code_student_sign_up = new Array();
                            var linked_value_payer_postal_code_student_sign_up_defaultvalue = (document.getElementById("__payer_postal_code_linked").value) ? (document.getElementById("__payer_postal_code_linked").value) : '';
                            var linked_value_payer_postal_code_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_payer_postal_code_row").style.display) ? document.getElementById("student_sign_up_payer_postal_code_row").style
                              .display : 'block';
                            linked_value_payer_postal_code_student_sign_up['Parent of Student'] = 1;
                            linked_value_payer_postal_code_student_sign_up['Other'] = 1;
                            linked_value_payer_postal_code_student_sign_up['Relative of Student'] = 1;
                            linked_value_payer_postal_code_student_sign_up['Agent of Student'] = 1;
                            linked_value_payer_postal_code_student_sign_up['Company Representative'] = 1;

                            function ValidateEmpty__payer_postal_code_linkedstudent_sign_up(thefield) {
                              var linked = document.forms['student_sign_up'].elements['whi_is_making_the_payment'];
                              if (linked.type == 'checkbox' || linked.type == 'radio') {
                                var status = linked.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_payer_postal_code_student_sign_up[linked.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_payer_postal_code_student_sign_up[linked.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status && thefield.value.trim() == '') {
                                return false;
                              }
                              return true;
                            }

                            function linked_value_payer_postal_code_student_sign_up_func(theform, thisfield) {
                              var x = document.getElementById("student_sign_up_payer_postal_code_row");
                              if (thisfield.type == 'checkbox' || thisfield.type == 'radio') {
                                var status = thisfield.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_payer_postal_code_student_sign_up[thisfield.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_payer_postal_code_student_sign_up[thisfield.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status) {
                                document.getElementById("student_sign_up_payer_postal_code_row").style.display = linked_value_payer_postal_code_student_sign_up_defaultdisplay;
                              } else {
                                document.getElementById("student_sign_up_payer_postal_code_row").style.display = 'none';
                                if (document.getElementById("__payer_postal_code_linked").selectedIndex) document.getElementById("__payer_postal_code_linked").selectedIndex = 0;
                                if (document.getElementById("__payer_postal_code_linked").checked) document.getElementById("__payer_postal_code_linked").checked = false;
                                document.getElementById("__payer_postal_code_linked").value = linked_value_payer_postal_code_student_sign_up_defaultvalue;
                                try {
                                  document.getElementById("__payer_postal_code_linked").onchange();
                                } catch (err) {}
                                try {
                                  document.getElementById("__payer_postal_code_linked").onblur();
                                } catch (err) {}
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_contact_address_linked_row" class="col mb-3 clearfix form-group__ form_table_row contact_address_linked_row">
                  <div id="student_sign_up_contact_address_linked_input_cell" class="col-12 mt-1  form_input_cell__ contact_address_linked_input_cell">
                    <div id="student_sign_up_contact_address_linked_form_input" class="form-field  form_input__  contact_address_linked _form_input">
                      <div class="input-group">
                        <label for="__contact_address_linked_linked" class="form-control-placeholder form_label">Payer Address<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__contact_address_linked_linked" value="" maxlength="255" autocomplete="off" id="__contact_address_linked_linked" class="form-control form_fields"
                            aria-required="true">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_value_contact_address_linked_student_sign_up = new Array();
                            var linked_value_contact_address_linked_student_sign_up_defaultvalue = (document.getElementById("__contact_address_linked_linked").value) ? (document.getElementById("__contact_address_linked_linked").value) : '';
                            var linked_value_contact_address_linked_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_contact_address_linked_row").style.display) ? document.getElementById(
                              "student_sign_up_contact_address_linked_row").style.display : 'block';
                            linked_value_contact_address_linked_student_sign_up['Parent of Student'] = 1;
                            linked_value_contact_address_linked_student_sign_up['Other'] = 1;
                            linked_value_contact_address_linked_student_sign_up['Relative of Student'] = 1;
                            linked_value_contact_address_linked_student_sign_up['Agent of Student'] = 1;
                            linked_value_contact_address_linked_student_sign_up['Company Representative'] = 1;

                            function ValidateEmpty__contact_address_linked_linkedstudent_sign_up(thefield) {
                              var linked = document.forms['student_sign_up'].elements['whi_is_making_the_payment'];
                              if (linked.type == 'checkbox' || linked.type == 'radio') {
                                var status = linked.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_contact_address_linked_student_sign_up[linked.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_contact_address_linked_student_sign_up[linked.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status && thefield.value.trim() == '') {
                                return false;
                              }
                              return true;
                            }

                            function linked_value_contact_address_linked_student_sign_up_func(theform, thisfield) {
                              var x = document.getElementById("student_sign_up_contact_address_linked_row");
                              if (thisfield.type == 'checkbox' || thisfield.type == 'radio') {
                                var status = thisfield.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_contact_address_linked_student_sign_up[thisfield.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_contact_address_linked_student_sign_up[thisfield.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status) {
                                document.getElementById("student_sign_up_contact_address_linked_row").style.display = linked_value_contact_address_linked_student_sign_up_defaultdisplay;
                              } else {
                                document.getElementById("student_sign_up_contact_address_linked_row").style.display = 'none';
                                if (document.getElementById("__contact_address_linked_linked").selectedIndex) document.getElementById("__contact_address_linked_linked").selectedIndex = 0;
                                if (document.getElementById("__contact_address_linked_linked").checked) document.getElementById("__contact_address_linked_linked").checked = false;
                                document.getElementById("__contact_address_linked_linked").value = linked_value_contact_address_linked_student_sign_up_defaultvalue;
                                try {
                                  document.getElementById("__contact_address_linked_linked").onchange();
                                } catch (err) {}
                                try {
                                  document.getElementById("__contact_address_linked_linked").onblur();
                                } catch (err) {}
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_contact_telephone_number_row" class="col mb-3 clearfix form-group__ form_table_row contact_telephone_number_row">
                  <div id="student_sign_up_contact_telephone_number_input_cell" class="col-12 mt-1  form_input_cell__ contact_telephone_number_input_cell">
                    <div id="student_sign_up_contact_telephone_number_form_input" class="form-field  form_input__  contact_telephone_number _form_input">
                      <div class="input-group">
                        <label for="__contact_telephone_number_linked" class="form-control-placeholder form_label">Payer Telephone Number (Only numbers and the following symbols are allowed "+,-")<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__contact_telephone_number_linked" value="" maxlength="50" autocomplete="off" id="__contact_telephone_number_linked" class="form-control form_fields"
                            aria-required="true">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_value_contact_telephone_number_student_sign_up = new Array();
                            var linked_value_contact_telephone_number_student_sign_up_defaultvalue = (document.getElementById("__contact_telephone_number_linked").value) ? (document.getElementById("__contact_telephone_number_linked").value) : '';
                            var linked_value_contact_telephone_number_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_contact_telephone_number_row").style.display) ? document.getElementById(
                              "student_sign_up_contact_telephone_number_row").style.display : 'block';
                            linked_value_contact_telephone_number_student_sign_up['Parent of Student'] = 1;
                            linked_value_contact_telephone_number_student_sign_up['Other'] = 1;
                            linked_value_contact_telephone_number_student_sign_up['Relative of Student'] = 1;
                            linked_value_contact_telephone_number_student_sign_up['Agent of Student'] = 1;
                            linked_value_contact_telephone_number_student_sign_up['loan_company'] = 1;
                            linked_value_contact_telephone_number_student_sign_up['Company Representative'] = 1;

                            function ValidateEmpty__contact_telephone_number_linkedstudent_sign_up(thefield) {
                              var linked = document.forms['student_sign_up'].elements['whi_is_making_the_payment'];
                              if (linked.type == 'checkbox' || linked.type == 'radio') {
                                var status = linked.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_contact_telephone_number_student_sign_up[linked.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_contact_telephone_number_student_sign_up[linked.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status && thefield.value.trim() == '') {
                                return false;
                              }
                              return true;
                            }

                            function linked_value_contact_telephone_number_student_sign_up_func(theform, thisfield) {
                              var x = document.getElementById("student_sign_up_contact_telephone_number_row");
                              if (thisfield.type == 'checkbox' || thisfield.type == 'radio') {
                                var status = thisfield.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_contact_telephone_number_student_sign_up[thisfield.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_contact_telephone_number_student_sign_up[thisfield.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status) {
                                document.getElementById("student_sign_up_contact_telephone_number_row").style.display = linked_value_contact_telephone_number_student_sign_up_defaultdisplay;
                              } else {
                                document.getElementById("student_sign_up_contact_telephone_number_row").style.display = 'none';
                                if (document.getElementById("__contact_telephone_number_linked").selectedIndex) document.getElementById("__contact_telephone_number_linked").selectedIndex = 0;
                                if (document.getElementById("__contact_telephone_number_linked").checked) document.getElementById("__contact_telephone_number_linked").checked = false;
                                document.getElementById("__contact_telephone_number_linked").value = linked_value_contact_telephone_number_student_sign_up_defaultvalue;
                                try {
                                  document.getElementById("__contact_telephone_number_linked").onchange();
                                } catch (err) {}
                                try {
                                  document.getElementById("__contact_telephone_number_linked").onblur();
                                } catch (err) {}
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_contact_email_linked_row" class="col mb-3 clearfix form-group__ form_table_row contact_email_linked_row">
                  <div id="student_sign_up_contact_email_linked_input_cell" class="col-12 mt-1  form_input_cell__ contact_email_linked_input_cell">
                    <div id="student_sign_up_contact_email_linked_form_input" class="form-field  form_input__  contact_email_linked _form_input">
                      <div class="input-group">
                        <label for="__contact_email_linked_linked" class="form-control-placeholder form_label">Payer E-mail<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__contact_email_linked_linked" value="" maxlength="255" autocomplete="off" id="__contact_email_linked_linked" class="form-control form_fields"
                            aria-required="true">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_value_contact_email_linked_student_sign_up = new Array();
                            var linked_value_contact_email_linked_student_sign_up_defaultvalue = (document.getElementById("__contact_email_linked_linked").value) ? (document.getElementById("__contact_email_linked_linked").value) : '';
                            var linked_value_contact_email_linked_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_contact_email_linked_row").style.display) ? document.getElementById(
                              "student_sign_up_contact_email_linked_row").style.display : 'block';
                            linked_value_contact_email_linked_student_sign_up['Parent of Student'] = 1;
                            linked_value_contact_email_linked_student_sign_up['Other'] = 1;
                            linked_value_contact_email_linked_student_sign_up['Relative of Student'] = 1;
                            linked_value_contact_email_linked_student_sign_up['Agent of Student'] = 1;
                            linked_value_contact_email_linked_student_sign_up['Company Representative'] = 1;

                            function ValidateEmpty__contact_email_linked_linkedstudent_sign_up(thefield) {
                              var linked = document.forms['student_sign_up'].elements['whi_is_making_the_payment'];
                              if (linked.type == 'checkbox' || linked.type == 'radio') {
                                var status = linked.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_contact_email_linked_student_sign_up[linked.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_contact_email_linked_student_sign_up[linked.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status && thefield.value.trim() == '') {
                                return false;
                              }
                              return true;
                            }

                            function linked_value_contact_email_linked_student_sign_up_func(theform, thisfield) {
                              var x = document.getElementById("student_sign_up_contact_email_linked_row");
                              if (thisfield.type == 'checkbox' || thisfield.type == 'radio') {
                                var status = thisfield.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_contact_email_linked_student_sign_up[thisfield.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_contact_email_linked_student_sign_up[thisfield.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status) {
                                document.getElementById("student_sign_up_contact_email_linked_row").style.display = linked_value_contact_email_linked_student_sign_up_defaultdisplay;
                              } else {
                                document.getElementById("student_sign_up_contact_email_linked_row").style.display = 'none';
                                if (document.getElementById("__contact_email_linked_linked").selectedIndex) document.getElementById("__contact_email_linked_linked").selectedIndex = 0;
                                if (document.getElementById("__contact_email_linked_linked").checked) document.getElementById("__contact_email_linked_linked").checked = false;
                                document.getElementById("__contact_email_linked_linked").value = linked_value_contact_email_linked_student_sign_up_defaultvalue;
                                try {
                                  document.getElementById("__contact_email_linked_linked").onchange();
                                } catch (err) {}
                                try {
                                  document.getElementById("__contact_email_linked_linked").onblur();
                                } catch (err) {}
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_contact_person_row" class="col mb-3 clearfix form-group__ form_table_row contact_person_row">
                  <div id="student_sign_up_contact_person_input_cell" class="col-12 mt-1  form_input_cell__ contact_person_input_cell">
                    <div id="student_sign_up_contact_person_form_input" class="form-field  form_input__  contact_person _form_input">
                      <div class="input-group">
                        <label for="__contact_person_linked" accesskey="C" class="form-control-placeholder form_label">Contact Person<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__contact_person_linked" value="" autocomplete="off" id="__contact_person_linked" accesskey="C" class="form-control form_fields" aria-required="true">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_value_contact_person_student_sign_up = new Array();
                            var linked_value_contact_person_student_sign_up_defaultvalue = (document.getElementById("__contact_person_linked").value) ? (document.getElementById("__contact_person_linked").value) : '';
                            var linked_value_contact_person_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_contact_person_row").style.display) ? document.getElementById("student_sign_up_contact_person_row").style.display :
                              'block';
                            linked_value_contact_person_student_sign_up['loan_company'] = 1;

                            function ValidateEmpty__contact_person_linkedstudent_sign_up(thefield) {
                              var linked = document.forms['student_sign_up'].elements['whi_is_making_the_payment'];
                              if (linked.type == 'checkbox' || linked.type == 'radio') {
                                var status = linked.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_contact_person_student_sign_up[linked.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_contact_person_student_sign_up[linked.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status && thefield.value.trim() == '') {
                                return false;
                              }
                              return true;
                            }

                            function linked_value_contact_person_student_sign_up_func(theform, thisfield) {
                              var x = document.getElementById("student_sign_up_contact_person_row");
                              if (thisfield.type == 'checkbox' || thisfield.type == 'radio') {
                                var status = thisfield.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_contact_person_student_sign_up[thisfield.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_contact_person_student_sign_up[thisfield.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status) {
                                document.getElementById("student_sign_up_contact_person_row").style.display = linked_value_contact_person_student_sign_up_defaultdisplay;
                              } else {
                                document.getElementById("student_sign_up_contact_person_row").style.display = 'none';
                                if (document.getElementById("__contact_person_linked").selectedIndex) document.getElementById("__contact_person_linked").selectedIndex = 0;
                                if (document.getElementById("__contact_person_linked").checked) document.getElementById("__contact_person_linked").checked = false;
                                document.getElementById("__contact_person_linked").value = linked_value_contact_person_student_sign_up_defaultvalue;
                                try {
                                  document.getElementById("__contact_person_linked").onchange();
                                } catch (err) {}
                                try {
                                  document.getElementById("__contact_person_linked").onblur();
                                } catch (err) {}
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_name_of_company_row" class="col mb-3 clearfix form-group__ form_table_row name_of_company_row">
                  <div id="student_sign_up_name_of_company_input_cell" class="col-12 mt-1  form_input_cell__ name_of_company_input_cell">
                    <div id="student_sign_up_name_of_company_form_input" class="form-field  form_input__  name_of_company _form_input">
                      <div class="input-group">
                        <label for="__name_of_company_linked" class="form-control-placeholder form_label">Company registered name<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__name_of_company_linked" value="" maxlength="250" autocomplete="off" id="__name_of_company_linked" class="form-control form_fields" aria-required="true">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_value_name_of_company_student_sign_up = new Array();
                            var linked_value_name_of_company_student_sign_up_defaultvalue = (document.getElementById("__name_of_company_linked").value) ? (document.getElementById("__name_of_company_linked").value) : '';
                            var linked_value_name_of_company_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_name_of_company_row").style.display) ? document.getElementById("student_sign_up_name_of_company_row").style
                              .display : 'block';
                            linked_value_name_of_company_student_sign_up['Agent of Student'] = 1;
                            linked_value_name_of_company_student_sign_up['Company Representative'] = 1;

                            function ValidateEmpty__name_of_company_linkedstudent_sign_up(thefield) {
                              var linked = document.forms['student_sign_up'].elements['whi_is_making_the_payment'];
                              if (linked.type == 'checkbox' || linked.type == 'radio') {
                                var status = linked.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_name_of_company_student_sign_up[linked.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_name_of_company_student_sign_up[linked.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status && thefield.value.trim() == '') {
                                return false;
                              }
                              return true;
                            }

                            function linked_value_name_of_company_student_sign_up_func(theform, thisfield) {
                              var x = document.getElementById("student_sign_up_name_of_company_row");
                              if (thisfield.type == 'checkbox' || thisfield.type == 'radio') {
                                var status = thisfield.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_name_of_company_student_sign_up[thisfield.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_name_of_company_student_sign_up[thisfield.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status) {
                                document.getElementById("student_sign_up_name_of_company_row").style.display = linked_value_name_of_company_student_sign_up_defaultdisplay;
                              } else {
                                document.getElementById("student_sign_up_name_of_company_row").style.display = 'none';
                                if (document.getElementById("__name_of_company_linked").selectedIndex) document.getElementById("__name_of_company_linked").selectedIndex = 0;
                                if (document.getElementById("__name_of_company_linked").checked) document.getElementById("__name_of_company_linked").checked = false;
                                document.getElementById("__name_of_company_linked").value = linked_value_name_of_company_student_sign_up_defaultvalue;
                                try {
                                  document.getElementById("__name_of_company_linked").onchange();
                                } catch (err) {}
                                try {
                                  document.getElementById("__name_of_company_linked").onblur();
                                } catch (err) {}
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_number_of_company_row" class="col mb-3 clearfix form-group__ form_table_row number_of_company_row">
                  <div id="student_sign_up_number_of_company_input_cell" class="col-12 mt-1  form_input_cell__ number_of_company_input_cell">
                    <div id="student_sign_up_number_of_company_form_input" class="form-field  form_input__  number_of_company _form_input">
                      <div class="input-group">
                        <label for="__number_of_company_linked" class="form-control-placeholder form_label">Company registered number<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="text" name="__number_of_company_linked" value="" maxlength="50" autocomplete="off" id="__number_of_company_linked" class="form-control form_fields" aria-required="true">
                          <script type="text/javascript" defer="defer">
                            <!--
                            var linked_value_number_of_company_student_sign_up = new Array();
                            var linked_value_number_of_company_student_sign_up_defaultvalue = (document.getElementById("__number_of_company_linked").value) ? (document.getElementById("__number_of_company_linked").value) : '';
                            var linked_value_number_of_company_student_sign_up_defaultdisplay = (document.getElementById("student_sign_up_number_of_company_row").style.display) ? document.getElementById("student_sign_up_number_of_company_row").style
                              .display : 'block';
                            linked_value_number_of_company_student_sign_up['Agent of Student'] = 1;
                            linked_value_number_of_company_student_sign_up['Company Representative'] = 1;

                            function ValidateEmpty__number_of_company_linkedstudent_sign_up(thefield) {
                              var linked = document.forms['student_sign_up'].elements['whi_is_making_the_payment'];
                              if (linked.type == 'checkbox' || linked.type == 'radio') {
                                var status = linked.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_number_of_company_student_sign_up[linked.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_number_of_company_student_sign_up[linked.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status && thefield.value.trim() == '') {
                                return false;
                              }
                              return true;
                            }

                            function linked_value_number_of_company_student_sign_up_func(theform, thisfield) {
                              var x = document.getElementById("student_sign_up_number_of_company_row");
                              if (thisfield.type == 'checkbox' || thisfield.type == 'radio') {
                                var status = thisfield.checked;
                              } else {
                                var status = true;
                              }
                              var is_normal = linked_value_number_of_company_student_sign_up[thisfield.value.trim()] == 1 && 'normal' == 'normal';
                              var is_reverse = linked_value_number_of_company_student_sign_up[thisfield.value.trim()] != 1 && 'normal' == 'reverse';
                              if ((is_normal || is_reverse) && status) {
                                document.getElementById("student_sign_up_number_of_company_row").style.display = linked_value_number_of_company_student_sign_up_defaultdisplay;
                              } else {
                                document.getElementById("student_sign_up_number_of_company_row").style.display = 'none';
                                if (document.getElementById("__number_of_company_linked").selectedIndex) document.getElementById("__number_of_company_linked").selectedIndex = 0;
                                if (document.getElementById("__number_of_company_linked").checked) document.getElementById("__number_of_company_linked").checked = false;
                                document.getElementById("__number_of_company_linked").value = linked_value_number_of_company_student_sign_up_defaultvalue;
                                try {
                                  document.getElementById("__number_of_company_linked").onchange();
                                } catch (err) {}
                                try {
                                  document.getElementById("__number_of_company_linked").onblur();
                                } catch (err) {}
                              }
                            }
                            // 
                            -->
                          </script>
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_form_section_button__3_row" class="col mb-3 clearfix form-group__ form_table_row form_section_button__3_row">
                  <div id="student_sign_up_form_section_button__3_input_cell" class="col-12 mt-1  form_input_cell__ form_section_button__3_input_cell">
                    <div id="student_sign_up_form_section_button__3_form_input" class="form-field  form_input__  form_section_button__3 _form_input">
                      <div class="input-group">
                        <div class="col-12 d-flex">
                          <div id="student_sign_up_form_section_button__3_form_left_info" class=" form_left_info__ form_section_button__3_form_left_info"><span class="input-group-text">&lt;&lt; Back</span></div><input type="button"
                            name="form_section_button__3" value="Next: Confirmation" autocomplete="off" id="form_section_button__3" class="form-control ThemesBlueButton" onclick="multistepNavigator('+');">
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
              </div><!-- END OF div id='form_section_3' class='form_section_3' -->
              <div id="form_section_4" class="form_section form_section_4">
                <h3>Confirmation</h3>
                <div id="student_sign_up_form_section_label__4_form_under_text_paragraph" class="col-12 form_under_text_paragraph form_section_label__4_form_under_text_paragraph">
                  <div class="section-form-note-text" role="alert">Confirmation of your payment will also create a Student Payment Account for you, allowing you to track your payment and make any future payments. Please now choose a password for this
                    account. </div>
                  <div class="alert alert-secondary" role="alert">
                    <div>Username</div>
                    <div id="username_info--user" class="fw-bold my-2"></div>
                    <div>Your email is your username, you can use it to log in to your Payment account</div>
                  </div>
                  <script>
                    const usernameInfoEmail = document.querySelector('.form_section_2 input#email');
                    const usernameInfoUser = document.getElementById('username_info--user');
                    usernameInfoUser.innerText = usernameInfoEmail.value ?? '';
                    usernameInfoEmail.addEventListener("change", function() {
                      usernameInfoUser.innerText = usernameInfoEmail.value;
                    });
                  </script>
                </div>
                <div id="student_sign_up_password_row" class="col mb-3 clearfix form-group__ form_table_row password_row">
                  <div id="student_sign_up_password_input_cell" class="col-12 mt-1  form_input_cell__ password_input_cell">
                    <div id="student_sign_up_password_form_input" class="form-field  form_input__  password _form_input">
                      <div class="input-group">
                        <label for="password" id="student_sign_up_password" class="form-control-placeholder form_label">Choose a password<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="password" name="password" maxlength="50" size="35" autocomplete="off" id="password" class="form-control form_fields" aria-required="true"></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                    <div id="student_sign_up_password_form_under_info" class="form_under_info password_form_under_info">
                      <div class="password_requirements">
                        <div class="password_requirements_title">Password Requirements:</div>
                        <div class="password_requirements_rules">
                          <ol>
                            <li>Between 8 and 50 characters.</li>
                            <li>At least one uppercase character (A-Z)</li>
                            <li>At least one lowercase character (a-z)</li>
                            <li>At least 1 digit (0-9)</li>
                            <li>At least 1 special character: (~!@#$%^&amp;*_- =` | \(){}[]:;"'&lt;&gt;,.?/)</li>
                          </ol>
                        </div>
                      </div>
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_confirm_password_row" class="col mb-3 clearfix form-group__ form_table_row confirm_password_row">
                  <div id="student_sign_up_confirm_password_input_cell" class="col-12 mt-1  form_input_cell__ confirm_password_input_cell">
                    <div id="student_sign_up_confirm_password_form_input" class="form-field  form_input__  confirm_password _form_input">
                      <div class="input-group">
                        <label for="confirm_password" id="student_sign_up_confirm_password" class="form-control-placeholder form_label">Repeat your password<span class="required">*</span></label>
                        <div class="col-12 bordered_input_group"><input type="password" name="confirm_password" maxlength="50" size="35" autocomplete="off" id="confirm_password" class="form-control form_fields" aria-required="true"></div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_accept_terms_row" class="col mb-3 clearfix form-group__ form_table_row accept_terms_row">
                  <div id="student_sign_up_accept_terms_input_cell" class="col-12 mt-1  form_input_cell__ accept_terms_input_cell">
                    <div id="student_sign_up_accept_terms_form_input" class="form-field  form_input__  accept_terms _form_input">
                      <div class="form-check">
                        <label for="accept_terms" id="student_sign_up_accept_terms" class="form-check-label small form_label">I have read and understood the
                          <a target="newwindow_416" class="terms_and_conditions" onclick="var i=window.open(this.href,this.target,'height=650,width=650,scrollbars=yes,toolbar=no,resizable=yes,status=yes,menubar=no'); return false;" href="https://gismauniversityofappliedsciences.transfermateeducation.com/terms-of-use.aspx">terms and conditions</a><span
                            class="required">*</span></label><input type="checkbox" name="accept_terms" value="1" autocomplete="off" id="accept_terms" class="form-check-input" aria-required="true">
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_accept_marketing_row" class="col mb-3 clearfix form-group__ form_table_row accept_marketing_row">
                  <div id="student_sign_up_accept_marketing_input_cell" class="col-12 mt-1  form_input_cell__ accept_marketing_input_cell">
                    <div id="student_sign_up_accept_marketing_form_input" class="form-field  form_input__  accept_marketing _form_input">
                      <div class="form-check">
                        <label for="accept_marketing" id="student_sign_up_accept_marketing" class="form-check-label small form_label">I'd like to hear about news and offers from Transfermate Limited and its Affiliates.</label><input type="checkbox"
                          name="accept_marketing" value="1" checked="checked" autocomplete="off" id="accept_marketing" class="form-check-input">
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
                <div id="student_sign_up_form_section_button__4_row" class="col mb-3 clearfix form-group__ form_table_row form_section_button__4_row">
                  <div id="student_sign_up_form_section_button__4_input_cell" class="col-12 mt-1  form_input_cell__ form_section_button__4_input_cell">
                    <div id="student_sign_up_form_section_button__4_form_input" class="form-field  form_input__  form_section_button__4 _form_input">
                      <div class="input-group">
                        <div class="col-12 d-flex">
                          <div id="student_sign_up_form_section_button__4_form_left_info" class=" form_left_info__ form_section_button__4_form_left_info"><span class="input-group-text">&lt;&lt; Back</span></div><input type="submit"
                            name="form_section_button__4" value="Save and confirm payment" autocomplete="off" onclick="form_submitted_test=form_submitted ;
                                                            form_submitted=true ; ; sub_form='' ; return true" id="form_section_button__4" class="form-control ThemesBlueButton">
                        </div>
                      </div><!-- END OF <div class='input-group'> -->
                    </div>
                  </div>
                </div>
              </div><!-- END OF div id='form_section_4' class='form_section_4' -->
            </div>
          </div>
        </div>
      </div>
      <div id="student_sign_up_form_bottom" class="form_bottom student_sign_up_form_bottom"></div>
    </section>
    <aside>
      <h1>Payment Registration</h1>
      <p></p>
      <div class="navigation">
        <ol class="list-unstyled">
          <li class="form_section_1 current ">
            <h4 class="m-0 d-flex">Your Payment</h4>
          </li>
          <li class="form_section_2 ">
            <h4 class="m-0 d-flex">Student Details</h4>
          </li>
          <li class="form_section_3 ">
            <h4 class="m-0 d-flex">Payer Details</h4>
          </li>
          <li class="form_section_4 ">
            <h4 class="m-0 d-flex">Confirmation</h4>
          </li>
        </ol>
      </div>
    </aside>
  </section>
</form>

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
    name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>

Text Content

Transfermate
transfermateeducation.com
EnglishSpanishFrenchGermanItalianCzechDutchPolishRomanianSlovakSlovenianCroatian

Your privacy preferences

We use cookies and other tracking technologies to improve your browsing
experience on our website for the following purposes: Analyze the use of the
website and improve its performance, Enable basic features of the website to
function, Provide a better customer experience on the website. To find out more
or to opt-out, please read our Cookies Policy and Privacy Policy.

You can always change your privacy preferences by visiting Privacy Preferences.

Essential vendors ✓
Functionality vendors ×
Analytics vendors ×
Advertising vendors ×
Marketing vendors ×
I Agree I Decline Close
 * 
   Powered by Google Übersetzer
 * Login
   Agent/Partner Log In Student/Parent Log In Gisma Log In
   Sign Up


PLANT A TREE BY PAYING
YOUR STUDENT FEES

× Close Section


READY TO MAKE A PAYMENT?

If you don’t already have a Student account, please Register a Payment (You will
create an account as part of the payment process).

Register a payment


OR

If you already have a Student payment account then please log in. You will then
be able to make a payment.

Student Log in


Not sure how it works? Watch the video to see how easy it is to make a payment



YOUR PAYMENT

What country are you paying from?*
Please select Aland Islands Albania Algeria American Samoa Andorra Angola
Anguilla Antigua and Barbuda Argentina Armenia Aruba Australia Austria
Azerbaijan Bahamas Bahrain Bangladesh Barbados Belgium Benin Bermuda Bolivia
Bonaire, Sint Eustatius and Saba Botswana Brazil Brunei Bulgaria Burkina Faso
Burundi Cambodia Cameroon Canada Cape Verde Cayman Islands Chad Chile China
Christmas Island Cocos (Keeling) Islands Colombia Cook Islands Costa Rica Cote
D'Ivoire Croatia Curaçao Cyprus Czech Republic Denmark Dominica Dominican
Republic East Timor Ecuador Egypt El Salvador Equatorial Guinea Estonia Ethiopia
Faroe Islands Fiji Islands Finland France French Guiana French Polynesia Gabon
Georgia Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam
Guatemala Guernsey Honduras Hong Kong S.A.R. Hungary Iceland India Indonesia
Ireland Isle of Man Israel Italy Jamaica Japan Jersey Jordan Kazakhstan Kenya
Kiribati Kosovo Kuwait Kyrgyzstan Laos Latvia Liechtenstein Lithuania Luxembourg
Macau S.A.R. Macedonia Malawi Malaysia Maldives Mali Malta Marshall Islands
Martinique Mauritius Mayotte Mexico Micronesia Moldova Monaco Mongolia
Montserrat Morocco Mozambique Nauru Nepal Netherlands Antilles Netherlands
(Holland) New Caledonia New Zealand Nicaragua Nigeria Niue Norfolk Island
Northern Mariana Islands Norway Oman Pakistan Palau Palestine Panama Paraguay
Peru Philippines Pitcairn Island Poland Portugal Puerto Rico Qatar Reunion
Romania Rwanda Saint Barthelemy Saint Kitts And Nevis Saint Lucia Saint Martin
Saint Pierre and Miquelon Saint Vincent and The Grenadines San Marino Saudi
Arabia Senegal Serbia Seychelles Sierra Leone Singapore Sint Maarten (Dutch
part) Slovakia Slovenia South Africa South Korea Spain Sri Lanka Suriname
Svalbard and Jan Mayen Islands Sweden Switzerland Taiwan Tajikistan Tanzania
Thailand Togo Tokelau Trinidad And Tobago Tunisia Turkey Turkmenistan Turks And
Caicos Islands Tuvalu Uganda United Arab Emirates United Kingdom United States
Of America Uruguay Uzbekistan Vatican City State Vietnam Virgin Islands
(British) Virgin Islands (US) Wallis and Futuna Islands Western Sahara
State*
Please select
Will you exceed the US$250,000 foreign exchange limit in the calendar year 01
April -31 March*
Please select Yes No
Payer PAN Number*

Payer Social Security Number*

Payer CPF*

Payment Method*
Default Bank Transfer VISA Credit VISA Debit Mastercard Credit Mastercard Debit
AMEX Maestro Discover Card Diners Carte Bleue JCB Trustly UnionPay Alipay
!*
Please select United States Of America Ireland ----- France Germany Hungary
Italy Malta Poland Portugal Romania Spain Sweden Netherlands (Holland) Austria
Belgium Bulgaria Czech Republic Denmark Bahrain Croatia Canada China Hong Kong
S.A.R. Japan Colombia Indonesia New Zealand Philippines Singapore Norway Mexico
Switzerland Thailand United Arab Emirates United Kingdom Australia Malaysia
Pakistan Chile Bolivia Brazil India Peru South Africa Nigeria
Please select Afghanistan Afghanis - AFN Albania Leke - ALL Algeria Algeria
Dinars - DZD Angola Kwanza - AOA Argentina Pesos - ARS Armenia Drams - AMD Aruba
Guilders (also called Florins) - AWG Australian Dollar - AUD Azerbaijan New
Manats - AZN Bahamas Dollars - BSD Bahrain Dinars - BHD Bangladesh Taka - BDT
Barbados Dollars - BBD Belarus Rubles - BYR Belize Dollars - BZD Bermuda Dollars
- BMD Bhutan Ngultrum - BTN Bolivia Bolivianos - BOB United States of America
Dollars - USD Brazil Reais - BRL Brunei Darussalam Dollars - BND Bulgaria Leva -
BGN Burundi Francs - BIF Canada Dollars - CAD Cape Verde Escudos - CVE Chile
Pesos - CLP Colombia Pesos - COP Communaute Financiere Africaine BCEAO Francs -
XOF Communaute Financiere Africaine BEAC Francs - XAF Comoros Francs - KMF
Comptoirs Francais du Pacifique Francs - XPF Congo/Kinshasa Congolese Francs -
CDF Costa Rica Colón - CRC Cuba Pesos - CUP Czech Republic Koruny - CZK Denmark
Kroner - DKK Djibouti Francs - DJF Dominican Republic Pesos - DOP East Caribbean
Dollars - XCD Egypt Pounds - EGP Eritrea Nakfa - ERN Ethiopia Birr - ETB Euro -
EUR Falkland Islands Pounds - FKP Fiji Dollars - FJD Gambia Dalasi - GMD Georgia
Lari - GEL Ghana Cedis - GHS Gibraltar Pounds - GIP Guatemala Quetzales - GTQ
Guinea Francs - GNF Guyana Dollars - GYD Haiti Gourdes - HTG Honduras Lempiras -
HNL Hong Kong Dollars - HKD Hungary Forint - HUF Iceland Kronur - ISK India
Rupees - INR Indonesia Rupiahs - IDR Iran Rials - IRR Iraq Dinars - IQD Israel
New Shekels - ILS Jamaica Dollars - JMD Japan Yen - JPY Jordan Dinars - JOD
Kazakhstan Tenge - KZT Korea (North) Won - KPW Korea (South) Won - KRW Kuwait
Dinars - KWD Kyrgyzstan Soms - KGS Laos Kips - LAK Lebanon Pounds - LBP Lesotho
Maloti - LSL Liberia Dollars - LRD Libya Dinars - LYD Macau Patacas - MOP
Madagascar Ariary - MGA Malawi Kwachas - MWK Malaysia Ringgits - MYR Maldives
(Maldive Islands) Rufiyaa - MVR Mauritania Ouguiyas - MRO Mauritius Rupees - MUR
Mexico Pesos - MXN Moldova Lei - MDL Mongolia Tugriks - MNT Morocco Dirhams -
MAD Mozambique Meticais - MZN Myanmar (Burma) Kyats - MMK Namibia Dollars - NAD
Nepal Rupees - NPR Netherlands Antilles Guilders (also called Florins) - ANG New
Zealand Dollars - NZD Nicaragua Cordobas - NIO Nigeria Nairas - NGN Norway Krone
- NOK Oman Rials - OMR Pakistan Rupees - PKR Panama Balboa - PAB Papua New
Guinea Kina - PGK Paraguay Guarani - PYG Peru Nuevos Soles - PEN Philippines
Pesos - PHP Poland Zlotych - PLN Qatar Rials - QAR Romania New Lei - RON Russia
Rubles - RUB Rwanda Rwanda Francs - RWF Saint Helena Pounds - SHP Samoa Tala -
WST Sao Tome and Principe Dobras - STD Saudi Arabia Riyals - SAR Seychelles
Rupees - SCR Singapore Dollars - SGD Solomon Islands Dollars - SBD Somalia
Shillings - SOS South Africa Rand - ZAR Sri Lanka Rupees - LKR Sudan Pounds -
SDG Suriname Dollars - SRD Swaziland Emalangeni - SZL Sweden Kronor - SEK
Switzerland Francs - CHF Syria Pounds - SYP Taiwan New Dollars - TWD Tajikistan
Somoni - TJS Tanzania Shillings - TZS Thailand Baht - THB Tonga Pa'anga - TOP
Trinidad and Tobago Dollars - TTD Tunisia Dinars - TND Turkish Lira - TRY Uganda
Shillings - UGX Ukraine Hryvnia - UAH United Arab Emirates Dirhams - AED United
Kingdom Pounds - GBP CNY Uruguay Pesos - UYU Uzbekistan Sums - UZS Vanuatu Vatu
- VUV Venezuela Bolivares Fuertes - VEF Vietnam Dong - VND Yemen Rials - YER
Zimbabwe Zimbabwe Dollars - ZWD
Tuition
€
Deposit
€
Accommodation
€
Instalment
€
Other Fees
€
Total*
€




STUDENT DETAILS

Who is making the payment?*
Please select Student Parent of Student Relative of Student Other
Additional information may be required if paying from a company account. Other
methods (cash/cheque) also need verification. These will result in longer
processing times.
Student Name

ID Number

Student Number*

Student CPF*

Title*
Please select Dr Mr Ms Miss Mrs
First Name*

Family Name*

Date of Birth*
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
31 / 01 02 03 04 05 06 07 08 09 10 11 12 / 1940 1941 1942 1943 1944 1945 1946
1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962
1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978
1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994
1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010
2011 2012 2013 2014 2015 2016 2017 2018 2019 2020
DD/MM/YYYY
E-mail address*


PASSPORT / NATIONAL ID FILE

Please make sure you upload a copy of the bio-data page of your passport (the
one with your photo on it). The copy must be clear and legible and no parts of
the page must be cut-off, hidden or have the camera flash on them (including the
two rows of the machine readable zone below your photo).

Passport / National ID File

Allowed file types: pdf, jpg, jpeg, gif, png, tif
File size limit: 5.00 MB
Country of residence*
Please select Aland Islands Albania Algeria American Samoa Andorra Angola
Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Australia
Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belgium Belize Benin
Bermuda Bhutan Bolivia Bonaire, Sint Eustatius and Saba Botswana Bouvet Island
Brazil British Indian Ocean Territory Brunei Bulgaria Burkina Faso Burundi
Cambodia Cameroon Canada Cape Verde Cayman Islands Chad Chile China Christmas
Island Cocos (Keeling) Islands Colombia Comoros Cook Islands Costa Rica Cote
D'Ivoire Croatia Curaçao Cyprus Czech Republic Denmark Djibouti Dominica
Dominican Republic East Timor Ecuador Egypt El Salvador Equatorial Guinea
Estonia Eswatini Ethiopia Falkland Islands Faroe Islands Fiji Islands Finland
France French Guiana French Polynesia French Southern Territories Gabon Gambia
Georgia Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam
Guatemala Guernsey Guyana Haiti Heard and Mc Donald Islands Honduras Hong Kong
S.A.R. Hungary Iceland India Indonesia Ireland Isle of Man Israel Italy Jamaica
Japan Jersey Jordan Kazakhstan Kenya Kiribati Kosovo Kuwait Kyrgyzstan Laos
Latvia Lesotho Liberia Liechtenstein Lithuania Luxembourg Macau S.A.R. Macedonia
Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands Martinique
Mauritania Mauritius Mayotte Mexico Micronesia Moldova Monaco Mongolia
Montserrat Morocco Mozambique Namibia Nauru Nepal Netherlands Antilles
Netherlands (Holland) New Caledonia New Zealand Nicaragua Nigeria Niue Norfolk
Island Northern Mariana Islands Norway Oman Pakistan Palau Palestine Panama
Papua New Guinea Paraguay Peru Philippines Pitcairn Island Poland Portugal
Puerto Rico Qatar Reunion Romania Rwanda Saint Barthelemy Saint Helena Saint
Kitts And Nevis Saint Lucia Saint Martin Saint Pierre and Miquelon Saint Vincent
and The Grenadines Samoa San Marino Sao Tome and Principe Saudi Arabia Senegal
Serbia Seychelles S. Georgia and the S. Sandwich Islands Sierra Leone Singapore
Sint Maarten (Dutch part) Slovakia Slovenia Solomon Islands South Africa South
Korea Spain Sri Lanka Suriname Svalbard and Jan Mayen Islands Sweden Switzerland
Taiwan Tajikistan Tanzania Thailand Togo Tokelau Tonga Trinidad And Tobago
Tunisia Turkey Turkmenistan Turks And Caicos Islands Tuvalu Uganda United Arab
Emirates United Kingdom United States Of America Uruguay US Minor Outlying
Islands Uzbekistan Vanuatu Vatican City State Vietnam Virgin Islands (British)
Virgin Islands (US) Wallis and Futuna Islands Western Sahara
City*

Zip/Post Code*

Home Address*

(Please use letters from the English alphabet and/or digits from 0-9)
Phone Number*
Please select Afghanistan +93 Aland Islands +358 Albania +355 Algeria +213
American Samoa +1-684 Andorra +376 Angola +244 Anguilla +1-264 Antigua and
Barbuda +1-268 Argentina +54 Armenia +374 Aruba +297 Australia +61 Austria +43
Azerbaijan +994 Bahamas +1-242 Bahrain +973 Bangladesh +880 Barbados +1-246
Belarus +375 Belgium +32 Belize +501 Benin +229 Bermuda +1-441 Bhutan +975
Bolivia +591 Bonaire, Sint Eustatius and Saba +599 Bosnia and Herzegovina +387
Botswana +267 Brazil +55 British Indian Ocean Territory +246 Brunei +673
Bulgaria +359 Burkina Faso +226 Burundi +257 Cambodia +855 Cameroon +237 Canada
+1 Cape Verde +238 Cayman Islands +1-345 Central African Republic +236 Chad +235
Chile +56 China +86 Christmas Island +61 Cocos (Keeling) Islands +61 Colombia
+57 Comoros +269 Congo +243 Congo (Republic of the Congo) +242 Cook Islands +682
Costa Rica +506 Cote D'Ivoire +225 Croatia +385 Cuba +53 Curaçao +599-9 Cyprus
+357 Czech Republic +420 Denmark +45 Djibouti +253 Dominica +1-767 Dominican
Republic +1-809 East Timor +670 Ecuador +593 Egypt +20 El Salvador +503
Equatorial Guinea +240 Eritrea +291 Estonia +372 Eswatini +268 Ethiopia +251
Falkland Islands +500 Faroe Islands +298 Fiji Islands +679 Finland +358 France
+33 French Guiana +594 French Polynesia +689 Gabon +241 Gambia +220 Georgia +995
Germany +49 Ghana +233 Gibraltar +350 Greece +30 Greenland +299 Grenada +1-473
Guadeloupe +590 Guam +1-671 Guatemala +502 Guernsey +44-1481 Guinea +224
Guinea-Bissau +245 Guyana +592 Haiti +509 Honduras +504 Hong Kong S.A.R. +852
Hungary +36 Iceland +354 India +91 Indonesia +62 Iran +98 Iraq +964 Ireland +353
Isle of Man +44 Israel +972 Italy +39 Jamaica +1-876 Japan +81 Jersey +44-1534
Jordan +962 Kazakhstan +7 Kenya +254 Kiribati +686 Kosovo +383 Kuwait +965
Kyrgyzstan +996 Laos +856 Latvia +371 Lebanon +961 Lesotho +266 Liberia +231
Libyan Arab Jamahiriya +218 Liechtenstein +423 Lithuania +370 Luxembourg +352
Macau S.A.R. +853 Macedonia +389 Madagascar +261 Malawi +265 Malaysia +60
Maldives +960 Mali +223 Malta +356 Marshall Islands +692 Martinique +596
Mauritania +222 Mauritius +230 Mayotte +269 Mexico +52 Micronesia +691 Moldova
+373-533 Monaco +377 Mongolia +976 Montenegro =382 Montserrat +1-664 Morocco
+212 Mozambique +258 Myanmar +95 Namibia +264 Nauru +674 Nepal +977 Netherlands
Antilles +599 Netherlands (Holland) +31 New Caledonia +687 New Zealand +64
Nicaragua +505 Niger +227 Nigeria +234 Niue +683 Norfolk Island +672 Northern
Mariana Islands +1-670 North Korea +850 Norway +47 Oman +968 Pakistan +92 Palau
+680 Palestine +970 Panama +507 Papua New Guinea +675 Paraguay +595 Peru +51
Philippines +63 Poland +48 Portugal +351 Puerto Rico +1-787 and 1-939 Qatar +974
Reunion +262 Romania +40 Russia +7 Rwanda +250 Saint Helena +290 Saint Kitts And
Nevis +1-869 Saint Lucia +1-758 Saint Pierre and Miquelon +508 Saint Vincent and
The Grenadines +1-784 Samoa +685 San Marino +378 Sao Tome and Principe +239
Saudi Arabia +966 Senegal +221 Serbia +381 Seychelles +248 Sierra Leone +232
Singapore +65 Sint Maarten (Dutch part) +599 Slovakia +421 Slovenia +386 Solomon
Islands +677 Somalia +252 South Africa +27 South Korea +82 South Sudan +211
Spain +34 Sri Lanka +94 Sudan +249 Suriname +597 Svalbard and Jan Mayen Islands
+47 Sweden +46 Switzerland +41 Syrian Arab Republic +963 Taiwan +886 Tajikistan
+992 Tanzania +255 Thailand +66 Togo +228 Tokelau +690 Tonga +676 Trinidad And
Tobago +1-868 Tunisia +216 Turkey +90 Turkmenistan +993 Turks And Caicos Islands
+1-649 Tuvalu +688 Uganda +256 Ukraine +380 United Arab Emirates +971 United
Kingdom +44 United States Of America +1 Uruguay +598 Uzbekistan +998 Vanuatu
+678 Vatican City State +379 Venezuela +58 Vietnam +84 Virgin Islands (British)
+1-284 Virgin Islands (US) +1-340 Wallis and Futuna Islands +681 Western Sahara
+212 Yemen +967 Zambia +260 Zimbabwe +263
Mobile Number
Please select Afghanistan +93 Aland Islands +358 Albania +355 Algeria +213
American Samoa +1-684 Andorra +376 Angola +244 Anguilla +1-264 Antigua and
Barbuda +1-268 Argentina +54 Armenia +374 Aruba +297 Australia +61 Austria +43
Azerbaijan +994 Bahamas +1-242 Bahrain +973 Bangladesh +880 Barbados +1-246
Belarus +375 Belgium +32 Belize +501 Benin +229 Bermuda +1-441 Bhutan +975
Bolivia +591 Bonaire, Sint Eustatius and Saba +599 Bosnia and Herzegovina +387
Botswana +267 Brazil +55 British Indian Ocean Territory +246 Brunei +673
Bulgaria +359 Burkina Faso +226 Burundi +257 Cambodia +855 Cameroon +237 Canada
+1 Cape Verde +238 Cayman Islands +1-345 Central African Republic +236 Chad +235
Chile +56 China +86 Christmas Island +61 Cocos (Keeling) Islands +61 Colombia
+57 Comoros +269 Congo +243 Congo (Republic of the Congo) +242 Cook Islands +682
Costa Rica +506 Cote D'Ivoire +225 Croatia +385 Cuba +53 Curaçao +599-9 Cyprus
+357 Czech Republic +420 Denmark +45 Djibouti +253 Dominica +1-767 Dominican
Republic +1-809 East Timor +670 Ecuador +593 Egypt +20 El Salvador +503
Equatorial Guinea +240 Eritrea +291 Estonia +372 Eswatini +268 Ethiopia +251
Falkland Islands +500 Faroe Islands +298 Fiji Islands +679 Finland +358 France
+33 French Guiana +594 French Polynesia +689 Gabon +241 Gambia +220 Georgia +995
Germany +49 Ghana +233 Gibraltar +350 Greece +30 Greenland +299 Grenada +1-473
Guadeloupe +590 Guam +1-671 Guatemala +502 Guernsey +44-1481 Guinea +224
Guinea-Bissau +245 Guyana +592 Haiti +509 Honduras +504 Hong Kong S.A.R. +852
Hungary +36 Iceland +354 India +91 Indonesia +62 Iran +98 Iraq +964 Ireland +353
Isle of Man +44 Israel +972 Italy +39 Jamaica +1-876 Japan +81 Jersey +44-1534
Jordan +962 Kazakhstan +7 Kenya +254 Kiribati +686 Kosovo +383 Kuwait +965
Kyrgyzstan +996 Laos +856 Latvia +371 Lebanon +961 Lesotho +266 Liberia +231
Libyan Arab Jamahiriya +218 Liechtenstein +423 Lithuania +370 Luxembourg +352
Macau S.A.R. +853 Macedonia +389 Madagascar +261 Malawi +265 Malaysia +60
Maldives +960 Mali +223 Malta +356 Marshall Islands +692 Martinique +596
Mauritania +222 Mauritius +230 Mayotte +269 Mexico +52 Micronesia +691 Moldova
+373-533 Monaco +377 Mongolia +976 Montenegro =382 Montserrat +1-664 Morocco
+212 Mozambique +258 Myanmar +95 Namibia +264 Nauru +674 Nepal +977 Netherlands
Antilles +599 Netherlands (Holland) +31 New Caledonia +687 New Zealand +64
Nicaragua +505 Niger +227 Nigeria +234 Niue +683 Norfolk Island +672 Northern
Mariana Islands +1-670 North Korea +850 Norway +47 Oman +968 Pakistan +92 Palau
+680 Palestine +970 Panama +507 Papua New Guinea +675 Paraguay +595 Peru +51
Philippines +63 Poland +48 Portugal +351 Puerto Rico +1-787 and 1-939 Qatar +974
Reunion +262 Romania +40 Russia +7 Rwanda +250 Saint Helena +290 Saint Kitts And
Nevis +1-869 Saint Lucia +1-758 Saint Pierre and Miquelon +508 Saint Vincent and
The Grenadines +1-784 Samoa +685 San Marino +378 Sao Tome and Principe +239
Saudi Arabia +966 Senegal +221 Serbia +381 Seychelles +248 Sierra Leone +232
Singapore +65 Sint Maarten (Dutch part) +599 Slovakia +421 Slovenia +386 Solomon
Islands +677 Somalia +252 South Africa +27 South Korea +82 South Sudan +211
Spain +34 Sri Lanka +94 Sudan +249 Suriname +597 Svalbard and Jan Mayen Islands
+47 Sweden +46 Switzerland +41 Syrian Arab Republic +963 Taiwan +886 Tajikistan
+992 Tanzania +255 Thailand +66 Togo +228 Tokelau +690 Tonga +676 Trinidad And
Tobago +1-868 Tunisia +216 Turkey +90 Turkmenistan +993 Turks And Caicos Islands
+1-649 Tuvalu +688 Uganda +256 Ukraine +380 United Arab Emirates +971 United
Kingdom +44 United States Of America +1 Uruguay +598 Uzbekistan +998 Vanuatu
+678 Vatican City State +379 Venezuela +58 Vietnam +84 Virgin Islands (British)
+1-284 Virgin Islands (US) +1-340 Wallis and Futuna Islands +681 Western Sahara
+212 Yemen +967 Zambia +260 Zimbabwe +263
<< Back


PAYER DETAILS

Bank / Company Name*

Payer Name*

(First Name Family Name)
Payer Name

ID Number

Payer Country of Residence*
Please select Aland Islands Albania Algeria American Samoa Andorra Angola
Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Australia
Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belgium Belize Benin
Bermuda Bhutan Bolivia Bonaire, Sint Eustatius and Saba Botswana Bouvet Island
Brazil British Indian Ocean Territory Brunei Bulgaria Burkina Faso Burundi
Cambodia Cameroon Canada Cape Verde Cayman Islands Chad Chile China Christmas
Island Cocos (Keeling) Islands Colombia Comoros Cook Islands Costa Rica Cote
D'Ivoire Croatia Curaçao Cyprus Czech Republic Denmark Djibouti Dominica
Dominican Republic East Timor Ecuador Egypt El Salvador Equatorial Guinea
Estonia Eswatini Ethiopia Falkland Islands Faroe Islands Fiji Islands Finland
France French Guiana French Polynesia French Southern Territories Gabon Gambia
Georgia Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam
Guatemala Guernsey Guyana Haiti Heard and Mc Donald Islands Honduras Hong Kong
S.A.R. Hungary Iceland India Indonesia Ireland Isle of Man Israel Italy Jamaica
Japan Jersey Jordan Kazakhstan Kenya Kiribati Kosovo Kuwait Kyrgyzstan Laos
Latvia Lesotho Liberia Liechtenstein Lithuania Luxembourg Macau S.A.R. Macedonia
Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands Martinique
Mauritania Mauritius Mayotte Mexico Micronesia Moldova Monaco Mongolia
Montserrat Morocco Mozambique Namibia Nauru Nepal Netherlands Antilles
Netherlands (Holland) New Caledonia New Zealand Nicaragua Nigeria Niue Norfolk
Island Northern Mariana Islands Norway Oman Pakistan Palau Palestine Panama
Papua New Guinea Paraguay Peru Philippines Pitcairn Island Poland Portugal
Puerto Rico Qatar Reunion Romania Rwanda Saint Barthelemy Saint Helena Saint
Kitts And Nevis Saint Lucia Saint Martin Saint Pierre and Miquelon Saint Vincent
and The Grenadines Samoa San Marino Sao Tome and Principe Saudi Arabia Senegal
Serbia Seychelles S. Georgia and the S. Sandwich Islands Sierra Leone Singapore
Sint Maarten (Dutch part) Slovakia Slovenia Solomon Islands South Africa South
Korea Spain Sri Lanka Suriname Svalbard and Jan Mayen Islands Sweden Switzerland
Taiwan Tajikistan Tanzania Thailand Togo Tokelau Tonga Trinidad And Tobago
Tunisia Turkey Turkmenistan Turks And Caicos Islands Tuvalu Uganda United Arab
Emirates United Kingdom United States Of America Uruguay US Minor Outlying
Islands Uzbekistan Vanuatu Vatican City State Vietnam Virgin Islands (British)
Virgin Islands (US) Wallis and Futuna Islands Western Sahara
Relationship to Student*
Please select
Payer City*

Payer Zip/Post Code*

Payer Address*

Payer Telephone Number (Only numbers and the following symbols are allowed
"+,-")*

Payer E-mail*

Contact Person*

Company registered name*

Company registered number*

<< Back


CONFIRMATION

Confirmation of your payment will also create a Student Payment Account for you,
allowing you to track your payment and make any future payments. Please now
choose a password for this account.
Username

Your email is your username, you can use it to log in to your Payment account
Choose a password*

Password Requirements:
 1. Between 8 and 50 characters.
 2. At least one uppercase character (A-Z)
 3. At least one lowercase character (a-z)
 4. At least 1 digit (0-9)
 5. At least 1 special character: (~!@#$%^&*_- =` | \(){}[]:;"'<>,.?/)

Repeat your password*

I have read and understood the terms and conditions*
I'd like to hear about news and offers from Transfermate Limited and its
Affiliates.
<< Back



PAYMENT REGISTRATION



 1. YOUR PAYMENT

 2. STUDENT DETAILS

 3. PAYER DETAILS

 4. CONFIRMATION

Please make sure the remitter is aware that payments from
company/corporate/business bank account ARE NOT accepted and monies received
from such accounts will be rejected by the bank.

Please always use a personal bank account for your payments to TransferMate.
I Agree
Redress and Complaint Information | Contact Us | Security | Privacy Policy | AML
| Cookie Policy | Company Registration
© 2023 TransferMate | All rights reserved.

Originaltext

Diese Übersetzung bewerten
Mit deinem Feedback können wir Google Übersetzer weiter verbessern




Privacy Preferences