new function(){window.onload=D;function D(){B();C()}function B(){var L="sideLinks";var E=document.getElementById(L).getElementsByTagName("a");var J=location.href;J=J.replace(/(^.*\/).*/,"$1");for(var G=0;G<E.length;G++){var I=E[G];var F=I.href.replace(/(^.*\/).*/,"$1");if(J!=F){continue}var K=I.firstChild;var H=I.parentNode;H.className="on";H.appendChild(K);H.removeChild(I);break}}var A={loadedImages:[],load:function(G){var F=this.loadedImages;var E=F.length;F[E]=new Image();F[E].src=G}};function C(){var E=document.getElementById("navi");var H=E.getElementsByTagName("img");var F=H.length;for(var G=0;G<F;G++){if((H[G].src.indexOf("_over")==-1)&&(H[G].parentNode.tagName=="A")){H[G].onmouseover=function(){this.src=this.src.split(".png")[0]+"_over.png"};H[G].onmouseout=function(){this.src=this.src.split("_over.png")[0]+".png"};var I=H[G].src.split(".png")[0]+"_over.png";A.load(I)}}}}