// quebec.js for ./quebec/
// Andrei Boris 20-10-03

// Liste des infos en bas de la page
function writei() {
  document.write('ОСВІТА <IMG src="../i/rt.gif" alt="" width=4 height=10 border=0> &nbsp; ');
  document.write('<a href="education_1.html" class="int">Система освіти</a> | ');
  document.write('<a href="education_2.html" class="int">Школи</a> | ');
  document.write('<a href="education_3.html" class="int">CEGEP</a> | ');
  document.write('<a href="education_4.html" class="int">Приватні коледжі</a> | ');
  document.write('<a href="education_5.html" class="int">Університети</a> | ');
  document.write('<a href="education_6.html" class="int">Курси мов</a> ');

  document.write('<br>ЖИТЛО І ПОБУТ <IMG src="../i/rt.gif" alt="" width=4 height=10 border=0> &nbsp; ');
  document.write('<a href="home_1.html" class="int">Квартири</a> | ');
  document.write('<a href="home_2.html" class="int">Комунальні послуги</a> | ');
  document.write('<a href="home_3.html" class="int">Податки</a> ');

  document.write('<br>ТРАНСПОРТ І КОМУНІКАЦІЇ <IMG src="../i/rt.gif" alt="" width=4 height=10 border=0> &nbsp; ');
  document.write('<a href="communication_1.html" class="int">Міський транспорт</a> | ');
  document.write('<a href="communication_2.html" class="int">Автомобіль</a> | ');
  document.write('<a href="communication_3.html" class="int">Телефон</a> | ');
  document.write('<a href="communication_4.html" class="int">Інтернет</a> | ');
  document.write('<a href="communication_5.html" class="int">Міжміський транспорт</a> | ');
  document.write('<a href="communication_6.html" class="int">Пошта</a> ');

  document.write('<br>РОБОТА <IMG src="../i/rt.gif" alt="" width=4 height=10 border=0> &nbsp; ');
  document.write('<a href="work_1.html" class="int">Умови праці</a> | ');
  document.write('<a href="work_2.html" class="int">Пошук праці</a> | ');
  document.write('<a href="work_3.html" class="int">Безробіття</a> | ');
  document.write('<a href="work_4.html" class="int">Для новоприбулих</a> ');

  document.write('<br>ОХОРОНА ЗДОРОВ\'Я <IMG src="../i/rt.gif" alt="" width=4 height=10 border=0> &nbsp; ');
  document.write('<a href="sante_1.html" class="int">Медична картка</a> | ');
  document.write('<a href="sante_2.html" class="int">Медичні послуги</a> | ');
  document.write('<a href="sante_3.html" class="int">Ліки</a> ');

  document.write('<br>СОЦІАЛЬНИЙ ЗАХИСТ <IMG src="../i/rt.gif" alt="" width=4 height=10 border=0> &nbsp; ');
  document.write('<a href="bien_1.html" class="int">Пенсія</a> | ');
  document.write('<a href="bien_2.html" class="int">Допомога сім\'ям з дітьми</a> | ');
  document.write('<a href="bien_3.html" class="int">Соціальна допомога</a> ');

}