function ImagesCristal() {
	var couleur=Array();
	couleur[1]="bleu";
	couleur[2]="rouge";
	couleur[3]="jaune";
	couleur[4]="vert";
	couleur[5]="gris";
	couleur[6]="couleur";
	A = parseInt(Math.random()*6) + 1;
	C1 = "img/C1_" + couleur[A] + ".gif";
	A = parseInt(Math.random()*6) + 1;
	C2 = "img/C2_" + couleur[A] + ".gif";
	A = parseInt(Math.random()*6) + 1;
	T3 = "img/T3_" + couleur[A] + ".gif";
	A = parseInt(Math.random()*6) + 1;
	C4 = "img/C4_" + couleur[A] + ".gif";
	A = parseInt(Math.random()*6) + 1;
	C5 = "img/C5_" + couleur[A] + ".gif";
	A = parseInt(Math.random()*6) + 1;
	C6 = "img/C6_" + couleur[A] + ".gif";
	A = parseInt(Math.random()*6) + 1;
	C7 = "img/C7_" + couleur[A] + ".gif";
	A = parseInt(Math.random()*6) + 1;
	C8 = "img/C8_" + couleur[A] + ".gif";
	A = parseInt(Math.random()*6) + 1;
	T9 = "img/T9_" + couleur[A] + ".gif";
	A = parseInt(Math.random()*6) + 1;
	C10 = "img/C10_" + couleur[A] + ".gif";
	image = '<img src=\"'+C1+'\" width=\"151\" height=\"16\" id=\"C1\">';
	document.write(image);
	image = '<img src=\"'+C2+'\" width=\"159\" height=\"128\" id=\"C2\">';
	document.write(image);
	image = '<img src=\"'+T3+'\" width=\"153\" height=\"116\" id=\"T3\">';
	document.write(image);
	image = '<img src=\"'+C4+'\" width=\"161\" height=\"128\" id=\"C4\">';
	document.write(image);
	image = '<img src=\"'+C5+'\" width=\"87\" height=\"158\" id=\"C5\">';
	document.write(image);
	image = '<img src=\"'+C6+'\" width=\"157\" height=\"137\" id=\"C6\">';
	document.write(image);
	image = '<img src=\"'+C7+'\" width=\"88\" height=\"159\" id=\"C7\">';
	document.write(image);
	image = '<img src=\"'+C8+'\" width=\"139\" height=\"87\" id=\"C8\">';
	document.write(image);
	image = '<img src=\"'+T9+'\" width=\"140\" height=\"58\" id=\"T9\">';
	document.write(image);
	image = '<img src=\"'+C10+'\" width=\"149\" height=\"94\" id=\"C10\">';
	document.write(image);
}