/*Skin a: Default*/
POP=document.getElementById('pop');//exBulle='';
document.onmousedown = effacePop;document.onkeydown = effacePop;

/*fonctions pop*/
function effacePop(){POP.style.visibility='hidden';}//effaceBulle();
function pop(img) { POP.src='../../img/sand.gif';POP.style.visibility='visible'; POP.src=img;}

/*fonctions pour film*/
function myFocus(id){document.getElementById('D'+id).style.zIndex+=1;document.getElementById('L'+id).style.display='inline';}
function myBlur(id){document.getElementById('D'+id).style.zIndex-=1;document.getElementById('L'+id).style.display='none';}
