with(document) {
writeln('</td>')
writeln('</tr>')
writeln('</table>')

writeln('<table border="0" cellspacing="2" cellpadding="2" bgcolor="#FFFFFF" width="100%">');
writeln('<tr>');
writeln('<img border="0" src="../../images/spacer.gif" width="1" height="20">');
writeln('</td>');
writeln('</tr>');
writeln('<tr>');
writeln('<td colspan="2" border="0" bgcolor="#447583" height="1">');
writeln('</td>');
writeln('</tr>');
writeln('<tr>');
writeln('<td width="3">');
writeln('</td>');
writeln('<td class="footerMenu">');
writeln('<a href="#" onclick="location=page.replace(\'/francais/\',\'/english/\');">English</a> | ');
writeln('<a href="service_other.html">Services</a> | ');
writeln('<a href="about_mission.html">À Propos de Nous</a> | ');
writeln('<a href="employ_opportunities.html">Emploi</a> | ');
writeln('<a href="quality_message.html">Qualité</a> | ');
writeln('<a href="contacts_contact.html">Contacts</a> | ');
writeln('<a href="../company_index.html">Home</a>');
writeln('<span class="footerText">');
writeln('<br />');
writeln('Copyright &copy; 2006 Quik X Group of Companies Inc. Droit d\'auteur.');
writeln('<br />');
writeln('<a href="about_privacy_policy.html">Politique En Matière De Vie Privée</a> | ');
writeln('<a href="about_terms_of_use.html">Conditions D\'utilisation </a>');
writeln('</span>');
writeln('</td>');
writeln('</tr>');
writeln('</table>');

writeln('</td>');
writeln('<td bgcolor="#FFFFFF">');
writeln('<img border="0" src="../../images/spacer.gif" width="20">');
writeln('</td>');
writeln('</tr>');
writeln('</table>');
}