HOME


Mini Shell 1.0
DIR: /home/dhnidqcz/pragmaticsng.org/wp-content/plugins/e2pdf/vendors/svggraph/templates/
Upload File :
Current File : /home/dhnidqcz/pragmaticsng.org/wp-content/plugins/e2pdf/vendors/svggraph/templates/autoHide.txt
function autoHide() {
  if(document.addEventListener) {
    for(var a in autohide)
      autohide[a] = getE(a);
    document.addEventListener('mouseout', function(e) {
      var t = finditem(e,autohide);
      t && setattr(t,'opacity',ah_opacity[t.id][1]);
    });
    document.addEventListener('mouseover', function(e) {
      var t = finditem(e,autohide);
      t && setattr(t,'opacity',ah_opacity[t.id][0]);
    });
  }
}