if (document.body) { var larg = (document.body.clientWidth); var gauche = (larg-900)/2; } else { var larg = (window.innerWidth); var gauche = (larg-900)/2; } function Habillage() { document.getElementById('Habillage0').style.width= larg + 'px'; document.getElementById('ZoneDePublication').style.left= gauche + 'px'; }
window.onresize=function(){ if (document.body) { var larg = (document.body.clientWidth); var gauche = (larg-900)/2; } else { var larg = (window.innerWidth); var gauche = (larg-900)/2; } document.getElementById('Habillage0').style.width= larg + 'px'; document.getElementById('ZoneDePublication').style.left= gauche + 'px'; };
//CODE FOR HANDLING NAV BUTTONS AND FUNCTION BUTTONS
function FuncBtn2Over(Btn){ if (Btn.className != 'FuncButton2Down'){Btn.className = 'FuncButton2Up';} }
function FuncBtn2Out(Btn){ Btn.className = 'FuncButton2'; }
function FuncBtn2Down(Btn){ Btn.className = 'FuncButton2Down'; }
function Disparition(nombre){ var num = nombre document.getElementById("ZoneVideo"+[num]).style.display ='none'; document.getElementById("Titre"+[num]).onclick = function() { Apparition(nombre); }; }
function Apparition(nombre){ var num = nombre document.getElementById("ZoneVideo"+[num]).style.display ='block'; document.getElementById("Titre"+[num]).onclick = function() { Disparition(nombre); }; }
du 8 au 12 |
![]() |

