<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('SHAPE: Canadian Section');

document.write('</span><br>');

document.write('1, Rue du Soleil<br>');

document.write('Casteau, Belgium 7010<br>');

document.write('<br>');

document.write('<span class="phonetitle">');

document.write('Canadian Address');

document.write('</span><br>');

document.write('P.O. Box 5048 STN FORCES <br>');

document.write('Belleville, Ontario  K8N 5W6<br>');

document.write('<br>');

document.write('PHONE from Europe:');
document.write('</span><br>');
document.write('<span class="phonetitle">0032-(0)65-44-5985<br></span>');

document.write('<br>');

document.write('PHONE from Canada:');
document.write('</span><br>');
document.write('<span class="phonetitle">011-32-65-44-5985<br></span>');

document.write('<br>');

document.write('FAX from Europe:');
document.write('</span><br>');
document.write('<span class="phonetitle">0032.(0)65.84.17.38<br></span>');

document.write('<br>');

document.write('FAX from Canada:');
document.write('</span><br>');
document.write('<span class="phonetitle">011.32.65.84.17.38<br></span>');

document.write('<br>E-mail us:<br>');

document.write(' <A HREF="mailto:canada@shape-is.ca">Canada@shape-is.ca</a><br>');


//  End -->