/*  *******************************************
  _ ROLL OVER  barabar
******************************************** */

if (document.images) {


photobar_1 = new Image(); photobar_1.src = "images/bar/bar_1.jpg";  
photobar_2 = new Image(); photobar_2.src = "images/bar/bar_2.jpg";  
photobar_3 = new Image(); photobar_3.src = "images/bar/bar_3.jpg";  
photobar_4 = new Image(); photobar_4.src = "images/bar/bar_4.jpg";  
plan = new Image(); plan.src = "images/bar/plan.jpg";  



}

function di20(id,newSrc) {  // Fonction di20
	document.images[id].src = eval(newSrc+".src");
}


/*  *******************************************
  _ Swap images  _
******************************************** */

