var ac_entryDetailId;var ac_entryId;var ac_entryIds=[];function revealChild(g){ac_entryDetailId=g.getAttribute("entryDetailId");ac_entryId=g.className;var b=getElementsByClassName(ac_entryDetailId,"div");
var f=g.nextSibling;var d=g.parentNode.lastChild;var e=g.getAttribute("detailBgColour");var h=g.getAttribute("origBgColor");if(f!=null&&g!=d){while(f!=null&&f.className!=ac_entryDetailId&&d!=f){f=f.nextSibling
}if(f.className==ac_entryDetailId){if(f.style.display=="block"){f.style.display="none";g.setAttribute("oldColor",h);g.style.backgroundColor=h;g.style.fontWeight="normal"}else{f.style.display="block";f.style.backgroundColor=e;
g.setAttribute("oldColor",e);g.style.backgroundColor=e;g.style.fontWeight="bold"}g.style.color="black"}}for(var a=0;a<b.length;a++){var c=b[a];if(c!=f){c.style.display="none"}}showSelectedAaas(g)}function getElementsByClassName(b,f){var c=document.getElementsByTagName(f);
var e=new Array();if(c){for(var a=0;a<c.length;a++){var d=c[a];if(d.className==b){e.push(d)}}}return e}function initAc(f,b,a){var d=getElementsByClassName(b,"div");if(d){for(var h=0;h<d.length;h++){d[h].style.display="none"
}}if(f!=ac_entryId){ac_entryId=f;ac_entryIds.push(f)}var c=getElementsByClassName(f,"div");var g=document.styleSheets[0];if(c){for(var h=0;h<c.length;h++){var e=c[h];e.setAttribute("oldColor",e.style.backgroundColor);
e.setAttribute("origBgColor",e.style.backgroundColor);e.setAttribute("entryDetailId",b);e.setAttribute("detailBgColour",a);if(e.addEventListener){e.addEventListener("mouseover",function(){highlightAaas(this)
},false);e.addEventListener("mouseout",function(){lowLightAaas(this)},false);e.addEventListener("click",function(){revealChild(this)},false)}else{e.attachEvent("onmouseenter",function(i){highlightAaasIE(i)
});e.attachEvent("onmouseleave",function(i){lowLightAaasIE(i)});e.attachEvent("onclick",function(i){revealChildIE(i)})}}}}function revealChildIE(f){var c=f.srcElement;if(c.tagName!="DIV"){var d=false;var b=c;
while(!d){b=b.parentNode;for(var a in ac_entryIds){if(b.tagName=="DIV"&&b.className==ac_entryIds[a]){d=true}}}c=b}revealChild(c)}function highlightAaasIE(b){var a=b.srcElement;highlightAaas(a)}function lowLightAaasIE(b){var a=b.srcElement;
lowLightAaas(a)}function highlightAaas(a){a.style.color="white";a.style.backgroundColor="gray"}function lowLightAaas(a){a.style.color="black";a.style.backgroundColor=a.getAttribute("oldColor")}function showSelectedAaas(c){var e=c.getAttribute("origBgColor");
var a=getElementsByClassName(ac_entryId,"div");for(var d=0;d<a.length;d++){var b=a[d];if(b!=c){b.setAttribute("oldColor",e);b.style.backgroundColor=e;b.style.fontWeight="normal"}}};