function oninit1(){ 
  initCoupCoeur();
  initZoomSur();
}

function initCoupCoeur(){
  setScrollHorizontalOnLstGenerePage("div_miseEnAvantCoupCoeurContent","ul_coupCoeur",{idDivPastePage:"div_miseEnAvantCoupCoeur",position:"bottom"}); 
}  

function initZoomSur(){
  setScrollHorizontalOnLstGenerePage("div_miseEnAvantZoomSurContent","ul_zoomSur",{idDivPastePage:"div_miseEnAvantZoomSur",position:"bottom"}); 
} 
