var imagewidth		= "70"		
var imageheight		= "70"		
var spacerheight	= "8"		
var showimages		= "yes"		


   if (showimages == "yes") {
document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<img src="images/carre_n_03.jpg" border="0"  width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');


document.write('<img src="images/espace.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<img src="images/carre_n_02.jpg" border="0"  width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');


document.write('<img src="images/espace.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<img src="images/carre_n_19.jpg" border="0"  width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
}
