help.min.js 582 B

1
  1. function clickHandler(g,l,e){for(var c=0,h=g.length;c<h;c++){g[c].className=""}e.className="focus";var i=e.getAttribute("tabSrc");for(var d=0,b=l.length;d<b;d++){var f=l[d],a=f.getAttribute("id");f.onclick=function(){this.style.zoom=1};if(a!=i){f.style.zIndex=1}else{f.style.zIndex=200}}}function switchTab(d){var b=$G(d).children,c=b[0].children,a=b[1].children;for(var f=0,g=c.length;f<g;f++){var e=c[f];if(e.className==="focus"){clickHandler(c,a,e)}e.onclick=function(){clickHandler(c,a,this)}}}switchTab("helptab");document.getElementById("version").innerHTML=parent.UE.version;