var d = document;var AdoptCom = AdoptCom || {};function _T(NodeText){return d.createTextNode(NodeText);}function $(El){if(typeof El == "string"){El = document.getElementById(El);}return El;}function IsCollection(a){ if(a && typeof a == "object"){if(a.constructor == Array){return true;}if(a.nodeType){return false;}if(typeof a.length != "undefined" && typeof a[0] != "undefined"){return true;}}return false;}function IsObject(a){ return typeof a == "object" || typeof a == "function";}if(!Array.prototype.indexOf){Array.prototype.indexOf = function(el){for(var i = 0, j = this.length; i < j; i++){if(el == this[i]){return i;}}return -1;};}function ToSource(o){if(o.toSource){return o.toSource();}if(o.outerHTML){return o.outerHTML;}if(typeof o === "string"){return o;}var txt,i,j;if(IsCollection(o)){txt = "[";for(i = 0, j = o.length; i < j; i++){txt += ToSource(o[i])+", ";}txt += "]";}if(typeof o === "object"){txt = "{";for(i in o){txt += i+":"+o[i];}}return o;}function printfire(){ if(d.createEvent) {if(window.opera){window.opera.dump(arguments);}else{printfire.args = arguments;var ev = d.createEvent("Events");ev.initEvent("printfire", false, true);dispatchEvent(ev);} }else{var o = $("printfire__DEBUGGER");if(!o){o = d.createElement("textarea");o.style.width="99%";o.style.height="300px";d.body.appendChild(o);o.id = "printfire__DEBUGGER";}o.value += arguments[0] + "\n";}}addHover = function(e){if(!e){return;}if(window.attachEvent){ for(var i=0; i < e.length; i++){if(e[i].id != "active_topic"){e[i].onmouseover=function(){if(!this.oldClass){this.oldClass= this.className;}if(this.className == this.oldClass){this.className = this.oldClass + " NavHover";}};e[i].onmouseout=function(){this.className= this.oldClass;}}}}else{for(var i=0; i<e.length; i++){e[i].onmouseover=function(){this.style.display="block";}}}};nh=function(){var e=document.getElementById("nav");if(e){var eList = e.getElementsByTagName("li");addHover(eList);}var e=document.getElementById("tabs");if(e){var eList = e.getElementsByTagName("li");addHover(eList);}addHover(e);};fixIFrames = function(){var e=document.getElementById("nav");if(e){var eList = e.getElementsByTagName("ul");addHover(eList);}var e=document.getElementById("tabs");if(e){var eList = e.getElementsByTagName("ul");addHover(eList);}};if(window.attachEvent){nh();}else{fixIFrames();}