var site_Pix = new Array('contact_f.gif','contact_e.gif','cBBR/entete.gif');
var temp_Pix = new Array();
if (document.images) {
	//preloads array site_Pix
	for (i=0; i<site_Pix.length; i++) {
		temp_Pix[i] = new Image(); 
		temp_Pix[i].src = '../../images/'+ site_Pix[i];
	}	
}
