function preload(monurl){ tmpimg = new Image(); tmpimg.src=monurl; } preload("/tpl/images/fond.jpg"); preload("/tpl/images/fond1.jpg"); preload("/tpl/images/fond2.jpg"); preload("/tpl/images/fond3.jpg"); preload("/tpl/images/fond4.jpg"); preload("/tpl/images/fond5.jpg"); preload("/tpl/images/fond6.jpg"); function roll(val){ if(val <= 6||val==null){ val=(val==null)?"":val; //alert(val) document.getElementById('imgtete').src='/tpl/images/fond'+val+'.jpg'; //alert('images/fond'+val+'.jpg') } } function verif_champ(obj) { if (obj.champ.value == "") { alert("Un champ n'est pas rempli"); return false; } return true; } function show_lagenda(objet){ document.getElementById(objet).style.display = "block"; } function cache_lagenda(objet){ document.getElementById(objet).style.display = "none"; }