function getWindowHeight(){var a=0;if(typeof(window.innerHeight)=="number"){a=window.innerHeight}else{if(document.documentElement&&(document.documentElement.clientHeight)){a=document.documentElement.clientHeight}else{if(document.body&&(document.body.clientHeight)){a=document.body.clientHeight}}}return a}function adjcolumns(){oLeftcol=document.getElementById("leftcolumn");if(oLeftcol!=null){var c=getWindowHeight();oLeftcol.style.height=c+"px";var b=oLeftcol.offsetHeight;oRightcol=document.getElementById("rightcolumn");if(oRightcol!=null){oRightcol.style.height="auto";var a=oRightcol.offsetHeight;if(a>c){c=a}if(b<c){oLeftcol.style.height=c+"px"}if(a<c){oRightcol.style.height=c+"px"}window.onresize=adjcolumns}}}function mv(a){a.style.backgroundColor=btn_bg_hover;a.style.borderColor=btn_border_hover}function mvNode(c,b,a){b.style.backgroundColor=btn_bg_hover;if(a.length>0){oElem=document.getElementById(a);if(oElem!=null){if(g_arrTimerID[a]==null){g_arrTimerID[a]=-1}else{if(g_arrTimerID[a]!=-1){clearTimeout(g_arrTimerID[a]);g_arrTimerID[a]=-1}}oElem.style.visibility="visible"}}}function mt(a){a.style.backgroundColor=btn_bg;a.style.borderColor=btn_border}var g_arrTimerID=new Array();var g_CloseMenuTimerDelay=500;function mtNode(c,b,a){mt(b);if(a.length>0){g_arrTimerID[a]=setTimeout("closeMenuID('"+a+"')",g_CloseMenuTimerDelay)}}function md(b,a,c){a.style.backgroundColor=btn_bg;a.style.borderColor=btn_border_down;a.style.padding="5px 4px 3px 6px";if(c.length>0){self.location.href=c}if(!b){var b=window.event}b.cancelBubble=true;if(b.stopPropagation){b.stopPropagation()}}function mu(a){mv(a);a.style.padding="4px 5px"}function closeMenuID(a){var b=document.getElementById(a);if(b!=null){closeNode(b)}}function closeNode(d){if((d.nodeType==1)&&(d.nodeName=="DIV")){if(d.hasChildNodes()){var a=d.childNodes;var c=0;for(c=0;c<a.length;++c){var e=a[c];if((e.nodeType==1)&&(e.nodeName=="DIV")){var f=e.getAttribute("class");if((f!=null)&&(f!="")&&(f.indexOf("menu-item")!=-1)&&(f.indexOf("container")!=-1)){var b=e.firstChild;while((b.nodeType!=1)||(b.nodeName!="DIV")){b=b.nextSibling}f=b.getAttribute("class");if((f!=null)&&(f!="")&&(f.indexOf("submenu")!=-1)){closeNode(b)}}}}}d.style.visibility="hidden"}};