(typeof ActiveXObject!='undefined')||
    (window.onload=function(){
    var
        aId=['junkyard','testsuite','bookmarklets','bugreports','xmlnames','xmlapplications','contact'],
        l=aId.length,
        oDt,
        bFirstTime=true;
    function displayElement(id){
        var
            oElm=document.getElementById(id);
        return function(){
            var
                l=aId.length;
            while(l-->0)
                document.getElementById(aId[l]).style.display='none';
            oElm.style.display='block';
            if(bFirstTime){
                bFirstTime=false;
                document.getElementById('liorean_net').style.display='none';
            }
        }
    }
        while((oDt=document.getElementById('navigation').getElementsByTagName('dt').item(--l)))
            oDt.firstChild.onmouseover=displayElement(oDt.className);
});
